Page 1 of 1

Not working breadcrumbs in 1.0.3

Posted: Fri Jan 19, 2007 7:59 pm
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?

Re: Not working breadcrumbs in 1.0.3

Posted: Mon Jan 22, 2007 1:52 pm
by funkysam
Hello,
Same problem for me here.
Don't know any solutions though...

Re: Not working breadcrumbs in 1.0.3

Posted: Mon Jan 22, 2007 3:18 pm
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

Re: Not working breadcrumbs in 1.0.3

Posted: Mon Jan 22, 2007 6:28 pm
by funkysam
Always the same problem even when delimiter is set in the template.

Re: Not working breadcrumbs in 1.0.3

Posted: Tue Jan 23, 2007 5:53 pm
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