PDA

View Full Version : banned users


ouch
10-27-2010, 12:58 PM
afternoon all

i got a question for you all

How do i make my forum not show the banned users online in the users in past 24 hours.

Basically I have bots that have reg......my forum looks like it has loads of banned members which dont look good when people come on..

Is there a way to hide it from the main page

cheers

Lynne
10-27-2010, 01:45 PM
Open forum.php and find this line:
$skipgroups = array(3,4);Add any other usergroupid you don't want shown on the line list. Iifr, banned users are usergroupid 8, so:
$skipgroups = array(3,4,8);

ouch
10-27-2010, 03:35 PM
Open forum.php and find this line:
$skipgroups = array(3,4);Add any other usergroupid you don't want shown on the line list. Iifr, banned users are usergroupid 8, so:
$skipgroups = array(3,4,8);



It hasnt worked am afraid....... ive added a pic to show you what I mean

Where it says users in last 24 hours I want it taken from that


Ive attached a pic to show you

Lynne
10-27-2010, 06:47 PM
Users in the last 24 hours is a mod. I didn't post the code to modify that. You will have to modify the modification to change the way it acts.