Support Forum
role? do you mean usergroup? or do you really mean wp role? if so, have you mapped usergroups to wp roles?
the first image shows permissions for the moderator permission set... so if guild officer is a usergroup with the permission set of moderator permissions applied to the Guild members forum, then the two images are apples to apples...
and I suspect they are since we have a second user with similar problem though not related to moderators...
but since we cannot duplicate, would need more ftp access to your server and temp wp user with sp admin caps to debug further...
Visit Cruise Talk Central and Mr Papa's World
okay, I think I have figured out what is going on here... or at least with Mike Warren who is having similar problem... he provided some ftp and back end credentials so I was able to isolate what is going on... at least for his situation...
does this moderator user of yours have a permission set of 'no access' on any forums?
Visit Cruise Talk Central and Mr Papa's World
can you try a quick code change for me?? in simple-press/sp-api/sp-api-auths.php, around line 117 (wont be exact since our in work version has few diffs) please find this line of code:
foreach (array_keys($user_auths[$permission->forum_id]) as $auth_id) {
and change it to:
foreach (array_keys($roles[$permission->permission_role]) as $auth_id) {
and see if that resolves the incorrect permissions...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)