EidolonAH |
09-09-2009 04:56 AM |
Brilliant extra, thank you for the share.
I'd like the avatar to be actual size, this doesn't work in 3.8.4:
Quote:
Originally Posted by MrEyes
(Post 1736493)
Find this bit:
Code:
<img src="$message[avatarurl]" class="alt2 avatar"<if condition="$message['avatarwidth']"> width="$message[avatarwidth]"</if><if condition="$message['avatarheight']"> height="$message[avatarheight]"</if> border="0" alt="$message[username]" />
and replace with
Code:
<img src="$message[avatarurl]" class="alt2 avatar" border="0" alt="$message[username]" />
I haven't tested this, but it should work
|
Do you know how we do that in 3.8.4?
|