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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to get links in a moduleHow to get links in a module
Previous
 
Next
New Post
10/18/2008 6:45 AM
 

In my left pane. I want some links and on click of it, open my active modules in content pane.

How to get tabids?

Link should be remain same incase if my Tabid changes. How to do this?

 
New Post
10/20/2008 10:23 AM
 

 Hi Pinank,

Create new modules and get all tabs in the menu and from module settings expand the advanced settings check the display module in all pages.

You can get the tabids from Tabs table in your database.

 

Thiru K


Thirunavukkarasu
 
New Post
10/21/2008 5:53 AM
 

Hi Thiru,

Please can you get me some code of lines which could get tabs in menu. I dont know how to get the menu on a module?

 
New Post
10/22/2008 1:04 AM
 

 Hi Pinank,

You may use the nav.ascx control in admin/skins folder. This control gives all items in the menu bar.

Note: In Skins packages, we are using these controls to display menu, login, breadcrump,...

So simply drag and drop these controls to your module pages.

Code:

<%@ Register Src="~/admin/Skins/nav.ascx" TagName="nav" TagPrefix="dnn" %>

 

<dnn:nav ID="SiteNav" runat="server" ProviderName="DNNMenuNavigationProvider" 
  CSSControl="main_dnnmenu_bar" 
  CSSContainerRoot="main_dnnmenu_container" 
  CSSNode="main_dnnmenu_item" 
  CSSNodeRoot="main_dnnmenu_rootitem"  
  CSSBreak="main_dnnmenu_break" 
  CSSNodeHover="main_dnnmenu_itemhover"  
  ControlOrientation="horizontal"
  IndicateChildren="false"
  NodeLeftHTMLSub="&nbsp;&nbsp;"
  NodeRightHTMLSub="&nbsp;&nbsp;">
  </dnn:nav> 


This may help to you..


 


Thirunavukkarasu
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to get links in a moduleHow to get links in a module


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