Hi Guys,
After quite a bit of time browsing drupal.org, I eventually come here as the answer to my question is not where I can find it. Maybe one you guys got it in his/her head...
Well. What I want to do is very simple. I just need to restrict the list of tags (not vocabularies) a user can assign to a node. And not depending on the user's role, but to the user, every single user having a different list of tags he can use.
So far, no module solved my problem (or not like I used them at least):
- "TAC" and "TAC lite" only change access rules to nodes depending on users and taxonomy;
- "User Terms" assign tags to users (but don't modify the list of tag they can use when they create a node) ;
- "Vocabulary Permissions" assigns permissions to vocabularies by user role, and not by user (and the users I want to modify the access to the tag list to have the same role).
Some clues?
Thanks in advance!
Comments
http://drupal.org/project/ter
http://drupal.org/project/term_permissions
have you seen
Thanks! But...
Thanks a lot Tommyent, this is what I need, and I hadn't seen it before.
But I have a Drupal 5.9. and this module is only made for a Drupal 6.x
Is there a way I can adapt it?
Thanks in advance for your answer.