Developer forum

Forum » Templates » Different navigation menu content

Different navigation menu content


Reply
Is it possible to create 2 different navigation menus (content) on 2 separate templates in the same solution.

ex.

Template #1.  Home | About | Contact
Template #2.  Home | Retailer | Consumer

(Different names and different content)

Replies

 
Nicolai Høeg Pedersen
Reply
Well yes.

But I'm not quite sure I understand the question fully.

Could you ellaborate?
 
Reply
i'll try to explain in another way.

I have a page template that should have a primary dropdown navigation menu containing the points:

Forside, Værksteder, Autopartner, Tips&Tricks, Dæk, Erhverv, Finansering

In addition i would like to create a different page template that has a slightly different colortheme, and has different navigation menu points:

Forside, Værksted, Kampagner, Om os, Kontakt os

So what i am asking is:

Is it possible to custom select which navigation points that are present in a navigation menu?

 

 
 
Nicolai Høeg Pedersen
Reply
There are a couple of ways:

Create an XSLT where you harcode som conditions.

Or
Create a structure like this:
Navigation 1
- Froside
- Værksteder
- autopartner
- etc
Navigation 2
- Forside
- Værksted
- Kampagner
- etc.

Then use the static menu type or parentid to select which items to use - subchilds to navigation 1 or navigation 2.

How to do that depends on if you are using Designs and Layouts or the "old" template system with master and page templates.

Documentation on navigation for either one can be found here:
http://engage.dynamicweb-cms.com/Working-with-183.aspx

 
Reply
Great. Thanks alot! :-)

 

You must be logged in to post in the forum