Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Users browsed thread / who viewed topic
#41
hi is possible to

1- Is it possible to add an option to viewable it for certain usergroups only? i just whant to shot the list To admin , moderator, Super moderator or Only admin..

thanks you
Reply
#42
Find:
https://github.com/lukasamd/MyBB-Users-B...c.php#L150
if ($this->getConfig('VisibleUsers') && $mybb->user['uid'] == 0)

Change to:
if ($this->getConfig('VisibleUsers') && $mybb->user['uid'] == 0 || !is_member('3,4,6'))

Change 3,4,6 to whatever groups you want to be able to see the list.
Reply
#43
Try an update not working thank you
Reply
#44
Yes, I made a mistake, check my previous post for updated code.
Reply
#45
Working well now Perfect Big Grin

Big Big Thanks you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)