Closed (won't fix)
Project:
Unitag
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2008 at 17:09 UTC
Updated:
30 Jan 2008 at 14:09 UTC
first of all i have to say unitag is a very nice module which can help to avoid the spam in tags :-)
my problem is, that i use the communiy_tags module to give the users the possibility to tag content. when I use the unitag module with the setting "readonly" it's not working how it supposed to because new tags posted by using community_tags are immediatly visible to the user. Would be nice if unitag would also work with community_tags.
Comments
Comment #1
Zen commentedThis is something that community_tags should look into as it (probably) bypasses the node form altogether. Looking at unitag_node_form_validate and unitag_nodeapi should demonstrate how something like this could be accomplished.
-K