Nice module. I like it to do some more things. One of them; adding a default 'any' state on top of the list in the taxonomy jump menu.

Comments

hanskuiters’s picture

I think I can add it myself using jump_quickly(). See #1816368: Adjust documentation for jump_quickly().

hanskuiters’s picture

Well, jump_quickly() was not working. I added the following to the jump_quickly_form function:
$options = array_merge(array('<front>' => '- Select... -'), $options);

This needs to be in a setting, but I'm running out of time for this project.

hanskuiters’s picture

Category: feature » task
Priority: Normal » Minor
Status: Active » Needs work