PDA

View Full Version : Miscellaneous Hacks - Fixed avatar size


nookta
06-26-2016, 09:00 PM
It is permanently set the size of all avatars.



postbit_legacy open;
search:
"$post[avatarurl]" add next.

width="180px" height="300px"

Code View

<if condition="$show['avatar']">
<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" width="180px" height="300px" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div></div>