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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Multiple menus on the same pageMultiple menus on the same page
Previous
 
Next
New Post
5/30/2007 6:32 PM
 

Hi again!

I investigated further and I can now refine my question.

Can I create a menu instance (via skin object) that can display some pages of my webiste (AND THEIR CHILDREN), STARTING FROM A SPECIFIC PAGE/CHILD? It's this possible using default DNN skin-objects/menus?

In this way I will keep first 2 levels for navigation through website zones, and I will create a content tree starting from a lvl.2 webpage and going down.

Thank you!

 
New Post
5/30/2007 8:39 PM
 

I'm not sure how it works, but in Solpart you have a property called StartTabID.  You might want to try looking at that.

Search these forums for that property and you should get more clues.


DotNetNuke Modules from Snapsis.com
 
New Post
6/3/2007 8:45 AM
 

I am using menu from www.dnn360.net  too for my intranet,

Using navigation suite isn't hard, if you need to using 2 menus as skinobject you can insert menu definitions 2 times:

 

<dnn:DNN360Menu runat="server" id="TabbedMenu" ConfigFile="tabbed.xml"/>

<dnn:DNN360Menu runat="server" id="VertMenu" ConfigFile="vertical.xml"/>

ofcouse you must have 2 copy tabbed.xml and vertical.xml which are the settings file.

If you want 2 menus display differently, you can choose different root for the vertical one, or you can use exclude-tabs to tell the menu which items should not displayed

 

<?xml version="1.0" encoding="utf-8" ?>

<Settings>

<Setting name="style" value="HorizonTab1_hover"></Setting>

<Setting name="UseTabTitle" value="False"></Setting>

<Setting name="DisRegardHiddenFlag" value="True"></Setting>

<Setting name="StartLevel" value="0"></Setting>

<Setting name="Scope" value="-1"></Setting>

<Setting name="Hideoutofscope" value="False"></Setting>

<Setting name="MaxLevel" value="3"></Setting>

<Setting name="NoAdmin" value="False"></Setting>

<Setting name="Width" value="100%"></Setting>

<Setting name="ExpandAll" value="False"></Setting>

<Setting name="Deep" value="3"></Setting>

<Setting name="excludetabs" value=";7;85;108;"></Setting>              ////// 7;85,108  is  TabID that you don't want to show in a  menu.

</Settings>

 
New Post
6/4/2007 9:30 PM
 

Could you explain a bit more the setting "Hideoutofscope", Scope=-1 is quite hard to understand for me.Thanks

 
New Post
6/9/2007 1:10 AM
 

"Hideoutofscope" is a default setting of the menu, if you want a menu to be displayed at some parts of portal(for example some vertical menus showing links..), you can use this

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Multiple menus on the same pageMultiple menus on the same page


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