-
Notifications
You must be signed in to change notification settings - Fork 138
Membership Actions Explanation
Nathan Paton edited this page Dec 10, 2016
·
1 revision
In most cases the membership actions and what they stand for are self-explanatory, but not always. Consider this a definitive list of what each action does, and the kind of scope it has.
Actions with [user] apply only to that user and their content. Actions with [admin] apply to all users and content. So for example, “files delete [admin]” allows a user with that action enabled to delete any files on the site. The ability for a user to delete their own files is included with “files add”. The same logic applies for any edit actions or similar.
- block by IP [admin]: Block a user and their IP address
- comments edit own [user]: Edit a comment (user’s own)
- comments post [user]: Post a comment
- comments remove own [user]: Remove a comment (user’s own)
- comments vote [user]: Vote on a comment
- adds add [user]: Create an ad
- ads approving [admin]: Approve an ad and make it visible
- ads browse [user]: Browse available ads
- ads delete any ad [admin]: Delete an ad
- ads edit any ad [admin]: Edit an ad
- ads search [user]: Search available ads
- ads view [user]: View an ad
- articles delete [admin]: Delete an article
- blog delete and edit comments [admin]: Delete or edit a comment
- blog post add [user]: Create a blog post
- blog post search [user]: Search available blog posts
- blog post view [user]: View a blog post
- blog posts approving [admin]: Approve a blog post and make it visible
- blog posts delete any post [admin]: Delete a blog post
- blog posts edit any post [admin]: Edit a blog post
- blog view [user]: View a user’s blog
- blogs browse [user]: Browse available blogs
- blogs posts browse [user]: Browse available posts in a blog