MyBB Community Forums

Full Version: Display Usergroup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Can someone tell me what the variable is to display the current user's group? I would like to add this to the navbar to show what group that member is under.
$mybb->usergroup['uid'] please ignore ..
It didn't work so yes, I'll ignore that one. :-)

Do you know the solution?
$mybb->user['usergroup']
print_r($mybb);
{$mybb->usergroup['title']}
Thanks!