Make Menu Show Only Two Levels

Fisherman

This was a good learning exercise but we decided to let all of the subs show in the menu. They won't be that long anyway since they're broken up into categories. Thanks for the link. I've bookmarked it.

Fisherman

Thanks DBS! That is a better solution. Doing it now.

dbs

To late?
You have found this?
http://www.websitebaker.org/forum/index.php/topic,23012.0.html

Something like this could be the right one
<?php show_menu2(0SM2_ROOTSM2_START+1, .... 
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

Fisherman

Solved.

In the css...

Changed this: .nav li li.hover ul {
    left: 100%;
    top: 0;
}


to this: .nav li li.hover ul {
    display: none;
    left: 100%;
    top: 0;
}

Fisherman

Do I change this and how?

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

Thanks again

Fisherman

Hello,

How can I get the menu to only show 2 levels. Parent, Child and no subs?

Thanks