Latest News:
Latest Mods: Latest Tutorials:


 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
php mybb to identify additional user groups
Author Message
b.h.
Proud Paid Member


Posts: 55
Joined: Aug 2009
Reputation: 0
Post: #1
php mybb to identify additional user groups
I know the primary are Identified by

PHP Code:
$mybb->user['usergroup'

whats the code for Additional User Group?
(This post was last modified: 03-09-2011, 04:57 AM by b.h.)
03-09-2011, 04:56 AM


Mr-Trainor
Senior Member

Support

Posts: 293
Joined: Mar 2010
Reputation: 5
Post: #2
RE: php mybb to identify additional user groups
I think it's this:
$mybb->user['additionalgroups']
I'm not 100% sure though!
03-09-2011, 05:00 AM
Nickman
Manager



Posts: 2,595
Joined: May 2008
Reputation: 60
Post: #3
RE: php mybb to identify additional user groups
I believe additionalgroups are comma separated, so you'd do something like

PHP Code:
$usergroups=explode(",",$mybb->user['additionalgroups']); 


DailyMix
03-10-2011, 02:18 PM
b.h.
Proud Paid Member


Posts: 55
Joined: Aug 2009
Reputation: 0
Post: #4
RE: php mybb to identify additional user groups
thanks for the replies
03-11-2011, 12:41 AM
 




User(s) browsing this thread: 2 Guest(s)