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, ...Replace TabName on Page with Section TitleReplace TabName on Page with Section Title
Previous
 
Next
New Post
6/30/2014 7:46 AM
 

Currently when you click a menu item on top of the website, a page loads with:
<h3><%=PortalSettings.ActiveTab.TabName %> </h3> as the title. 


I want to change this to show the Menu Item.... How can this be accomplished?

For instance, you click on Membership, where the script above is showing the tabname right now, I want it to say Membership. Then I will move the TabName right above the content frame within the page.

 
New Post
6/30/2014 9:58 AM
 
Ray,

Not quite sure if I understand what you really want, but what about PortalSettings.ActiveTab.Title?

My understanding problem is that the page name is normally the same that appears in the menu (breadcrumb, etc.). If you have a multi language portal, it could also be PortalSettings.ActiveTab.LocalizedName.

Best wishes
Michael

Michael Tobisch
DNN★MVP

dnn-Connect.org - The most vibrant community around the DNN-platform
 
New Post
6/30/2014 2:05 PM
 
basically I want to show the parent of that page... in the top section where it is showing the page name now...

 
New Post
6/30/2014 2:08 PM
 
so on this page: http://www.biophysics.org/Membership/...

This is in the Membership section. Where it says Categories on the top of the page... I want to replace this with "Membership"
Then move the page title "Categories" to right above the content pane.
 
New Post
6/30/2014 3:01 PM
 

You can render the attributes of any page in the breadcumbs like this:

PortalSettings.ActiveTab.BreadCrumbs(n).TabName

Where n =  the Level.

You might want to add a condition to prevent calling a non existing level:

<%If PortalSettings.ActiveTab.Level > (0) Then Response.Write(PortalSettings.ActiveTab.BreadCrumbs(1).TabName)%>

I have two example skins on Codeplex with much more framework attribute examples:

https://demoskins.codeplex.com/releases

 

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Replace TabName on Page with Section TitleReplace TabName on Page with Section Title


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