Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 07:05:38 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
149674 Posts in 21101 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: show_menu2 mainmenu + submenu problem  (Read 1942 times)
JonH

Offline Offline

Posts: 25


« on: October 06, 2008, 02:38:10 AM »

How do I display the mainmenu links and submenu links at the same time? Now when I click on a mainmenu link with subpages, the mainmenu link disappears and the submenu links appear.

This is what I have now:

Mainmenu:
<?php show_menu2(1); ?>

Submenu:
<?php show_menu2(0,SM2_ROOT+1); ?>

I tried different settings, but they are very confusing.

Please advice, thanks!
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7663



WWW
« Reply #1 on: October 06, 2008, 05:47:36 AM »

Hello,

if you wanna have both menu's the same links why didn't you use for both the same menu-calls? Try both with a simple
Code:
<?php show_menu2(); ?>

Matthias
Logged
JonH

Offline Offline

Posts: 25


« Reply #2 on: October 06, 2008, 08:32:14 AM »

I don't need the same links showing on both menus. I need both menus showing at the same time (if there are subpages).

Look here at the site under construction:
http://realitycheck.fi/wb/pages/palvelut.php

If you click "palvelut" the submenu will show, but the mainmenu will disappear. How do I make the mainmenu to stay and show a submenu if there are subpages?
Logged
Ruud
Board member
WebsiteBaker Org e.V.

Offline Offline

Posts: 2094



WWW
« Reply #3 on: October 06, 2008, 10:07:57 AM »

I think that this is what you want:

The top menu: show_menu2(0,SM2_ROOT,SM2_START)
The second: show_menu2(0,SM2_ROOT+1, SM2_CURR+1)

For all options have a look at the developer website: http://code.jellycan.com/sm2test/

Ruud
Logged

Professional WebsiteBaker Developer
JonH

Offline Offline

Posts: 25


« Reply #4 on: October 06, 2008, 10:17:15 AM »

Thanks a million, Ruud!   grin
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!