Page 1 of 1

Breadcrumbs Delimiter in CMSMS v2x

Posted: Tue Oct 18, 2016 8:51 am
by KevWilkinson
How do you change the breadcrumbs delimiter in the Navigator::Breadcrumbs? It used to be ...delimiter="/" but that no longer works and the deafult ">>" always appears

Re: Breadcrumbs Delimiter in CMSMS v2x

Posted: Tue Oct 18, 2016 6:47 pm
by PinkElephant
KevWilkinson wrote:How do you change the breadcrumbs delimiter in the Navigator::Breadcrumbs?
I think you've as good as answered your own question. :) If you're using the default template, try editting line 21:

Code: Select all

{if !$node@last}» {/if}
Otherwise, untested, try a different template with {nav_breadcrumbs template='mad_arrows'}

Re: Breadcrumbs Delimiter in CMSMS v2x

Posted: Tue Oct 18, 2016 9:05 pm
by KevWilkinson
Got that, yes pretty obvious now you mention it. Thanks for the steer.