I've found access_by_term module and try to use it for user based access control. But abt module can't limit the tags to its creator... So every user can set all terms to own account and so get all view permissions...

I try to limit usable/ visible tags to the own created terms to use it with access by term as a full access control solution. Any way to get it with community tags module? Another idea was private_taxonomy module, but there is no D7 port available.

Community tags use a database table with term, term creator and content tagged with term, right? Is it possible to implement permissions like that?

* use own terms
* use any terms

And terms can be multiple (same term but created by another user).

Maybe this with the access by term module could be the solution for my problem.

Comments

JohnnyX’s picture

Any chance to limit the tags to "own tags"? I need private taxonomy terms and a solution with community tags would be great!

Anonymous’s picture

subscribe...i really need this feature

Sinan Erdem’s picture

I can use this functionality also...

1kenthomas’s picture

I'd program for bounty.

JohnnyX’s picture

After working dev release private taxonomy term it should be possible to build a user based access control with abt & private taxonomy term.
So private taxonomy term is the better way to build my needed feature.

Problem for my usecase. Node creator/ author user have to be tagged with abt terms too. If not he loose permissions for own node...

JohnnyX’s picture

Issue summary: View changes

Added an information