I have taxonomy like this:

  • 1
    • 2
    • 3

Taxonomy_Menu (lastest dev) generates links to root of primary menu

Node has term "2" attached to it.
And resulting breadcrumb on node looks like this:

<a href="#">1</a>
<a href="#"></a>

Second link without title

Traced this problem to "_taxonomy_menu_trails_fetch_link_simple" function. Looks like $candidate not getting title…

Comments

Razunter’s picture

Status: Active » Closed (cannot reproduce)

Hm… After rebuilding menu everything works ok.

Razunter’s picture

Status: Closed (cannot reproduce) » Active

Was wrong with last comment. Breadcrumb on term page works fine, but has problems on node page. Sorry.

Dmitriy.trt’s picture

Thanks for your report. This feature is still experimental and needs some work. Could you please give me a link to the project where the problem appears? If you don't want to share it with public, please use my contact form.

Dmitriy.trt’s picture

Status: Active » Fixed

Fix committed and will be packaged in 7.x-2.x-dev soon. Problem appears when taxonomy term page is overridden with a view.

Automatically closed -- issue fixed for 2 weeks with no activity.