Sub menu to show

noname8

#3
Code of second / sub menu is


   <?php show_menu2(0SM2_CURR+1SM2_CURR+1,'','[li][a][menu_title]</a>','</li>','',''); ?>

Now it does not show siblings on 3rd level

When in second level it should show children
when in 3rd level it should show possible ciblings

but how?


Solved!

   <?php show_menu2(0SM2_ROOT+2SM2_CURR+1,'','[li][a][menu_title]</a>','</li>','',''); ?>


(When used wordpress and encountered some problems they were never solved. I'm glad this is easier! :)

BerndJM

Hi,

the way menu-levels, siblings and so on are shown depends on the used template and the menu-call in this template, please provide this additional nformation

Regards Bernd
In theory, there is no difference between theory and practice. But, in practice, there is.

noname8

 :?

This has been a good cms to build a site, problems usually go away after reading the forum.
However this is more tricky:

I have pages that has language selection workin nice on top level, after that there is lower lever of pages
and SOME of them has 3rd level.
When I click the page that has childs I see the sub menu on right.
After clicking it i'd like to see it's siblings, but the menu is not visible.
How to make sub menu to show if lelvel is 3rd and page has siblings ?