• Resolved BushkillVentures

    (@bushkillventures)


    Hi Thomas,

    I’m having difficulties with my multi-site installation. Network super-admin sees the moderator function button in the forum as expected, but site admins do not. I checked the site admin user profiles and there are no options for moderator privileges as expected since they should have the privileges by default. However they don’t see the moderator options in the forum. Non site-admin users do have the moderator option in the user profile and if privilege is granted, it works as expected. Any help would be appreciated.

    Thanks,
    Rob….

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @bushkillventures

    Can you please have a look into the following file:
    asgaros-forum/includes/forum-permissions.php

    Inside the function isModerator() there is a line like this:
    } else if (is_super_admin($userid)) {

    Can you please replace this line with this:
    } else if (is_super_admin($userid) || user_can($userid, 'administrator')) {

    Please check if this is working and leave me a message here so I can fix this in the upcoming release. ??

    Thread Starter BushkillVentures

    (@bushkillventures)

    That fixed it ?? Thanks again for your help.

    Plugin Author Asgaros

    (@asgaros)

    I am happy to hear that it is working!

    An update which includes this fix will be available in the next 24 hours. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site Admin moderator options’ is closed to new replies.