Drop down menu + multilingual site

JonH


simmy2000

try this:
<?php show_menu2(1SM2_ROOT+1SM2_ALLSM2_ALL|SM2_CURRTREE,'<li>[a][menu_title]
:-)

erpe0812

I think it will help  you to  you read some help pages

rgds

erpe

JonH

Thanks erpe, that's one step closer! Now I just need the subpages of the "inactive" languages to not show up in the menu. Only pages under 1 language must be shown. Any ideas?

erpe0812

Hi JonH,

try <?php show_menu2(1SM2_ROOT+1SM2_ALLSM2_ALLfalse"\n</li>"falsefalsefalse'<ul id="header_menu" class="menu">'); ?>

rgds

erpe

JonH

Hi,

My site structure is

Lang 1
- frontpage
- page 2

Lang 2
- frontpage

Lang 3
- frontpage

Now I need a drop down menu showing only pages under a language.

This is what I have now:
<?php show_menu2(1, SM2_ROOT, SM2_ALL, SM2_ALL, false, "\n</li>", false, false, false, '<ul id="header_menu" class="menu">'); ?>
and it looks like this, which is wrong:
http://www.nopef.com/new/pages/se/om-nopef/syfte.php

How do I make it show one level down?