Closed (duplicate)
Project:
Taxonomy Breadcrumb
Version:
6.x-0.1-beta
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2008 at 07:19 UTC
Updated:
27 Nov 2008 at 19:26 UTC
Jump to comment: Most recent file
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