Quote:
Originally Posted by KidCharlemane
VB gives a parsing error when you try to add that code.
|
OK - Well, I was just about play around with this because there are some 1000+ posters that on my forum the button shows up on, but I'm not a php person so.... I looked at the statements and haven't a clue other than 'trial and error'.
Currently I have
PHP Code:
<!-- Start Spam Assassin -->
<if condition="$post[posts]<=10">
<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>
<!-- End Spam Assassin -->
NOTE: Now that I look, I may have an unnecessary line:
PHP Code:
<if condition="!in_array($post[usergroupid], array(5,6,7))">
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))">
Anyway, and I *think* we know it's in this line:
PHP Code:
<if condition="$post[posts]<=10">
Anyway, I posted what I saw because it looked like a similar problem of determining correct post count for the 'if' statement and I figured maybe someone with php experience might be able to help. I really like this mod and would like to figure out how to make this aspect of it work correctly.