Closed (won't fix)
Project:
ThemeKey
Version:
6.x-1.x-dev
Component:
Code / API
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2009 at 14:32 UTC
Updated:
3 Oct 2014 at 09:00 UTC
Jump to comment: Most recent
Comments
Comment #1
mkalkbrennerFeedback from Taxonomy Menu maintainer via mail:
Paths are quite a bit more complicated in the D6 version. There is an API and different path types (http://drupal.org/node/380652). Here is the taxonomy_menu function used to build the paths. Building the path requires the tid and vid. You can get the current path for a tid from the taxonomy_menu table. It stores the tid and related mlid. Then you can go to the menu_links table and get the path.
Comment #2
mkalkbrennerI will temporally deactivate this feature for 6.x-1.2beta2 release because current code just doesn't work since a long time.
I turn this issue into a feature request.
Comment #3
mkalkbrennerComment #4
mkalkbrennerThis feature won't be implemented any more.