Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Category template question

Quote Reply
Category template question
I have searched the forum before posting but in case I missed it and the answer has already been posted, please forgive the post.

We just upgraded to 3.3.0 version of GLinks. If I remove the code below from the subcategory template, it will remove the description from the home page but won't that also remove it from the subcategory pages?
Code:
<%if Description%><dd><%Description%></dd><%endif%>

In the old version's templates (2.x), I was able to remove the description from the home page and still have it display on the subcategory pages. Is there a way to do this in the luna templates?

Thanks,

WG
Quote Reply
Re: [Westiegirl] Category template question In reply to
Hi,

Are you using the <%category%> tag, or <%loop category_loop%> ?

If the latter, just make a duplicate of the subcategory.html template, and change it on the home.html template :)

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 template question In reply to
Worked like a charm!

Thanks ever so much, Andy!

WG