I would like to give access permissions to a node only to it's creator.

My idea was to be able to mark a node as private so that only it's owner can gain access to it!

I've tried to implement this but things got to complicated for me!!!

CommentFileSizeAuthor
#3 tac_lite_owner.JPG6.18 KBk3rn3l

Comments

Dave Cohen’s picture

Status: Active » Closed (won't fix)

Sorry, This module is about taxonomy terms. Look for another node_access module, or read about hook_access.

k3rn3l’s picture

Hi. Thanks for the quick reply.

My idea is to use taxonomy, and one of the terms would be "private".

I've attached an image of what I was thinking.

(please remove this!)

k3rn3l’s picture

StatusFileSize
new6.18 KB

Hi. Thanks for the quick reply. I think I wasn't able to put my thoughts into words...

My idea is to use taxonomy, and one of the terms would be "private".

I've attached an image of what I was thinking.

The idea is that only node authors (or those who can administer nodes) can add the private term to the node!

I think this could be done the same way its done when settings permissions by user! But my problem now is all the business logic that is done behind the scenes.

Thanks again