Page 1 of 1

Menu Updating

Posted: Thu Dec 01, 2005 1:35 am
by Todd
Is it possible to do something like the following WITHOUT the #s (They are for refereance only).

:Page Structure:

1. FAQ
1.1 Question 1
1.2 Question 2
2. Contact Us
2.1 E-Mail Addresses
2.2 Phone numbers
3. Category
3.1 Sub-Category
3.2 Sub-Sub-Category

It would look like
FAQ
--Question 1
--Question 2
Contact Us
-- E-Mail Addresses
-- Phone Numbers
Category
-Sub-Category

Then if you clicked on Sub-Category it would look like
FAQ
--Question 1
--Question 2
Contact Us
-- E-Mail Addresses
-- Phone Numbers
Category
-Sub-Category
--Sub-Sub-Category

(note the sub-sub-category shown since you are viewing sub-category)

I had this kinda working using the following:
{cms_module module='phplayers' tree='0' number_of_levels='2' id='main' horizontal='0'}
-----------------------
{cms_module module='phplayers' tree='0' relative='1' number_of_levels='2' id='kidsleft'}

Which shows the parent categories, and then at the very bottom shows the sub-categories for the current category.

I`d also like to show all "Sub-Categories" (1 level) under hte breadcrumb above content but I could only get it to show entire strucutre using bulletmenu. If you were in FAQ for example it would how -Question 1
-Question 2


I guess basicaly what I`m asking for is why is there no easy way to do categorys?

-Todd

Re: Menu Updating

Posted: Thu Dec 01, 2005 2:31 am
by Todd
Looks like I need to wait for .11 and it has these options.