Kolbi
08-18-2009, 10:00 PM
Search in the template showgroups_usergroupbit
<td class="$bgclass">$user[onlinestatus]>add after
<br />
<if condition="$vbulletin->options['usefileavatar']">
<if condition="$user['avatarrevision']"><img src="$vboptions[avatarurl]/avatar$user[userid]_$user[avatarrevision].gif" title="$user[username]'s Avatar" alt="Avatar" border="0" /></if>
<else />
<img src="image.php?u=$user[userid]&dateline=$avatar[dateline]" title="$user[username]'s Avatar" alt="Avatar" border="0" />
</if>
The attached product is for people who use the TMS.
Product and template edits will be included automatically then.
It will look like:
Demo (http://www.2-wheel-planet.de/forumleaders.html)
For people how want to have a fixed avatar width:
<br />
<if condition="$vbulletin->options['usefileavatar']">
<if condition="$user['avatarrevision']"><img src="$vboptions[avatarurl]/avatar$user[userid]_$user[avatarrevision].gif" title="$user[username]'s Avatar" alt="Avatar" border="0" width="XX" /></if>
<else />
<img src="image.php?u=$user[userid]&dateline=$avatar[dateline]" title="$user[username]'s Avatar" alt="Avatar" border="0" width="XX" />
</if>
Just remove the XX from width="XX" and replace it with the width you want to have shown in the showgroups.
The attached product is without this fixed width!
But this is only neccessary if you allow for example your moderators another size for their avatars than your administrators have.
Matthias
<td class="$bgclass">$user[onlinestatus]>add after
<br />
<if condition="$vbulletin->options['usefileavatar']">
<if condition="$user['avatarrevision']"><img src="$vboptions[avatarurl]/avatar$user[userid]_$user[avatarrevision].gif" title="$user[username]'s Avatar" alt="Avatar" border="0" /></if>
<else />
<img src="image.php?u=$user[userid]&dateline=$avatar[dateline]" title="$user[username]'s Avatar" alt="Avatar" border="0" />
</if>
The attached product is for people who use the TMS.
Product and template edits will be included automatically then.
It will look like:
Demo (http://www.2-wheel-planet.de/forumleaders.html)
For people how want to have a fixed avatar width:
<br />
<if condition="$vbulletin->options['usefileavatar']">
<if condition="$user['avatarrevision']"><img src="$vboptions[avatarurl]/avatar$user[userid]_$user[avatarrevision].gif" title="$user[username]'s Avatar" alt="Avatar" border="0" width="XX" /></if>
<else />
<img src="image.php?u=$user[userid]&dateline=$avatar[dateline]" title="$user[username]'s Avatar" alt="Avatar" border="0" width="XX" />
</if>
Just remove the XX from width="XX" and replace it with the width you want to have shown in the showgroups.
The attached product is without this fixed width!
But this is only neccessary if you allow for example your moderators another size for their avatars than your administrators have.
Matthias