Hey, really nice mod, I have used it before on another forum and want to use it on my own. However when I follow all the install steps, I cannot see the spam button on any posts. I checked the templete edit many times, still nothing. :/
This is my postbit templete:
Quote:
<div style="margin-top: 10px" align="$stylevar[right]">
<!-- controls -->
<if condition="!in_array($post[usergroupid], array(5,6,7))">
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))">
<a href="#" onclick="window.open('decimator.php?userid=$post[userid]
&threadid=$post[threadid]&postid=$post[postid]','spam_decimator'
,'statusbar=yes,menubar=yes,toolbar=yes,scrollbars =yes,resizable=yes,width=800,
height=600'); return false;"><img src="images/misc/spambutton.gif" alt="Spam Kill"
border="0"></a></if></if>
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
|