Page 1 of 1

Alternate Menu System

Posted: Sat Feb 05, 2005 2:24 am
by -----
I don't want to have pop-up menus for my menu system, but I will have sub-menus.

Is there a way that I can display the sub-menu links, not in a pop-up menu, but after a person goes to a section with sub-sections, the sub-section will be listed.

(For instance, I'm working on a city's Web site. If someone clicks on "Departments" I would like the sub-sections of "Police Department", "Fire", "Sanitation", etc. to be on that page. I'd rather not have a pop-up menu, as it wouldn't work with my design.)

Thank you very much in advance for any help that you can provide.

Alternate Menu System

Posted: Sat Feb 05, 2005 3:58 am
by Anonymous
Hi!
Have you tried bulletmenu? Go to Admin>Template Manager. Click the template that you're using. Then, for the content textfield, scroll down until you find this line:

Code: Select all

{ cms_module module='phplayers' }
Change that to

Code: Select all

{ bulletmenu }
Try that and see if you like it :)
--
Taj[/code]

Alternate Menu System

Posted: Sat Feb 05, 2005 5:03 pm
by Anonymous
thanks