WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
show_menu2(0, SM2_ROOT, SM2_ALL, SM2_ALL|SM2_CURRTREE);
show_menu2(0, 5, SM2_ALL, SM2_ALL);
Maybe this works?:Code: [Select]show_menu2(0, 5, SM2_ALL, SM2_ALL);Where 5 is the PAGE_ID of the page you want to use as root for the menu.
<?php show_menu2(0, 549, SM2_ALL, SM2_ALL,'<li><span class="menu-default">[ac][menu_title]</a></span>','</li>','<ul>','</ul>');?>
Do you mean a second menu?? if yes, use the page_id from your start-page instead of SM2_ROOT like this example here549 is the id of my parent of this 3 subpages, here called as "CDs"and the second menu is theresult of this menu call hereCode: [Select]<?php show_menu2(0, 549, SM2_ALL, SM2_ALL,'<li><span class="menu-default">[ac][menu_title]</a></span>','</li>','<ul>','</ul>');?>Upp, too late
<?php show_menu2(0, 89, SM2_ALL, SM2_ALL,'<li><span class="menu-default">[ac][menu_title]</a></span>','</li>','<ul>','</ul>');?>
What I mean is that I want to have a pagetree/menu displaying:CD's * CD 1* CD2* CD3on *any* page. So just the pagetree of CD's, including the top level.