I need to move the button (Thank this post) to the postcontrols/postfoot with (edit/quick reply/.....)
so we can save a space if nobody thank this post
I copied the code for the button and put it in postbit_legacy template as shown but nothing appeared, I got empty space.
I believe that I need to add small plugin to show the button in postbit_legacy template. isn't it?
Anybody did this before?
Thanks
so we can save a space if nobody thank this post
I copied the code for the button and put it in postbit_legacy template as shown but nothing appeared, I got empty space.
Code:
<div class="postfoot">
<!-- <div class="postfoot_container"> -->
<div class="textcontrols floatcontainer">
<span class="postcontrols">
{vb:raw template_hook.postbit_controls}
<a href="javascript://" name="dbtech_thanks_button" data-postid="{vb:var post.postid}" data-button="{vb:raw button.varname}"><img src="dbtech/thanks/images/{vb:raw button.varname}.png" alt="{vb:raw button.title}" /> {vb:raw phrase}</a>
<span class="seperator"> </span>
I believe that I need to add small plugin to show the button in postbit_legacy template. isn't it?
Anybody did this before?
Thanks