I want to limit tags that can be added to node by just those that are created by the user who is creating the node.
What is the simplest way to do so?

Comments

earwax’s picture

You can limit values in the term reference field. In the field settings section, it says "Number of Values". Just choose the number of values.

Does this help?

POVYLAZZZ’s picture

Not really you see I want to limit terms possible to add not by number but by author of them.
I was thinking that Rules module could do it but apparently not. It seams I will have to resolve this with some custom coding.

earwax’s picture

Yup, this sounds very much like writing your own module on validating by author, content type, and tag term(s). Then it gets messier because then you will have to somehow define which author(s) get to provide how many terms. Maybe if they are already nicely in Drupal roles, then that should be easier.

Good luck!

brandy.brown’s picture

You might want to consider looking into the community tags module ... just a thought.

Version: 7.12 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.