Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Category Subcategory Descriptions

Quote Reply
Category Subcategory Descriptions
How do it get the following:
on http://www.mysite.com/Category_C1/SubCategory_C12/Subcategory_C112/
I have the subcategory C112 listed under Subcategory C12. I only want the description to be displayed on C112, not the category above where it's listed, on C12...
???
Thanks,
Dinky

</not a clue>
Quote Reply
Re: [Dinky] Category Subcategory Descriptions In reply to
Quote:
http://www.mysite.com/Category_C1/SubCategory_C12/Subcategory_C112/

So you want it to look something like;

http://www.mysite.com/Category_C1/SubCategory_C12/forum_description_C112/

?

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Category Subcategory Descriptions In reply to
Acutally, this only refers to the descriptions... If I put a description for the category or subcategory (including making a new description/columun in the tables), it show up in every forum... should be unique to the first category and not displayed below that cateogory....

</not a clue>
Quote Reply
Re: [Dinky] Category Subcategory Descriptions In reply to
Could you post the global you are using?

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Category Subcategory Descriptions In reply to
Not using a global, just created a column in the table called subcat_desc and call it with <%if subcat_desc%><%subcat_desc%><%endif%>, problem is it shows up in all the subcategories below the one I want it to show in....

</not a clue>