MyBB Community Forums

Full Version: Groups Array
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
what is the name of the array that stores the name of the groups for example like this,

{$post['usertitle']}
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}

I want to be able to say there group eg Administrator or Moderator.
{$usergroup['title']}
If it is in postbit then it is:
{$post['usertitle']}