Quote:
Originally Posted by dilbert
It seems that vB now uses postbit_legacy by default, but this mod is coded for the postbit format.
You can either switch to postbit, or follow this terrific post by rbu.
https://vborg.vbsupport.ru/showpost....6&postcount=70
I'll repost what they said:
If you are using Legacy...
post_thanks_box
Code:
<li class="postbitlegacy postbitim" id="post_thanks_box_{vb:raw post.postid}" style="top:-10px;<vb:if condition="!$post_thanks_box == 1"> display:none;</vb:if>">
{vb:raw post_thanks_box}
</li>
post_thanks_javascript
Code:
<style type="text/css">
.postbitlegacy .postfoot .textcontrols a.quickreply, .postbitlegacy .postfoot .textcontrols a.post_thanks_button {
background: url(images/buttons/post_thanks.png) no-repeat transparent left;
padding-left: 20px;
}
.postbitlegacy .postfoot .textcontrols a.quickreply:hover, .postbitlegacy .postfoot .textcontrols a.post_thanks_button:hover {
background: url(images/buttons/post_thanks-hover.png) no-repeat transparent left;
</style>
post_thanks_postbit
find
Code:
<div class="postbody">
and change it to
Code:
<div class="postbody" style="margin-left:0;">
|
I've tried above and all it has done is made sure the "Thanks" button is only onces it doesn't change the thanks status to the left
Cheers