Page 1 of 1

Menu Manager - an excellent tutorial

Posted: Fri Apr 11, 2008 4:50 pm
by calguy1000
Hi all

I'm here to announce that Richard Powell has volunteered to, and written an excellent introductory tutorial for managing menus with CMS made simple.

His well written, and well explained tutorial explains how he has accomplished generating a single page (or page template) that has three menus within CMS made simple.

I encourage you to read it:

http://themes.cmsmadesimple.org/menu_manager_options.html

Re: Menu Manager - an excellent tutorial

Posted: Sun Apr 13, 2008 11:14 pm
by Caesonia
Wow. i agree. Wish this had been there about a month ago. Oh well. Its well said. Thanks for posting.

Re: Menu Manager - an excellent tutorial

Posted: Mon Apr 14, 2008 5:06 pm
by Pierre M.
Nice introductory tutorial, thanks.

I've added a link to it from http://wiki.cmsmadesimple.org/index.php ... nu_Manager

Pierre M.

Re: Menu Manager - an excellent tutorial

Posted: Mon Apr 14, 2008 7:33 pm
by sebgonz
This addresses the exact problem I'm facing. I have the level 1 navigation menu at the top yet it's showing in a vertical order instead of across the top horizontally.  How do I go about fixing that?

Here's what I mean.

www.organizedbyevelin.com

Re: Menu Manager - an excellent tutorial

Posted: Fri Apr 18, 2008 12:31 am
by Dr.CSS
You must have changed the menu call, all your menu CSS has primary-nav calls, meaning the ul is IDed as and you have a plain ...

Re: Menu Manager - an excellent tutorial

Posted: Fri Apr 18, 2008 6:50 am
by RonnyK
Indeed a good article.....

Personally I always work with sectionheaders/pages that I dont show in the menu,

like
sb-menu/ft-menu, for sidebar and footer-menu.

In the template I use,

Code: Select all

         {menu template='extra-menu' start_page='sb-menu' show_all='1'}
where the sidebarmenu should come, to show the pages under that menu-entry. This way all is shown dynamically. Otherwise I would have to edit the template everytime a page is created that should be in the excludeprefix parameter.

Ronny