Closed (fixed)
Project:
Taxonomy Menu
Version:
5.x-1.03
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
23 Jun 2008 at 16:51 UTC
Updated:
14 Apr 2009 at 04:40 UTC
Jump to comment: Most recent
I am currently using Taxonomy Menu with Views and cannot seem to get the "display decedents" option to work. Any help would be greatly appreciated.
Thanks.
Comments
Comment #1
ricsch commentedI have the same problem.
Comment #2
carteriii commentedThe menu inheritance doesn't seem to be working, which seems to be more of a Drupal 6.x issue than with this module. There's another issue similar to this (http://drupal.org/node/263766) in which someone suggests just adding the access arguments. By copying the access arguments, file, and page callback to the child menu definition, it started working just fine for me.
Comment #3
mcd commentedIsn't this a drupal 5.x bug? I don't see how to apply the drupal 6.x patch to it. I am also not getting descendants in drupal 5.10, and the topic menu no longer expands to my current topic the way it used to.
[Update: I don't know what I did to get this working again, but my descendants and menus are back. Possibly I disabled and reenabled taxonomy_menu enough times that the issue cleared up.]
Comment #4
robhamm commentedI installed the most recent dev, put the taxonomy menu in its own menu, enabled the block, and ran update, and descendants work. Unfortunately, I was frustrated and in a rush, so I couldn't tell you which of these made the difference. The point is, though, that descendents are working for me. Praise be to the internet gods! (And to trevor.eye9 for working on this.)
:-D
Comment #5
kingandyI am going to go out on a limb and guess that "Display Descendants" only affects the nodes that are displayed when you're using Taxonomy_Menu's own node display system to display the nodes.
If you're using something else (eg. a view) to display the nodes, Taxonomy_Menu's node display settings won't affect the nodes displayed because it has no direct control over the nodes displayed by that node display mechanism.
Try editing the view directly - if it uses a "Taxonomy: Term ID" argument you should be able to change the depth of the terms searched for nodes by setting the option to a high number (like 5 or something).
Comment #6
Anonymous (not verified) commentedSounds like this has been fixed...