How the 3 permissions work ?
I saw that you can define 3 types of permission:
- user can view and edit only own posts
- user can only view posts and not edit or create posts
- user can view and edit everyone's post.
In my case, I would like to let unregistered users only view all posts, and let registered users view all posts but only edit own posts.
For me having the permissions the way you did is not very usefull, like i don't want to let any user to edit anything, because this could compromise the integrity of information.
Is that even possible to make with this code of yours ?
Thanks