MyBB Codes
Paling Avatar - Printable Version

+- MyBB Codes (http://www.mybbcodes.com)
+-- Forum: Mods Database (/forumdisplay.php?fid=4)
+--- Forum: Tutorials for 1.4.x (/forumdisplay.php?fid=29)
+--- Thread: Paling Avatar (/showthread.php?tid=958)


Paling Avatar - Kevin - 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:
<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]


RE: Paling Avatar - Bane95 - 04-23-2010 01:03 PM

Please screen.


RE: Paling Avatar - 16minuteslate - 05-22-2017 10:59 AM

Wow! thank you