Gossamer Forum
Home : Products : Links 2.0 : Customization :

help with invisible categoy

Quote Reply
help with invisible categoy
okay - i think i know how to do what i want but not sure the specific syntax for it... what i want is some specific subcategories (ie amateur/linklists) not listed in the <%Category%> tag. i think this is on the right track but its not working... any ideas?

# Print Header.
$output = qq|<div class="margin"><table width="80%" border="0" cellspacing="0" cellpadding="0"><tr><td class="catlist" valign="top">\n|;

foreach $subcat (sort @subcat) {
next $subcat if ($subcat = 'linklists');
($description) = @{$category{$subcat}}[2];

i know its something stupid cuz i just dont know the exact way to do the things i want to do - any help would be greatly appriciated :D




Vote Stinky
Quote Reply
Re: [security_man] help with invisible categoy In reply to
Maybe this will help...

http://www.gossamer-threads.com/...i?post=139368#139368


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] help with invisible categoy In reply to
thats close, what i need is for the subcategories on the category pages to have some not listed there... i think the code i posted will work if someone can help me with the syntax of it cuz im sure i screwed up something in it Crazy




Vote Stinky
Quote Reply
Re: [security_man] help with invisible categoy In reply to
well, jeez.. now i feel like a real idiot - i searched for the wrong term and thats why i asked but lo and behold i went and searched my ass off and found this thread http://gossamer-threads.com/...mp;ubb=001670:Forum3 which did exactly what i needed it to :)




Vote Stinky
Quote Reply
Re: [security_man] help with invisible categoy In reply to
Cheers for you! Smile

Determination pays, and you probably learned a bit more about the script with all that hunting, huh?

Thanks for posting the link, cross-referencing like that is how I find half of what I need!

Laugh


Leonard
aka PerlFlunkie