Page 1 of 1

Removing the ':' from breadcrumbs starttext? [solved]

Posted: Sat Feb 24, 2007 12:35 pm
by mwy
Could someone possibly help me remove the ':' that is added to the breadcrumbs starttext parameter?

I am a *complete* CSS/CMS/CMSMS novice so sincere apologies if the answer to this is lurking in these pages and I've missed it in my searches.

Thanks in advance

Re: Removing the ':' from breadcrumbs starttext?

Posted: Sat Feb 24, 2007 3:22 pm
by heatherfeuer
in the plugins directory for CMSMS is a file called "function.breadcrumbs.php."  Open that file in a text editor (one that shows line numbers) and scroll to line 159:

Code: Select all

$trail = $params['starttext'] . ': ' . $trail;
Delete the ".':' " portion.  Be sure to back up the file first.

Re: Removing the ':' from breadcrumbs starttext?

Posted: Sat Feb 24, 2007 6:51 pm
by mwy
*thank* you. And at the same time, another chunk of understanding slots into place...