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.

CommentFileSizeAuthor
#2 tax_menu_vocabulary.patch801 bytesEric Scouten

Comments

Eric Scouten’s picture

Patch didn't upload before. Trying again.

Eric Scouten’s picture

StatusFileSize
new801 bytes

Trying one more time to upload the patch.

morbus iff’s picture

+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.

morbus iff’s picture

Priority: Normal » Critical

Updating 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

Bèr Kessels’s picture

http://drupal.org/node/15182 is a related task. one that should fix a lot of these menu issues.

jonbob’s picture

This 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.

jonbob’s picture

Found 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.

Anonymous’s picture