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...Administration ...Administration ...Page Title and Site TitlePage Title and Site Title
Previous
 
Next
New Post
6/7/2013 11:33 PM
 

Currently I am using DNN 7 and when I view a page the Tab looks something like below

SiteLogo SiteName > PageTitle

I am unable to find any settings within DNN that will allow me to specify how I want this to appear. I would like all my pages to appear like below

SiteLogo PAGENAME | SiteName

Is there any way to manage this setting within DNN or will this have to be configured within the code somewhere?

 
New Post
6/9/2013 10:02 PM
 
Hello,

What you're referring to is the "Breadcrumbs". They show there because there's a breadcrumb control in your skin that renders them.

What you want/need to do to get what you're going for is to change your skin. I don't know how familiar you are with DNN... but the skin is the template that defines the structure/layout/design elements of the page. "Skin objects", in DNN lingo, are user controls that are in the skin itself. Other common skin objects are the login button, the username/create account button, the language selector, etc.

So, you just need to change your skin and get rid of the breadcrumb control. Then, you can just refer to those fields in the skin. You can reference fields by using in-line code... things like this:

<%= Server.HtmlEncode(PortalSettings.ActiveTab.TabName) %>

That will render the name of the page... Everything else is there as well - the site logo, the site name... you just need to refer to those values from the portal settings.

Hope this helps,

Mike
 
New Post
6/11/2013 11:49 AM
 

I thank. Necessary information. I looked for just this. I had from SiteLogo problem PAGENAME.

Zasew.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Page Title and Site TitlePage Title and Site 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