A take on Drupal's taxonomy system from the Plone/Python camp

Tags: •  • 

Over at the Plone Blog is the article Death and Taxonomies; it reviews Drupal’s taxonomy (aka category) system.

The author basically comes to the conclusion I have, a conclusion that is shared by many in the Drupal community but not so much outside of it: Drupal’s taxonomy system is amazing.

For most people and their uses, it is completely overengineered and complicated to use. This fits into Drupal’s marketing stance that it is a content management framework rather than just a CMS. It is very generic, and with some custom programming can be adapted to anything—the possibilities are limitless. With many web development projects (that I don’t want to write in PHP) I think about, I wish I had the facility of Drupal’s taxonomy system.

Of course, there are problems, which the review goes into: there are too many hierarchal relationships in Drupal, all competing with each other. There is the menu system, the book module, and hierarchal taxonomies. The key to being a Drupal master is know when to use which and how to use them, something I’ve definitely not mastered. And that is part of the problem—why should you need to?


Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text.
  • Images can be added to this post.
  • You may use [inline:xx] tags to display uploaded files or images inline.
More information about formatting options