help with multiple menu calls

tsb

thanks for the replies,

read the page again and have been able to have the horizontal menu aswell as the vertical one with the child list showing. I just now need a nifty way of showing the list as its slightly uninspiring, so its been solved which is good, thanks again as it was giving me a headache trying to recode the php file

erpe0812

Maybe the show_menu2 helps to configure it more easy:
sm2

rgds

erpe

tsb

I tried the examples that were listed, Examples

show_menu(1,0,-1,false); - displays the complete page tree expanded
show_menu(1,1,1); - show only first sub level
show_menu(1,1,-1); - show an expanding/collapsing menu tree starting at level 1

and put in the <div><?php show_menu(1,1,1); ?></div> yet it doesnt seem to work out.

this is whats working on my index page for my horizontal menu,

<?php page_menu(0, 1, '<li class="menu_main"[class]>[a] [menu_title] [/a]</li>', '<ul>', '</ul>', '', ' style="font-weight: bold;"'); ?>

what number would I change to get it to show just the parent?

and also would I put php page_menu2 for the menu on the homepage,

erpe0812

Hi

hope that helps:
http://help.websitebaker.org/pages/en/advanced-docu/designer-guide/multiple-menus.php


It doesn't matter if you use sm or sm2, but I think it would be better to use sm2.

rgds

erpe

tsb

hello website baker,

I have a website for my church community, www.kttchurch.org.uk and need to add more pages to the current site to complete it and get all the links working.

I have a menu along the top with php show menu, yet how do I add another menu in say the left column.

I noticed with the show_menu you can determine what the menu shows yet would like to see if theres any examples as Im not confident or able to get the php code to work.

If I use show_menu or show_menu2 do I include them in the info.php?

any help would be greatly appreciated, I developed well with past responses from the forum,

thanks again,