Developer forum

Forum » CMS - Standard features » RE: Breadcrumb - show in breadcrumb not working

RE: Breadcrumb - show in breadcrumb not working

Jan Sangill
Reply

Hi,

I have this:

 <ul title="navbreadcrumb" class="dwnavigation" id="navbreadcrumb" settings="includemode:all;sitemapmode:true;startlevel:1;expandmode:pathonly;template=breadcrumb.xslt"></ul>

How would I remove items from my breadcrumb in my breadcrumb.xslt if I in the backend have clicked off the "show in breadcrumb" ?

What is the Tag that should be used for that?

Regards


Replies

 
Nicolai Høeg Pedersen
Reply

@ShowInSitemap...

Nicolai

 
Jan Sangill
Reply

Hi Nicolai,

Would that not be for "show in sitemap" - and not "show in breadcrumb".

Anyways, I figured it out. It was @ShowInLegend

How can I see all the variables I have available in my xslt file? ANy documentation on this somewhere?

And ty for the VERY fast reply:)

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer

Right, ShowInLegend it is! Sorry...

You can apply &savexml=true in the querystring - then you will get an exact dump of the XML being processed right next to the XSLT

Nicolai

Votes for this answer: 1

 

You must be logged in to post in the forum