Given a vocabulary X with terms A and B, you can edit the menu items for A and B to put them wherever you'd like to in the menu system. The same is not possible for X, however.
Attached patch changes the behavior of X so that you can move it about in the menu system.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | tax_menu_vocabulary.patch | 801 bytes | Eric Scouten |
Comments
Comment #1
Eric Scouten commentedPatch didn't upload before. Trying again.
Comment #2
Eric Scouten commentedTrying one more time to upload the patch.
Comment #3
morbus iff+1 and confirmed on Drupal 4.5. Made the change, "delete from cache", and edited the taxomenuitem with a new name and a new position with no problem.
Comment #4
morbus iffUpdating to critical - two other bug reports that are both solved by this simple patch:
http://drupal.org/node/11853 and http://drupal.org/node/13375
Comment #5
Bèr Kessels commentedhttp://drupal.org/node/15182 is a related task. one that should fix a lot of these menu issues.
Comment #6
jonbob commentedThis patch really doesn't seem like the right solution. I think this is a menu system bug, not a taxonomy_menu one; the main "taxonomy menu" item *is* a callback, not a suggested item.
Digging further into menu code.
Comment #7
jonbob commentedFound a different workaround I like better. Still poking at the underlying menu system bug, though.
Note that this fix may not manifest itself even with the new module code until menus are reset. This is unfortunate, but I don't know an immediate resolution; the menu table was getting corrupted.
Comment #8
(not verified) commented