03-27-2010, 06:04 AM
By using this tutorial you can pale the users avatar and when the mouse pointer goes on the avatar it'll be Chromatic!
Go to ACP --> Templates --> your template --> Post Bit Templates --> postbit_avatar
And delete all codes and insert these codes:
Screenshot:
Go to ACP --> Templates --> your template --> Post Bit Templates --> postbit_avatar
And delete all codes and insert these codes:
Code:[Highlight]
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" style="opacity:0.4;filter:alpha(opacity=40)"
onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40" {$avatar_width_height} /></a>
Screenshot: