PDA

View Full Version : Category Display


jminscoe
06-23-2007, 02:52 AM
I know there is a thread somewhere but I can't find it, what I wanting to do is
display my categories this way

Main Cat
Sub Cat
Sub Cat
Sub Cat
Sub Cat

what do I do to display it that way

Thank You and Have A Nice Day :)

shadav
06-23-2007, 07:20 PM
you mean instead of
Main Cat
Sub, Sub, Sub?

in main.tpl find something like
Content visible to registered users only.
you could replace the , with a <br /> or in my main.tpl i have used a div so there's not an extra return under the last subcat listing

Content visible to registered users only.

this will also allow you to add a bit of style to your sub categories by adding items into your style.css :)

jminscoe
06-23-2007, 07:48 PM
Thank you Shadav that worked perfectly

Content visible to registered users only.