Closed (won't fix)
Project:
Actions
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2007 at 14:13 UTC
Updated:
3 Feb 2013 at 19:41 UTC
Please jump in http://drupal.org/node/135125 !
Many thanx
Comments
Comment #1
westbywest commentedYou can use this code by wrapping it in a custom module. That is, create the files custom_action.info and custom_action.module and then paste the code snippet visible at the URL above into custom_action.module.
After enabling the custom module, then go to admin->site building->actions to create new actions to add/remove terms.
Finally, you will need to create a trigger for this action to actually occur. This could be done by a cron job, user votes (e.g. with with the voting actions module), a workflow transition, or whatever is relevant to your project.
Comment #2
westbywest commentedYou can use this code by wrapping it in a custom module. That is, create the files custom_action.info and custom_action.module and then paste the code snippet visible at the URL above into custom_action.module.
After enabling the custom module, then go to admin->site building->actions to create new actions to add/remove terms.
Finally, you will need to create a trigger for this action to actually occur. This could be done by a cron job, user votes (e.g. with with the voting actions module), a workflow transition, or whatever is relevant to your project.
Comment #3
doc2@drupalfr.org commentedThis should be useful. I'll let you know whenever I implement this. Thank you very much.
Greetings
Comment #4
doc2@drupalfr.org commentedMy needs have changed.
Yet the Node Auto Term module could have done what I was looking for: http://drupal.org/project/nat
Hope this helps
Comment #5
paulnem commentedGreat, this plus the php code in the supplied link are just what I was looking for. I'm incorporating this with the scheduled actions module and am happy with the results so far.
Comment #6
crandell commentedI can't get this to work quite right. The php code in the link above simply *adds* a term, even if the vocabulary is not supposed to allow multiple selections. How do I get it to *change* the term instead? So it would clear all other terms in the vocabulary before adding the desired term? I'm not well-versed in php.
Comment #7
doc2@drupalfr.org commentedCrandell, your request is about a new feature and should be submitted as such as a new issue, or as a forum topic.
Then you could link it there. Personaly, I cannot help you on this unfortunately. Good luck.
Comment #8
pomliane commentedThis version of Actions is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.