ASPX templates
Version 5.x > ASPX templates > Breadcrumb with Home > at starting View modes: 
User avatar
Member
Member
srizzetto-microgate - 8/17/2010 2:47:10 AM
   
Breadcrumb with Home > at starting
I have a site with the Home page set to the first document (nodelevel = 0)

How can I do to let the breadcrumb to show me always the Home link at start ?
eg.
Home > Level1 > Level2

I know I can put a link before the usercontrol, but in this manner it is not a <LI> element like the other...

Thanks

User avatar
Kentico Support
Kentico Support
kentico_radekm - 8/18/2010 1:10:51 PM
   
RE:Breadcrumb with Home > at starting
Hello.

The "highest path" you can set as Starting path is "/" which means all documents under root will be included into breadcrumbs. Root (document level 0) not and it must be added manually. Breadcrumb web part will handle only 1. level (first level under root itself) and deeper.

Best Regards,
Radek Macalik

User avatar
Member
Member
srizzetto-microgate - 8/19/2010 1:36:35 AM
   
RE:Breadcrumb with Home > at starting
Thanks Radek,

Actually I created a custom UserControl that inherits from CMS.Controls.CMSBreadCrumbs and that overrides the "Render" method

I think you can include this suggestion for the 6.0.
A boolean property "IncludeHomeAtStart" would be enough

PS I think it is more "clean" to have the home at the first level (zero) and not to another page (eg. home.aspx) of level 1


User avatar
Kentico Support
Kentico Support
kentico_radekm - 8/30/2010 8:33:50 AM
   
RE:Breadcrumb with Home > at starting
Hello.

Thank you for your suggestion. I submited it as a feature request and we will consider it within some of the future releases.

Best Regards,
Radek Macalik

User avatar
Member
Member
kordosoft25-gmail - 8/3/2012 10:35:25 AM
   
RE:Breadcrumb with Home > at starting
To bad it didn't happen ... In 2 years you werren't able to implement a simple function to this thing and most of kentico users should wrote their own controls to do a similar thing....

User avatar
Kentico Support
Kentico Support
kentico_radekm2 - 8/7/2012 5:12:28 AM
   
RE:Breadcrumb with Home > at starting
Hello.

Sometimes the reason why some feature was not implemented out-of-the-box is that it wasn't requested by more people or there is a simple workaround for it, like in this case. If you feel some feature is really important, good for more people and cannot be done in other way, you may submit it to our User voice and let customers vote.

However, this functionality is not the idea of the breadcrumbs navigation itself which means you need to customize it since you want to behave it differently than it should.

Best Regards,
Radek Macalik