Better taxonomy term selection in Drupal

This page on drupal.org shows how to use checkboxes and option boxes instead of the drop-down selectors for taxonomy terms when submitting content.

It involves modifying the node edit form using hook_form_alter. According to the page author, it was originally created by merlinofchaos.

I plan on using this technique on some of my other sites, where the users have to suffer with large selection boxes for various taxonomy terms.

Merlinofchaos' AngryDonuts.com post describing an improved version.

Posted by: Mike on Tue, 02/06/2007 at 11:36pm

New module for this

Just to let you know that there is a new module that handles all this for you: http://drupal.org/project/taxonomy_super_select

incrn8 (not verified) – Thu, 02/08/2007 – 7:34am

Too bad it's Drupal 5 only at present

Nice module, I wish there was a 4.7 back-port.

Mike – Fri, 02/23/2007 – 11:00pm

Post new comment

This helps us decide if you are a human, and not just some visiting bot.
The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <h3> <h4> <br> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.
More information about formatting options