Closed (fixed)
Project:
Community Tags
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2008 at 09:15 UTC
Updated:
1 Apr 2011 at 16:21 UTC
Hello. I needed to integrate community tags module with userpoints one (people who tags, gain points). So, I simply added a module_invoke_all('community_tags'...) to the community_tags_from_js() function.
The hook function is passed the node and the tags that are added, but I do not understand how I could pass it also the tag there were DELETED.
Thank you
| Comment | File | Size | Author |
|---|---|---|---|
| community_tags.patch | 1.38 KB | flexer |
Comments
Comment #1
geodaniel commentedComment #2
chaps2 commentedThere are various hooks in 2.x-dev but the Rules integration sub-module is probably the way to go for awarding and rescinding user points.
Comment #3
chaps2 commented@flexer - thank you for the patch!