well using that code gave me a parse error:
Code:
<if condition="$bbuserinfo[usergroupid] ==5 || $bbuserinfo[usergroupid]==6 || $bbuserinfo[usergroupid]==7)">
You forgot a "(" I think at the beginning. because it goes fine after I added it Shouln't have been something like this:
Code:
<if condition="($bbuserinfo[usergroupid] ==5 || $bbuserinfo[usergroupid]==6 || $bbuserinfo[usergroupid]==7)">
Now, I forgot to check the hack at first before doing the group modification but in both ways it does not work for me.
I see the option to ban in the postbit but when I click on it, it opens a popup window with a link like this one:
Code:
http://myforum.com/forum/modcp/banning.php?do=banuser&userid=7
It looks OK but it gives me this error page for result:
Quote:
Not Found
The requested document was not found on this server
|