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)
Developer forum
E-mail notifications
Different navigation menu content
Posted on 04/05/2011 10:35:33
Replies
Nicolai Høeg Pedersen
Posted on 04/05/2011 10:42:33
Well yes.
But I'm not quite sure I understand the question fully.
Could you ellaborate?
But I'm not quite sure I understand the question fully.
Could you ellaborate?
Posted on 04/05/2011 11:12:29
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?
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
Posted on 04/05/2011 11:16:40
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
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
Posted on 04/05/2011 11:19:37
Great. Thanks alot! :-)
You must be logged in to post in the forum