Not working breadcrumbs in 1.0.3
-
Vin
Not working breadcrumbs in 1.0.3
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
Hello,
Same problem for me here.
Don't know any solutions though...
Same problem for me here.
Don't know any solutions though...
Re: Not working breadcrumbs in 1.0.3
Vin,
is "delimiter" set in your template. I'm running on 1.02 and my template calls "breadcrumb" as follows:
Ronny
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 -->-
funkysam
Re: Not working breadcrumbs in 1.0.3
Always the same problem even when delimiter is set in the template.
Re: Not working breadcrumbs in 1.0.3
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
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


