Is there a Trust Level Permissions Table?

Hi all!

I’m just wondering if anyone knows of a permissions table based on the stock setting trust levels they could direct me to? I’m in the process of making one now, but it would be a huge help if something already exists.

Something like:
Level 0 - Level 1 - Level 2.
Send PM’s X X

Thanks in advance!

Chris

6 Likes

Did you see our blog post about trust levels? It’s not a table, but it does list all the permissions available:

10 Likes

Thank you, David I’ll use that!

Cheers,

Chris

4 Likes

22 Likes

I’m not sure if anyone would find value in this but just in case - I think its accurate based on the other threads

2 Likes

This is amazing, is there an editable format for those using custom settings? I mean if there isn’t that’s fine cause those are sweet looking enough to shut me up!

2 Likes

One piece of minor feedback. “staff” is not a user state. Staff is any user who is a mod and/or admin. Being “staff” doesn’t grant any permissions, it’s solely a way to refer to mods and admins together.

Otherwise, really nice!

9 Likes

Thank you, I just used PowerPoint but I’ll try and make an editable version!

2 Likes

A spreadsheet would be handy.

2 Likes

OCRed and markdownified :upside_down_face:

Raw
TASK | TL0 | TL1 | TL2 | TL3 | TL4
-|-|-|-|-|-
Private Message Users |  | ✓ | ✓ | ✓ | ✓
Flag Posts |  | ✓ | ✓ | ✓ | ✓
Post 1 Image | ✓ | ✓ | ✓ | ✓ | ✓
Post more than 1 Image |  | ✓ | ✓ | ✓ | ✓
Post Attachments |  | ✓ | ✓ | ✓ | ✓
Post 2 hyperlinks in a post | ✓ | ✓ | ✓ | ✓ | ✓
Post more than 2 hyperlinks in a post |  | ✓ | ✓ | ✓ | ✓
Have actual links in the 'about me' field of their profile |  | ✓ | ✓ | ✓ | ✓
Mention 2 users in a post | ✓ | ✓ | ✓ | ✓ | ✓
Mention more than 2 users in a post |  | ✓ | ✓ | ✓ | ✓
Post up to 3 topics | ✓ | ✓ | ✓ | ✓ | ✓
Post more than 3 topics |  | ✓ | ✓ | ✓ | ✓
Post up to 10 Replies | ✓ | ✓ | ✓ | ✓ | ✓
Post more than 10 replies |  | ✓ | ✓ | ✓ | ✓
Mute other users |  | ✓ | ✓ | ✓ | ✓
Use the "Invite others to this topic" button for one-click onboarding of new users to participate in topics |  |  | ✓ | ✓ | ✓
Invite outside users to PMs making a group PM |  |  | ✓ | ✓ | ✓
Daily like limit increased by 1.5× |  |  | ✓ | ✓ | ✓
Ignore other users |  |  | ✓ | ✓ | ✓
Re-categorize and rename topics |  |  |  | ✓ | ✓
Access a secure category only visible to users at trust level 3 and higher |  |  |  | ✓ | ✓
Have all their links followed (we remove automatic nofollow) |  |  |  | ✓ | ✓
TL3 spam flags cast on TL0 user posts immediately hide the post |  |  |  | ✓ | ✓
TL3 flags cast on TL0 user posts in sufficient diversity will auto-silence the user and hide all their posts |  |  |  | ✓ | ✓
Make their own posts into wikis (that is, editable by any TL1+ users) |  |  |  | ✓ | ✓
Daily like limit increased by 2× |  |  |  | ✓ | ✓
Edit all posts |  |  |  |  | ✓
Pin/unpin topic |  |  |  |  | ✓
Close topics |  |  |  |  | ✓
Archive topics |  |  |  |  | ✓
Make topics unlisted |  |  |  |  | ✓
Split and merge topics |  |  |  |  | ✓
Reset topic bump date |  |  |  |  | ✓
Daily like limit increased by 3× |  |  |  |  | ✓
Any TL4 flag cast on any post immediately takes effect and hides the target post |  |  |  |  | ✓
TASK TL0 TL1 TL2 TL3 TL4
Private Message Users
Flag Posts
Post 1 Image
Post more than 1 Image
Post Attachments
Post 2 hyperlinks in a post
Post more than 2 hyperlinks in a post
Have actual links in the ‘about me’ field of their profile
Mention 2 users in a post
Mention more than 2 users in a post
Post up to 3 topics
Post more than 3 topics
Post up to 10 Replies
Post more than 10 replies
Mute other users
Use the “Invite others to this topic” button for one-click onboarding of new users to participate in topics
Invite outside users to PMs making a group PM
Daily like limit increased by 1.5×
Ignore other users
Re-categorize and rename topics
Access a secure category only visible to users at trust level 3 and higher
Have all their links followed (we remove automatic nofollow)
TL3 spam flags cast on TL0 user posts immediately hide the post
TL3 flags cast on TL0 user posts in sufficient diversity will auto-silence the user and hide all their posts
Make their own posts into wikis (that is, editable by any TL1+ users)
Daily like limit increased by 2×
Edit all posts
Pin/unpin topic
Close topics
Archive topics
Make topics unlisted
Split and merge topics
Reset topic bump date
Daily like limit increased by 3×
Any TL4 flag cast on any post immediately takes effect and hides the target post
35 Likes

I agree, nice work @Chris27 (and @lionel-rowe) :+1:

Taking this one step further and especially thinking of those using custom settings, is there an easy way to automatically create something like this overview from the settings? Maybe using some form of SQL queries, or even using the Discourse Data Explorer Plugin by @riking
All the necessary information should be in there, right? This would reduce the likelihood to make errors, but also make it easy to update the table I think.

Taking this two steps further, could this also be done for plugins that have trust level settings?

Taking this three steps further, this would be an amazing interface to manage these settings as well, as it’s very hard to get acquainted with rights management as a newbie like me (I get easily lost with the admin interface sometimes :grimacing:). However, I imagine this being much more complicated than step one and two.

PS: I have no clue about SQL queries at this point in time, I’m just interested if it’s possible at all? :thinking:

4 Likes