Came across the need to do a jump menu for a terms of a vocabulary.

CommentFileSizeAuthor
#1 2088787-jump_menu_taxonomy-1.patch6.44 KBkerasai
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kerasai’s picture

Status: Active » Needs review
FileSize
6.44 KB

I've developed a module which works in a way similar to the jump_menu module, and rolled it into a patch against 7.x-1.x that provides this functionality as a submodule.

doublejosh’s picture

Category: task » feature
barkam’s picture

Hello,

i found that if there is no active 'jump menu block' before 'jump menu taxonomy block' I get this errors:

Notice: Undefined index: ctools_jump_menu in drupal_retrieve_form() (line 806 from /home/xxx/domains/yyy/public_html/includes/form.inc).
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'ctools_jump_menu' not found or invalid function name w drupal_retrieve_form() (line 841 from /home/xxx/domains/yyy/public_html/includes/form.inc).

Any ideas how to implement only 'jump menu taxonomy block' without activating any 'jump menu block' ?

Regards.

barkam’s picture

Issue summary: View changes

Added to jump_menu_taxonomy.module

ctools_include('jump-menu');

Works fine.

Pol’s picture

Hi,

Find this feature in this module: https://www.drupal.org/project/better_jump_menu

You can create a view displaying terms and choose 'Better Jump Menu' style.

And for people asking why there are two modules doing less or more the same... here's my answer:
When I did this module, I didn't find know the existence of this module, and as it seems to be unmaintained, I decided to publish it.
If the maintainer reads me, I'm absolutely open to merge my or your change in one of the two module, contact me and we'll decide what to do together.

Thanks.

Pol’s picture

The feature has been committed into the dev version (commit: http://cgit.drupalcode.org/better_jump_menu/commit/?id=b7b2f56)

I will release a new version in a couple of hours after I finished the integration with the book module.

To get it working, you will need the Views Term Hierarchy Weight Field contrib module too.