I'd like to add a date field to a drupal taxonomy term, alongside the default "title" and "description"

Is there some technique/php/module that lets me do this? Is it possible to do with CCK??

I need to be able to display the new field in the same view presenting the content nodes referencing the term.

At the moment, I've added a date field to the content nodes with CCK, and it's displayed by the view. But that's not exactly what I'm going for, I just want to update one date per term.

link|improve this question

feedback

3 Answers

Attaching fields to terms is added in Drupal 7, but that's still beta. I'd suggest replacing your taxonomy with a node reference field in Drupal 6.

link|improve this answer
Small correction: Drupal 7 is currently in alpha. – marcvangend Apr 13 '10 at 21:07
feedback

There's a module to do exactly this: http://drupal.org/project/term_fields

link|improve this answer
feedback

As Scott said, Drupal 7 has this as part of core. There are some modules that attach nodes to taxonomy (e.g. Taxonomy Node) that might also be helpful to look at.

link|improve this answer
I'll try out Taxonomy Node, that sounds like the easiest way to get what I need in the short term. This is a "needs to be done yesterday" kind of thing. I'll look into replacing my terms with node references later. – David Meister Apr 14 '10 at 3:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.