Just a simple tutorial.
Edit showteam.php and find
Change that line to:
Now save it, and just go to "Show Forum Team Templates"
and change the template "showteam_usergroup_user"
insert
Wherever you want it to be.
Preview: (http://yourmotherisyoursister.com/lWAuj)
Edit showteam.php and find
PHP Code:
$query = $db->simple_select("users", "uid, username, displaygroup, usergroup, ignorelist, hideemail, receivepms, lastactive, lastvisit, invisible, away", "displaygroup IN ($groups_in) OR (displaygroup='0' AND usergroup IN ($groups_in)) OR uid IN ($users_in)", array('order_by' => 'username'));
Change that line to:
PHP Code:
$query = $db->simple_select("users", "uid, username, displaygroup, avatar, usergroup, ignorelist, hideemail, receivepms, lastactive, lastvisit, invisible, away", "displaygroup IN ($groups_in) OR (displaygroup='0' AND usergroup IN ($groups_in)) OR uid IN ($users_in)", array('order_by' => 'username'));
Now save it, and just go to "Show Forum Team Templates"
and change the template "showteam_usergroup_user"
insert
Code:
<img src="{$user['avatar']}">
Wherever you want it to be.
Preview: (http://yourmotherisyoursister.com/lWAuj)
![[Image: lWAuj.png]](http://yourmotherisyoursister.com/images/png/lWAuj.png)