Developer forum

Forum » Development » Extend the legend / breadcrumb

Extend the legend / breadcrumb


Reply
Hi

On my productcategorypage and productdetailpage, I would like to show the productgroup in the breadcrumb/legend.

Is there a way to add items to the breadcrumb/legend in the codebehind?

Martijn

Replies

 
Nicolai Høeg Pedersen
Reply
If you are using group navigation, you can make a XSLT based navigation as a breadcrumb instead of using the breadcrumb feature of the page template.

See attached dump for example and also find a attached XSLT that does this.

You can also extend it - simply by making a new template tag on the page template using a page.onoutput notificiation subscriber: http://engage.dynamicweb-cms.com/api/extensibility/?Dynamicweb~Dynamicweb.Notifications.Standard+Page~OnOutput.html which basically writes out ">> GroupName" after the breadcrumb tag.
Breadcrumb.PNG
 
Reply
Hi NP

I made it work with the notificationsubscriber.
Thanks for your advice!

Martijn

 

You must be logged in to post in the forum