showmenu2 multilanguage submenu problem?

Argos

Did you choose Menu2 in the page settings of all pages that should show up in Menu2?
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!


Argos

Hm... maybe you make a misinterpretation of the multiple menu setup. Different menus like you created are for situations where each menu has its own pages. So a page can only be part of 1 menu tree. In your case the top menu and main menu should have different pages. If you want to show the same (sub section of) pages but in 2 different places and probably different layouts, then use 1 menu but different commands and/or different CSS.

Please look here for a good explanantion of menu setups, and especially the part about "Difference of multiple menus and multiple menu calls": http://www.websitebaker2.org/en/help/designer-guide/multiple-menus.php
Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

Argos

Jurgen Nijhuis
Argos Media
Heiloo, The Netherlands
----------------------------------------------------------------
Please don't request personal support, use the forums!

bilgisayar

Hi,
I have four section for menus in different languages... But I cant show menu2 under lang...

Lang: EN
----Menu2 (show_menu2(2, SM2_ROOT+1, SM2_START);
----Menu1 (show_menu2(1, SM2_ROOT+1, SM2_START);

----SubMenus Menu2 (show_menu2(2, SM2_ROOT+2, SM2_START);
----SubMenus Menu2 (show_menu2(1, SM2_ROOT+2, SM2_START);

$menu [1] = 'Main Menu';
$menu [2] = 'Top Menu';

problem is menu 2...  I cant show menu2 under any lang... Where am I wrong?