MyBB Community Forums

Full Version: Pending Member Notification for Moderators
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I would like for the red 'Pending Members' bar at the top of the page on my board to display to Moderators as well as Administrators.

Any help with achieving this is grately appreciated.

Thanks,
Kyle
could not get the use of it .. moderators do not have privileges to approve the newly joined members
if you have a custom plugin allowing moderators to approve new members then above requirement should be a feature of that plugin
Hi

After a long search I did eventually manage to work it out.

I have the 'Activate Users from Mod CP' Plugin however the bar only shows to users that can view the ACP so I found in 'Global.php' the variable that makes it only visible to those who can view the ACP is ($mybb->user['cancp'] == 1) and changed it to show to those who are Super Moderators which I found on this forum is ($mybb->usergroup['issupermod'] == 1). I then change the text in the language file to allow Moderators to view the Mod CP Membership Approval page from the plugin instead of the ACP.

Kyle