MyBB Codes

Full Version: Paling Avatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
<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:
[Image: ebxeqc4jgmyagxfg6tx.gif]
Please screen.
Wow! thank you
Reference URL's