WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: jokau on April 10, 2011, 07:03:21 PM

Title: show menu2 with multiple styled horizontal menu
Post by: jokau on April 10, 2011, 07:03:21 PM
I have a problem with multiple horizontal menus. In the third level i get the 4 level menus as showing as well. Any one with a suggestion to this issue.

level 1 show level 1
level 2 show level 2
level 3 show level 3 and 4 (only level 3 should be shown)
level 4 show level 4



and this is the code in index
<div id="menyer">

<div id="meny2">
    <?php   show_menu2(
            1,SM2_ROOT+1,
       SM2_START
            
    ); ?>

</div>

<div id="submeny1">
     <?php      show_menu2(
       1,
            SM2_ROOT+2,
            SM2_START
        
    ); ?>

</div>

<div id="submeny2">
     <?php      show_menu2(
       1,
            SM2_ROOT+3,
       SM2_CURR+1
    ); ?>

</div>

<div id="submeny3">
     <?php      show_menu2(
       1,
            SM2_ROOT+4,
       SM2_CURR+1
    ); ?>

</div>

</div><!-- slut menyer -->


THE PROBLEM IS SOLVED
Title: Re: show menu2 with multiple styled horizontal menu
Post by: kweitzel on April 11, 2011, 08:36:18 AM
1) no doubleposting, the other post has been deleted!
2) Please use the CODE format (#) to format your post.

Klaus
Title: Re: show menu2 with multiple styled horizontal menu
Post by: jokau on April 20, 2011, 10:35:22 PM
TEH PROBLEM IS SOLVED