The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Avatar Opacity For Online/Offline Members
I think there is a vB2 hack that shows a person's avatar slightly shaded if the person is offline. But if the person's online, his/her avatar is at 100% opacity.
Can this be done for vB3? Thoughts on the idea? |
#2
|
||||
|
||||
Anyone?
|
#3
|
||||
|
||||
bump
|
#4
|
||||
|
||||
its a template mod with some code that cna be found at vBT
|
#5
|
|||
|
|||
u got a direct link Zach ?
Im disabled |
#6
|
||||
|
||||
I didn't find the link on vBT. Do you know where it is?
|
#7
|
|||
|
|||
I looked but i never seen it either - spent 27m and 33 secs looking then gave up
|
#8
|
||||
|
||||
Zach?
|
#9
|
||||
|
||||
From vbulletintemplates.com ...using search "Opacity" in all forums..and did a little quick writeup..
Code:
<if condition="$onlinestatus==0"> <if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="filter:alpha(opacity=10) /></a></td></if> <else /> <if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if> </if> |
#10
|
||||
|
||||
Oooh, I think I'm gonna implement this one. What a brilliant idea
Hmm, I expect that the variable $onlinestatus might be only specific for the template postbit_onlinestatus, i'll try and figure this out when I get home. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|