Change Opacity of Avatar
This modification is in the archives.
Change the opacity level of your users avatars
In postbit or Postibt legacy find Code:
<if condition="$show['avatar']"> <div class="smallfont"> <br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a> </div> </if> Replace with Code:
<if condition="$show['avatar']"> <div class="smallfont"> <br /> <a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="filter:alpha(opacity=200)" /></a> </div> </if> Please click install if you use this. Download No files for download. Screenshots |
Similar Mods
Add-On Releases The new Online/Offline avatar´s opacity | vBulletin 3.7 Add-ons |
Add-On Releases The new Online/Offline avatar´s opacity | vBulletin 3.6 Add-ons |
Mini Mods The new Online/Offline avatar´s opacity | vBulletin 3.6 Template Modifications |
Avatar Opacity for online / offline | vBulletin 3.0 Template Modifications |