Zachery
05-03-2004, 10:00 PM
https://vborg.vbsupport.ru/showthread.php?t=64606
Another template edit turned hack.
So here is the idea, when a user is online the avatar would be just like a regular avatar when they are offline the avatar would be faded
Well for the postbit its very simple as the online varible is already there
youll need to find
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
and replace it with
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" <if condition="$onlinestatus !=1">style="filter:alpha(opacity=90); -moz-opacity: 0.7;"</if> /></a>
Feel free to change the code in red, this is the level of opacitiy
Next will be the online / offline avatar for the memberslist :)
well sadly i forgot somthing because from time to time i need to remember im not a php coder, at this time i have not figured out how to get this to work in the memberlist yet, however i will keep working at it ^^
Another template edit turned hack.
So here is the idea, when a user is online the avatar would be just like a regular avatar when they are offline the avatar would be faded
Well for the postbit its very simple as the online varible is already there
youll need to find
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
and replace it with
<a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" <if condition="$onlinestatus !=1">style="filter:alpha(opacity=90); -moz-opacity: 0.7;"</if> /></a>
Feel free to change the code in red, this is the level of opacitiy
Next will be the online / offline avatar for the memberslist :)
well sadly i forgot somthing because from time to time i need to remember im not a php coder, at this time i have not figured out how to get this to work in the memberlist yet, however i will keep working at it ^^