« Return to Thread: different terms depending on $user data

Re: different terms depending on $user data

by Andrew Berry-3 :: Rate this Message:

Reply to Author | View in Thread

On 22-Jun-09, at 8:55 AM, Lluís wrote:

> I need groups of users sharing a taxonomy, but not terms; the group is
> defined depending on their user profile; so I have been able to write
> a module using hook_node_grants and hook_node_write_perms to separate
> their content; but now I need them able to categorize it.

The first half of this can be done with the term_permissions module I  
wrote to use with Simplenews. It can limit terms to those in a role  
(or by user), but doesn't handle newly created terms like what might  
occur with free tagging. Feel free to submit a patch :)

If you are pre-defining all of your terms, this might work for you as-
is.

http://drupal.org/project/term_permissions

--Andrew

smime.p7s (3K) Download Attachment

 « Return to Thread: different terms depending on $user data