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, ...Changing Root Breadcrumb TextChanging Root Breadcrumb Text
Previous
 
Next
New Post
3/31/2006 1:35 PM
 
Is it possible to change the Root text in thebreadcrumbs? For example: My breadcrumb displays as:

 Root >> Page1 >> Page2

I'd like to change the text 'Root' to something else like 'Home'. Is it possible to do that? The only way that came to mind was to insert the text 'Home' into the skin HTML template just before the breadcrumb token.
 
New Post
4/9/2006 9:53 AM
 

There are two ways that I know of to do this (or something like it):

1)  You can edit the source breadcrumb code in \admin\skins\breadcrumb.vb.  This requires a recompile and, because you are effectually modifying the core, it will get overwritten if you ever upgrade.

2) -my preferred method- add this line of code into your skin .aspx file right before the <dnn:Breadcrumb> line:

          &nbsp;&nbsp;<a href="http://intratest/Home/tabid/36/Default.aspx" class="Breadcrumb_Link">Home</a>

(of course, changing the link to whatever your homepage is) and make sure you have "RootLevel=0".

The only time this really looks funny is when you are actually on your home page, or on a subpage below your home page ...then you get "Home >>> Home >> ..." which I can live with.

This has the added benefit of being a skin change and, therefore, not overwritten during upgrades.

Maybe someone more knowledgeable has a better answer, but this works for me.

 

 
New Post
4/9/2006 1:29 PM
 
I had already thought about creating a link within my HTML template. The breadcrumbs do not appear on the home page since the homepage uses a different skin than the rest of the site. Having the breadcrumbs appear on the homepage is not an issue here. I just thought that there may have been some attribute for the BREADCRUMB token that I missed. I find it a little odd that you can change the text for some of the tokens but not all of them.

Thanks for the response. :)
 
New Post
9/8/2006 2:19 PM
 
Thought I'd share the correct solution ot this problem since I did end up figuring out the correct way of changing Root in the breadcrumbs.

While logged in as an admin, select the Languages item in the Admin menu. Click on the Language Editor. Expand the Local Resources -> Admin -> Skins -> App_LocalResources and click on Breadcrumb.ascx. Update the Text as needed and click Update.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Changing Root Breadcrumb TextChanging Root Breadcrumb Text


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