PDA

View Full Version : Sub category images.


Jibber
05-11-2006, 02:12 PM
Hi I have a problem. I've modified my main.tpl template to display a specific image next to each category.


Content visible to registered users only.
Works great BUT.... it also trys to show an image in the sub category pages as well. How do I make it so this modification only shows on the home page?

Jibber
05-11-2006, 04:54 PM
Anyone????

bobby9101
05-11-2006, 05:25 PM
what version?

Neticus
05-11-2006, 05:51 PM
Judging by the code I think its v2, v3 has {$cat.TITLE|escape} not {$cat.TITLE}

Try

Content visible to registered users only.

bobby9101
05-11-2006, 05:54 PM
the use {if $category.ID eq 0} and {/if} around your div that contains the image

Jibber
05-11-2006, 06:20 PM
Neticus, bobby1901, Beautiful that works perfectly.

Thank you both ever so much.

- Jibber