Quote:
Originally Posted by Hippy
Figured it out
Feel free to add to your mod
I added this in postbit and / postbit_legacy code
Code:
To {vb:raw post.username}
from this
Code:
<vb:if condition="$show['pmlink']">
<a class='pminpostbit' href="private.php?{vb:raw session.sessionurl}do=newpm&u={vb:raw post.userid}" rel="nofollow"><img src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase send_pm} To {vb:raw post.username}" />PM</a>
<span class="seperator"> </span>
to this
Code:
<vb:if condition="$show['pmlink']">
<a class='pminpostbit' href="private.php?{vb:raw session.sessionurl}do=newpm&u={vb:raw post.userid}" rel="nofollow"><img src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase send_pm}" />PM</a>
<span class="seperator"> </span></vb:if>
|
does that add it in the right place bud??
mine pushed th goto top button way out ...but will try your solution