Gossamer Forum
Home : Products : Links 2.0 : Customization :

Categories

Quote Reply
Categories
2nd Q :-)

Is it possible NOT to list a category in the index
if that category doesn't have any link below it??

TKs
John Ho

Quote Reply
Re: Categories In reply to
brain dead tonite, check the archieves for something like not building categories, I remember seeing a topic on something like this ...

Quote Reply
Re: Categories In reply to
sorry I'm brain dead tonite, but why don't you check the archieves for something like not building categories, I remember seeing a topic on something like this ...

Quote Reply
Re: Categories In reply to
Use the $numlinks variable to set-up conditional statements (if/else) surrounding the $category_name variables.

Like the following:

Code:

if ($numlinks = 0) {
SOMETHING
}
else {
SOMETHING ELSE
}


Regards,

Eliot Lee