Not Solved Multilogin plugin, make it just for admins?
#1
Not Solved
Hi I'm referring to this plugin -

http://mods.mybb.com/view/multilogin

When installed it's available for everyone including Members. How can I make it for just Admins or specific groups.
Reply
#2
Not Solved
Moved to Plugin Support.
[Image: banner.png]
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)