First many thanks. All ready found some options, but it seems not to work with 3.7.4
I used this
1 - In the template "showgroups_usergroup", find :
PHP Code:
<td class="tcat" colspan="3">$user[title]</td>
Replace with :
PHP Code:
<td class="tcat" colspan="4">$user[title]</td>
PHP Code:
<td class="thead"> </td>
Add below :
PHP Code:
<td class="thead">Avatar</td>
In the template "showgroups_usergroupbit", find :
PHP Code:
<td class="$bgclass">$user[onlinestatus]</td>
Add below :
PHP Code:
<if condition="$showforums"> <else /><td class="$bgclass" align="center"><img src="$avatarurl[0]" border="0" alt="" hspace="4" vspace="4" /></td></if>