I install the path bradcrumb module. When i am visit my site, no breadcrumb is showing.
On the frontpage, i would see my breadcrumb with the home link!

The code in my page.tpl.php

<section id="breadcrumb" class="clearfix container-16">
         <?php if ($breadcrumb) : ?>  
             <?php print $breadcrumb; ?>
          <?php endif; ?>   
</section><!-- end section#breadcrumb -->

Can you make a setting: Show Breadcrumb on frontpage!

Edit:
When i am install the menu breadcrumb module there is a setting for this module:

Append page title to breadcrumb
Choose whether or not the page title should be included in the breadcrumb.

This setting show my breadcrumb on my frontpage!

Can implement this setting in the Path Breadcrumb Module Settings?

Comments

Bernsch’s picture

Issue summary: View changes

edi

Bernsch’s picture

Issue summary: View changes

edit code

Bernsch’s picture

Issue summary: View changes

edit code

Bernsch’s picture

Issue summary: View changes

italic text

Jawi’s picture

Did you manage to fix this?

kalabro’s picture

Version: 7.x-3.0-beta1 » 7.x-3.x-dev
Category: bug » feature
Priority: Normal » Minor

Thanks for your request.
Now Path Breadcrumbs doesn't add any links to pages that are not listed here admin/structure/path-breadcrumbs

This value does not changes current breadcrumbs navigation. It is just set default value for new path breadcrumbs.

But you can create variant for your front page (for node path, for example).

kalabro’s picture

Issue summary: View changes

italic text