Website: www.footballclips.net

I've just installed the jump menu for v5 drupal...
v6 jump menu didnt work...

Anyway at the moment I have source code

  print jump_quickly(1, 'players');

I only have 1 vocabulary and all of the terms are inside.

Current Problem: All the terms are showing
Solution required: I need to get only the player terms shown. Which is taxonomy/term/148

Comments

insomoz’s picture

I worked around this by creating a new vocab and moving the items form one vocab to another using:
http://drupal.org/project/taxonomy_switch

But if anyone ends up with an answer to orig, it will be good for future use...

insomoz’s picture

Have reverted back due to not being able to use the redirects, any idea how to jump to tid

insomoz’s picture

This is what I need but for v5
http://drupal.org/node/356086

I ran into a situation where I needed multiple menus for sets of categories using the same taxonomy vocabulary set. I made a few minor changes to pass in the parent in the initial call, like so:

  print jump_quickly(3, 'taxo', 12);

The patch done is for v6...Can views create drop down menus?