Quote:
Originally Posted by X-or
Hi,
In postbit_legacy I have added:
Code:
<!-- Start Post Thank You Hack -->
<!-- Thanks --> <if condition="$post[userid]"><tr bgcolor="#F5F5FF"><td><div><center><small><b>
$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted] </b></small></center></div></td></tr>
<!-- Thanked --> <if condition="$post[post_thanks_thanked_times] == 1"><tr bgcolor="#F5F5FF"><td><div><center><small><b>
$vbphrase[post_thanks_time_post]
</b></small></center></div></td></tr>
<else />
<if condition="$post[post_thanks_thanked_posts] == 1"><tr bgcolor="#F5F5FF"><td><div><center><small><b>
<phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
</b></small></center></div></td></tr>
<else />
<tr bgcolor="#F5F5FF"><td><div><center><small><b>
<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
</b></small></center></div></td></tr>
</if>
</if>
</if>
<!-- End Post Thank You Hack -->
How can I remove the part at the bottom of the postbit please?
I think I must edit a plugin, but don't remember which, please help.
|
Just empty your
post_thanks_postbit_legacy template and same location for Groan Post