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

Zen’s picture

Status: Active » Closed (won't fix)

This 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