Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Two different  top Navigations?Two different top Navigations?
Previous
 
Next
New Post
4/27/2015 10:50 AM
 

I am the front end / skin builders for our company. I am familiar with html, css, and some js.

For our website we want to have two different top navigations. 

The business one;

http://chartwell.com/

As well as the careers section that will have different content / and colours like this;

http://chartwell.com/careers/your-car... 

I hard coded the navigation when we were launching the site. We are in the process of moving the careers section over from an external vender and we want to be able to add pages in the page manger only to this section.

 As far as I understand there is only one menu that ties into the page manger.

<dnn:MENU ID="MENU1" MenuStyle="BootstrapMenu" runat="server"></dnn:MENU>

 Is there a plugin or module that can do something like this without getting into more serious development?

 Our programmer is very busy with some other stuff right now.

I have been looking on and off for months and not found anything. Any search I do ends up showing me how to style the DNN navigation.

Thanks 

 
New Post
4/28/2015 3:29 AM
 

Hi Zachary,

It should be possible but might mean re-structuring your pages...

You can have 2 different DDRMenus on a page and use the 'NodeSelector' tag. What I would do is to create the page structure like so:

- root

---- Business (tabId 100 for example)

-----------business page 1

-----------business page 2

-----------business page 3

----Careers (tabId 101 for example)

-----------Careers page 1

-----------Careers page 2

-----------Careers page 3

The TabId's are created automatically.

Setup the Menu html like this:

<ddn:menu id="BusinessMenu" MenuStyle="BootStrapNav" runat="server" NoderSelector="100" IncludeHidden="true" />

<ddn:menu id="CareersMenu" MenuStyle="BootStrapNav" runat="server" NoderSelector="101" IncludeHidden="true" />

You'll need to play about with it a little but you should be able to do what you are asking.

Regards,

Geoff


      
 
New Post
9/17/2015 12:20 PM
 

Hi, 

Kinda looking at the same thing here with modules created as a admin/superuser.

I created accordian modules that use the console module to list out various child pages. It works perfect, and the permissions are set...nice

Now i want it available to a content manager so they can set it and designate what list to be active on the page. I also have two modules to use as footers that id like to do the same with. 

If not that, then is this a matter of editing the skin to include the module name or token with a specific paramter that is set in the page settings? 

In either case, how can i do that?

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Two different  top Navigations?Two different top Navigations?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out