WebsiteBaker Community Forum (upd)

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: roguesfan92 on November 18, 2009, 04:17:02 AM

Title: Nautica 05 1 Column menu help
Post by: roguesfan92 on November 18, 2009, 04:17:02 AM
Hi, I'm trying to use the dark version of the Nautica 05 1 Column to make my latest website - online for now at http://www.thebayside.freehostia.com/pages/welcome.php

However, I'm running into some trouble when it comes to using a second menu. I've installed show_menu2() as per the instructions on it's wb page at: http://addons.WebsiteBaker.org/pages/templates.php?id=74&Keywords=nautica#, and have enabled multiple menus in my wb backend settings. However, when I go into the properties of a page, only one menu is able to be selected. There is clearly 2 menus in this implementation of the template: http://www.websitebakertemplates.com/pages/showcase/nautica-05-dark-1-column.php

Am I missing something here?

EDIT: I realised that the second menu in the above link displays sub-pages. Is there any way possible to make a second menu appear here instead, identical in appearance to the first one?
Title: Re: Nautica 05 1 Column menu help
Post by: DarkViper on November 19, 2009, 10:17:42 PM
you must define the additional menue in info.php of your template also.

i.e.: 
/* menu definitions */

$menu[1]   = 'MainNavigation';

$menu[2]   = 'BreadcrumbNavigation';

$menu[3]   = 'LanguagesNavigation';


Werner