Breadcrumbs Delimiter in CMSMS v2x

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
KevWilkinson
New Member
New Member
Posts: 2
Joined: Tue Oct 18, 2016 8:47 am

Breadcrumbs Delimiter in CMSMS v2x

Post 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
User avatar
PinkElephant
Forum Members
Forum Members
Posts: 173
Joined: Fri Feb 06, 2009 2:08 pm

Re: Breadcrumbs Delimiter in CMSMS v2x

Post 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'}
KevWilkinson
New Member
New Member
Posts: 2
Joined: Tue Oct 18, 2016 8:47 am

Re: Breadcrumbs Delimiter in CMSMS v2x

Post by KevWilkinson »

Got that, yes pretty obvious now you mention it. Thanks for the steer.
Post Reply

Return to “CMSMS Core”