Hi, I'm looking at the actions and triggers in D7, and can see a small number of actions we can extend taxonomy with.
This D5 module looks like the place to put it.
I'm planning a clean break, and will then look at if any of the old features are useful to bring forward.
My prototype so far for todayas use-case:
/**
* @file
* Provides an action to create a taxonomy term automatically.
*
* This can be triggered by the creation of a node or user, and therefore keep a
* taxonomy in sync with a content type.
*
* Any time you make an 'event' node for example, this new event may become a
* term that could be used to tag other things, such as photos of the event.
*
* In the configuration you can choose the vocabulary, and the initial name and
* description fields for the new term, generated from the entity that triggered
* the action.
*
* Optionally, you can choose to tag the new item with its new term.
*/
This has become a really nice example of action writing, and is totally modular, so I'd like to contribute it back.
Comments
Comment #1
dman commentedContact email sent to dgtlmoon
Bumping status as there is no d6 version - so currently module "does not work"
Comment #2
dgtlmoon commentedSure, i can add you as a maintainer or as a contributer/cvs/project access, this was for a client a long time ago so I havent visited the module since, tell me what you like :)
Comment #3
dman commentedGroovy, thanks.
I'll get this up soon
Comment #4
mgiffordThe current process is https://www.drupal.org/node/251466
Comment #5
dgtlmoon commentedHow different is your module? i can give you complete project edit status instead
Comment #6
dgtlmoon commenteddman added to contributors/admins of the project