Post Thanks - gratitude system
hack rewritten from line 3.8 to line 4.0.0
Installation:
Show/Hide Text
1) Fill in the files on FTP
2) import the product (if you already have a post thanks hack, then we put it - with overwriting)
3) in the postbit_legacy template we find
=========================
{vb:raw template_hook.postbit_controls}
=========================
and delete this entry
4) in the same template, we find
<a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase multi_quote_this_message}" /> </a>
=========================
and below we add
=========================
{vb:raw template_hook.postbit_controls}
=========================
5) in the postbit template we find
=========================
{vb:raw template_hook.postbit_controls}
=========================
and delete this entry
6) in the same template, we find
<a class="'multiquote' href={vb:raw post.replylink}" rel="nofollow" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:stylevar imgdir_button}/trans_40b.png" alt="{vb:rawphrase multi_quote_this_message}" /> </a>
and below we add
=========================
{vb:raw template_hook.postbit_controls}
=========================
That's it...