Developer forum

Forum » CMS - Standard features » RE: Breadcrumbs in new DW

RE: Breadcrumbs in new DW

Jonas Mersholm
Reply

Hi DW guys!

I'm remaking a DW website in a newer version of the software. The solution uses breadcrumbs, but i cant find a way of implementing them correctly through the new templating way. I tried this

 <ul class="dwnavigation" id="breadcrumb" settings="startlevel:1;endlevel:1;template:liclean.xslt;expandmode:Path;">

</ul>

Which simply prints out my whole pages tree.

Any ideas on how to solve this?

 

best regards.

Jonas


Replies

 
Nicolai Høeg Pedersen
Reply

Attached an example of a breadcrumb xslt running with default settings:

<ul class="breadcrumb dwnavigation" id="breadcrumb" data-settings="template:breadcrumb.xslt">

 You can also use your example from above and add a setting sitemapmode:true. See manual: http://developer.dynamicweb-cms.com/documentation/for-designers.aspx

 
Jonas Mersholm
Reply

Thank you Nicolai, that was exactly what i was looking for.

 

You must be logged in to post in the forum