Thank you for sharing the code. I will give it a try! ~Shakthi
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Bojan Mihelac Sent: 30 October 2008 21:36 To: Satchmo users Subject: Re: modifying layout for category_tree you can try templatetag on http://source.mihelac.org/2008/10/30/satchmo-categories In top block I use: {% categories active=category deep=0 select_parents=1 %} and for subcategories: {% categories active=category from_level=1 %} hope it helps On Oct 30, 1:57 am, newbie730 <[EMAIL PROTECTED]> wrote: > In the style.css file, there are some id's and tags that can modify > the appearance of the category tree Unordered List. What I'd like to > do is the following: > > Sub Categories are hidden until a root category is selected then the > sub-categories are displayed on a row beneath the root categories > list, all in a horizontal layout. The default Satchmo layout shows > the UL as a vertical hierarchy. > > Any ideas on how to achieve this? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
