Showteam.php is one of the core files - you find it in your forum root. Try making a copy of it and then looking at the queries to edit it.
I had a look and it seems that what you want is supported but you will have to edit:
So do you have the BETA tester group set as a secondary group for the moderators and do you have that set to display on the list?
I had a look and it seems that what you want is supported but you will have to edit:
// Are they also in another group which is being shown on the list?
if($user['displaygroup'] != 0)
{
$group = $user['displaygroup'];
}
else
{
$group = $user['usergroup'];
}
So do you have the BETA tester group set as a secondary group for the moderators and do you have that set to display on the list?
Random Fish and Sims Maniac
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved
MY PLUGINS
Help MyBBSupport help you - remember to mark your threads as solved