Quote:
08-26-02 at 06:59 AM Erwin said this in Post #30
Another tip for installers - instead of manually having to ban users in the shoutbox, to automatically ban users who you have already banned from the forums, you can do this:
In shoutbox.php, find:
PHP Code:
if ((mysql_num_rows($result)){
Replace with:
PHP Code:
if (mysql_num_rows($result) OR $bbuserinfo[usergroupid]==8){
8 being the banned usergroupid.
|
i cant find if ((mysql_num_rows($result)){ in shoutbox
also how i make shoutbox only registered users(not Users Awaiting Email Confirmationcan) can use shoutbox
i have some stupid ppl keep spam on my shoutbox