Back to vBulletin 3.6 Template Modifications

Change Opacity of Avatar
Mod Version: 1.00, by SuperFly

This modification is in the archives.
vB Version: 3.6.0 Beta 1 Rating: (0 vote - 0 average) Installs: 6
Released: 11 Jun 2006 Last Update: Never Downloads: 1
Not Supported  

Change the opacity level of your users avatars

In postbit or Postibt legacy find
Code:
<if condition="$show['avatar']">
				<div class="smallfont">
					&nbsp;<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>
Change whats in green to change opacity, lower number less seen, higher the number the more it is visible.

Please click install if you use this.

Download

No files for download.

Screenshots

Click image for larger version
Name:	Untitled-2.gif
Views:	939
Size:	8.3 KB
ID:	49234  

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

vblts.ru supports vBulletin®, 2022-2024