Quote:
Originally Posted by TheDevil666Damo
Ok, have re-installed, zero'd all the thanks in the database, but still remains the problem that as an admin I cannot remove other posters thanks, in either the default Vbull template or our modified one the option just isn't there, all I can do is remove my own thanks.
|
Please check if your admin group id is 6. There is condition in post_thanks_postbit template:
Code:
<vb:if condition="$bbuserinfo['usergroupid'] == 6">
<a href="post_thanks.php?do=post_thanks_remove_all&p={vb:raw post.postid}"<vb:if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_all({vb:raw post.postid}, <vb:if condition="$vboptions['post_groan_integrate']">true<vb:else />false</vb:if>);"</vb:if> rel="nofollow">{vb:rawphrase post_thanks_remove}</a>
</vb:if>
The work around is to delete thanks directly in db. there is a table named vb_post_thanks.
Pleas check also if the page refreshs on default telmplate.