WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: samueldraper on September 04, 2010, 06:08:31 PM

Title: Make a hidden page visible using show_menu
Post by: samueldraper on September 04, 2010, 06:08:31 PM
Hi,

I am new to WB. I have created multiple calls using show_menu in my template. One call is for the main navigation. the second call is for footer navigation. At the moment they both display the same using show_menu(1,0,1) but I would like to display my sitemap page in the footer menu only, not in the main navigation.

Could anybody tell me the settings to change for this please? Or is it not possible with show_menu? Do I need to use show_menu2?

Thankyou
SD
Title: Re: Make a hidden page visible using show_menu
Post by: mjm4842 on September 09, 2010, 07:32:47 PM
Hi Samuel,

Welcome to WebsiteBaker. I can't give you an answer using show_menu because, well, I have never used it. Show_menu2 is now the standard as it offers much more flexibility and is included with every installation of WebsiteBaker. I think you will be able to find what you are looking for by taking a look at the documentation and examples which are available from:

http://www.websitebakers.de/sm2/

Hope this helps!

With warmest regards,

Michael Milette
Title: Re: Make a hidden page visible using show_menu
Post by: samueldraper on September 09, 2010, 07:36:44 PM
Hello,

Thanks for your response. I will use show_menu2 in the future.
For reference, I used a work around with show_menu by calling the function twice in succession but changing the parameters on the second call to show hidden pages only.
Then I used css to style both <ul> menus to display: inline. This way they sit next to each other in what appears to be one continous list, but is actually two.

Sam