Not working breadcrumbs in 1.0.3

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.
Locked
Vin

Not working breadcrumbs in 1.0.3

Post by Vin »

I've just noticed that the breadcrumbs in the latest installment don't show the full path, just the title of the page. Is it just me or does anyone have the same problem?
funkysam

Re: Not working breadcrumbs in 1.0.3

Post by funkysam »

Hello,
Same problem for me here.
Don't know any solutions though...
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Not working breadcrumbs in 1.0.3

Post by RonnyK »

Vin,

is "delimiter" set in your template. I'm running on 1.02 and my template calls "breadcrumb" as follows:

Code: Select all

   <!-- Start Breadcrumbs -->
   <div class="breadcrumbs">
        {breadcrumbs starttext='Navigatie' root='Home' delimiter='»'}
   <hr class="accessibility" />
   </div>
   <!-- End Breadcrumbs -->
Ronny
funkysam

Re: Not working breadcrumbs in 1.0.3

Post by funkysam »

Always the same problem even when delimiter is set in the template.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Not working breadcrumbs in 1.0.3

Post by Ted »

Ok, this is fixed in svn.

Expect a 1.0.4 release in the next day or two.  I still have a few things I need to fix.

If you want to use the newer version of breadcrumbs now, replace plugins/function.breadcrumbs.php with http://viewsvn.cmsmadesimple.org/viewsv ... &view=auto
Locked

Return to “CMSMS Core”