I am tring to figure out how to keep my theme (Four seasons)as the base of all my pages, Keep the Menus...but for example on the forum page include my vbulletin stuff under the menus..Sort of enclose my forum in the theme.

Also is there a way to change the Nav Menu between pages. For my Shop section of my site I want to make the Nav menu be the categories of products. Is there a way to do this. For ease of naviagtion I will keep a Home Link tab to get back to the main home.
Option 2: Is there a way to have 2 Nav menus, 1 for the main sites sections & another underneath for the shop categories?

Any help would be greatly appreciated.

Comments

dogboy72’s picture

Set your administration theme(admin/settings/admin) to Four Seasons. I'm not familiar with that theme, so I can't say how well it works with admin stuff(fixed width themes can be a problem)

If you want a specific menu for products, it's easy to create one. Create a menu (admin/build/menu/add) and name it whatever you like(Our Cool Products). Then edit your products and add them to this menu (menu settings). You could also add them from the menu page, but you would need the urls of your products.

Menus are blocks and where they appear can be configured on the block list page (admin/build/block/list). It's a 2-step process. First find the block (i.e. Our Cool Products) and click the configure link on the right. This allows you to detemine the title of the block , who sees it and where it should appear. For example, if you want a certain menu only to appear on products pages and you have set up your product pages (using url alias module) to appear like www.mysite.com/products/cool_widget for example, you could check the radio button at the bottom of the block configure page that says "Show on only the listed pages." and then put "products/*" (without the " ) in the textarea box below.

Good Luck