There are related issues like this one, but for other branches:

#371547: Breadcrumb not working with Views
#973754: How to show breadcrumbs in page displays?
#269424: Breadcrumb not showing on Term Page w Taxonomy List
#815056: Page manager module is unable to enable taxonomy/term/%term
#990390: Breadcrumb Alignment Problem with Category View
#1373510: Include info about compatibility on module's home page
#800650: Taxonomy of Forum nodes is not registered

This issue is for the 7.x-1.x-dev branch. Taxonomy breadcrumbs is not compatible with Views module since it wants taxonomy_term menu loader, and views overrides that with its views_arg. Patch attached in comment fixes this.

CommentFileSizeAuthor
#1 taxonomy_term-1608070-1_views_support.patch1006 byteskotnik

Comments

kotnik’s picture

Status: Active » Needs review
StatusFileSize
new1006 bytes

Patch attached.

LonitaD’s picture

The patch worked for me. Breadcrumbs are displaying correctly on Views generated taxonomy term pages.

I spoke too soon - this patch causes a php error. The else statement is in the hook_help() function which doesn't seem to be the correct place for it. Even without the patch, breadcrumbs on views pages seem to be working.

kotnik’s picture

Status: Needs review » Needs work

creativ180, could you paste PHP error you got here? Thanks.

LonitaD’s picture

I already removed the patch and it is working without it. I think the error said something like Parse error: syntax error, unexpected T_ELSE. I can try the patch again if you need more specifics.

jantoine’s picture

Status: Needs work » Closed (fixed)

Not sure if it is due to the various patches I have already committed, but I am unable to reproduce this issue. Marking as fixed. Please reopen if you are still experiencing problems.