I have installed and enabled taxonomy_breadcrumb, and set path on /admin/content/taxonomy/edit/vocabulary/6
Now i see breadcrumbs "alphabetical > B" etc. on node pages. But on terms pages i see only home link.
And i have no views module enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | taxonomy_breadcrumb.zip | 11.31 KB | fasdalf@fasdalf.ru |
Comments
Comment #1
fasdalf@fasdalf.ru commentedLooks like
function taxonomy_breadcrumb_term_page($str_tids = '', $depth = 0, $op = 'page')wasn't called even once. I added die('hello') in the beginning and it wasn't called.Weight of both taxonomy and taxo-breadcrumb are 0 by default. I tryed -5 fnd 5 for taxonomy breadcrumb (with re-enabking module in admin/build/modules) and nothing changed.
Comment #2
fasdalf@fasdalf.ru commentedTo make it work i changed callback registration to
and callback itself to
Also i changed .install to set higher weight on install. Appendix in mysql section is:
Zip-packed result included.
Comment #3
fasdalf@fasdalf.ru commentedChanging status
Comment #4
MGN commentedLooks like you are re-writing patches that were submitted last month. I would recommend starting with
http://drupal.org/node/222636#comment-1075769 and other progress that has been made on that thread.
Sorry. Looks like no one is maintaining taxonomy breadcrumb anymore - There really should be a 6.x branch so we can avoid fixing the same problems again and again.
I hope this helps.
Marking this as a duplicate of #222636: Port Taxonomy Breadcrumb to Drupal 6.x