We need an example in the Codex about setting up moderation permissions. I think right now it is a little confusing. Especially the “Can Bypass all post moderation” Which would mean to me if on then that would include bypassing the first post moderation because it says “all”
So taking from the Wiki and tweaking to 5.0 verbiage….
===================================
Moderation Permissions
Post moderation is where a post does not show on your forum until it has been approved. Simple:Press uses a couple of permissions actions to control post moderation.
The two permission actions are: Can bypass all post moderation and Can bypass first post moderation
Using these two permission actions, you can achieve the following Post Moderation control:
No Post Moderation
All posts from anyone using this permission who can post will immediately show up in the forum without moderation.
Can bypass all post moderation: True
Can bypass first post moderation: True
All Posts Moderated
All posts from anyone using this permissions who can post will require moderation and will not show up in the forum until approved.
Can bypass all post moderation: False
Can bypass first post moderation: False
First Post Moderated
This will require the first post from anyone using this permission to be moderated before it will show up in the forum. Subsequent posts from this User will not require moderation.
Can bypass all post moderation: True
Can bypass first post moderation: False
================================
Look right to you?