MyBB Support

Usergroup page

Submitted by linkzy, , Thread ID: 11836

Thread Closed

RE: Usergroup page

#2
Not exactly sure what you are looking for.

You could do something like this

PHP Code:
$group 1;
$query $db->simple_select("usergroups","*","gid=$group");

$groupname $db->fetch_field($query"title"); 

Users browsing this thread: 2 Guest(s)