Quote:
Originally Posted by DementedMindz
how did you put letterbits in the main glossary page?
|
look in glossary.php, you'll see that after the comment
// Start listing all glossary terms in selected category. (Edit by: Lucas)
there is an 'if' in line 200
Code:
if ($_REQUEST['do'] == 'listglossary')
{
if you cut that part, and paste it in line 251, right before
Code:
$glossarycount = $db->query_first("
the whole code contained between lines 203 and 246 will execute no matter what parameters are you sending to glossary.php. And since that portion of code is the letterbit, well, there ya go.