Quote:
Originally Posted by Loco.M
Nice, I think I'll add this to my forum
Thanks valdet
oh, just seen it's for 3.6, will this work in 3.7 ?
thanks
|
Hey Brandon, thanks. It surely works for vb3.7 too, but i just did not install that one yet.
In your postbit_legacy search for
$vbphrase[xs_avatar] , because there is only one instance of this phrase and do the replace accordingly between the
<div> ...... </div> tags. Same goes with other templates too where you want to tweak the avatars.
For profile picture look for phrase
$vbphrase[xs_picture].
I am sure it will work.
Quote:
Originally Posted by erdiyilmaz
i don't understand how i can shadow it
|
It is quite easy.
In my replacements, all you need to do is add the
ishadowXX (
XX is a number) to the javascript class.
Example if you need to add shadows in postbit_legacy you would use this replacement:
Code:
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" class="corner iradius9 ishadow38" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
Note that you can tweak the numbers highlighted in red color to your liking.
The result:
Cheers,
Val.