[REQ]Addons

put the Reflection.js in clientscript

on header find
<!-- content table -->

add below
<script type="text/javascript" src="clientscript/reflection.js"></script>


Posbit_legacy find

<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>

replace with

<div class="smallfont">
&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" class="reflect" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>


example
sample.jpg
 
yeah found that one for him but they other one is in the graveyard and the file doesn't excist anymore so you'll have to find it another way, maybe look for hack packs with vb3.6.5 inside........
 
in 3.6.8 also need to change postbit

Styles and templates-->Edit template-->Postbit templates-->postbit

find
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>

replace with
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight]class="reflect" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>

that is what I have to do to make it work since the addon is originali for 3.5.1
 
Back
Top