Title: Site Admin moderator options
Last modified: January 8, 2017

---

# Site Admin moderator options

 *  Resolved [BushkillVentures](https://wordpress.org/support/users/bushkillventures/)
 * (@bushkillventures)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/site-admin-moderator-options/)
 * 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](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/site-admin-moderator-options/#post-8631427)
 * Hello [@bushkillventures](https://wordpress.org/support/users/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](https://wordpress.org/support/users/bushkillventures/)
 * (@bushkillventures)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/site-admin-moderator-options/#post-8631594)
 * That fixed it 🙂 Thanks again for your help.
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/site-admin-moderator-options/#post-8631886)
 * 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.

 * ![](https://ps.w.org/asgaros-forum/assets/icon-128x128.png?rev=1546717)
 * [Asgaros Forum](https://wordpress.org/plugins/asgaros-forum/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/asgaros-forum/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/asgaros-forum/)
 * [Active Topics](https://wordpress.org/support/plugin/asgaros-forum/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/asgaros-forum/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/asgaros-forum/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Asgaros](https://wordpress.org/support/users/asgaros/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/site-admin-moderator-options/#post-8631886)
 * Status: resolved