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;">
Quote:
Originally Posted by dmart
you bet wrong Charlie98902
Images in the right path....
|
Quote:
Originally Posted by Dr.osamA
Button image missing in the postbit_legacy
as ather her
|
Quote:
Originally Posted by jancarlo
why do not I see pictures of the big toe  . Thanks!
|
Quote:
Originally Posted by jancarlo
|
Quote:
Originally Posted by Sworm
Please anybody can said me if is normal that the button is not showed under the posts but only the "Thanks" phrase is showed?
|