Not Solved Multilogin plugin, make it just for admins?
#3
Not Solved
You would need to change the line

if($mybb->user['uid'] != "0")

to

Single group
if($mybb->user['usergroup'] == "ADMIN / MOD GROUP ID")

Multiple groups
if($mybb->user['usergroup'] == "Group 1" || $mybb->user['usergroup'] == "Group 2")

Enter the group ID of the group you want to be able to do it.
Reply


Messages In This Thread
RE: Multilogin plugin, make it just for admins? - by Fearghal - 2014-09-22, 12:07 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)