WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: devnet on September 11, 2008, 08:57:46 PM

Title: (SOLVED) Show_menu2 -- Menus swapping spots -- need help
Post by: devnet on September 11, 2008, 08:57:46 PM
I have my top dropdown header working beautifully with:

<?php show_menu2(0SM2_ROOTSM2_ALLSM2_ALLfalse"\n</li>"falsefalsefalse'<ul id="header_menu" class="menu">'); ?>

and I have my bottom menu showing the separate pages I only want on the bottom menu, using

<?php show_menu2(2);?>


The problem is that when I select a page from my bottom menu, the top menu gets replaced with the bottom menu. Can someone please explain to me what I can do to make my bottom navigation stay only at the bottom when I'm on one of those pages and have my top navigation stay the way it should be when on those pages. :?

Title: Re: Show_menu2 -- Menus swapping spots -- need help
Post by: kweitzel on September 12, 2008, 10:45:07 AM
Please define the first menu as well in the info.php and the menucall. So, instead of 0 which translates into "default" use 1 which then is "mneu 1".

cheers

Klaus
Title: Re: Show_menu2 -- Menus swapping spots -- need help
Post by: devnet on September 12, 2008, 10:26:47 PM
So obvious... thank you for your help with my blindness.  :-D It works perfectly now.