TheProphet
New Member
!!! Only when vS-Hide.Hack.Resurrection.Expanded.v3.7.1.for.vBulletin.3.5.-.3.8.PHP.NULLIFIED-vBLider is installed you can do this !!!
If you want a clean legacy postbit edit template# thanks_postbit and replace all code with this:
Only if you "Use Legacy (Vertical) Postbit Template"
If you want a clean legacy postbit edit template# thanks_postbit and replace all code with this:
HTML:
<if condition="!$vboptions['legacypostbit']">
<if condition="$show['post_thanks_postbtn']">
<a href="showthread.php?$session[sessionurl]thanks_mode=add&postid=$postid" onclick="return !thanks_do($postid);"><img src='$stylevar[imgdir_misc]/thanks.gif' alt="$vbphrase[say_thank_you]" title="$vbphrase[say_thank_you]" border="0" /></a>
<else />
</if> = $post_thanks_count $vbphrase[for_this_post] / $user_thanks_count $vbphrase[total]
<else />
<div style="margin: 10px 0;">
<div class="postbit_box">$post_thanks_count $vbphrase[for_this_post]</div><div class="postbit_box">$user_thanks_count $vbphrase[total]</div>
</div>
</if>
Only if you "Use Legacy (Vertical) Postbit Template"