Log in

View Full Version : Banned Members


CUBS
01-08-2009, 02:40 AM
well when they log on they dont show up in the current active users group located at the bottom of the board. But when you click on the current active users you see all the members including the banned members. But the banned members dont show unless you click it. I'm running 3.7.4 with patch .I have some outdated templates shown in the admin panel after the person installed the 3.7.4.

dismas
01-08-2009, 02:48 AM
So what's your question?

Dismounted
01-08-2009, 03:04 AM
So you want to show banned users on WOL?

CUBS
01-08-2009, 06:16 AM
this, What's Going On?
Currently Active Users: 461 (166 members and 295 guests) then you see all the members here on vbulletin.org on the bottom of the board. after I installed 3.7.4 when banned users would log in even though they are banned they would show in there whats going on current active users they dont anymore unless you click on the link current active users then it takes you to a page where all the members are whats there ip, guests .bots ect ect. why dont they show up anymore

Dismounted
01-08-2009, 07:37 AM
Users that are at a "bad location" (no permission page, error) are not shown on the currently active users list.

CUBS
01-08-2009, 03:07 PM
So you want to show banned users on WOL?



YES, they have always been there before until This new 3.7.4 was installed. you can only see them if you click the current active user link located whats going on. I havent changed any permissions just upgraded

Dismounted
01-09-2009, 05:37 AM
You will have to modify the index.php file to show all users.

CUBS
01-11-2009, 12:06 AM
You will have to modify the index.php file to show all users.

was told by vbulletin that it was a bug and had to upgrade to 3.7.5 but now 3.8.0s out

Dismounted
01-11-2009, 04:39 AM
Not fixed in 3.8.0. Find this in index.php (line 389):
if (!$loggedin['badlocation'])
{
$inforum["$loggedin[inforum]"]++;
}
Replace with:
$inforum["$loggedin[inforum]"]++;
Find and remove at line 508 (or 506 after above edit):
AND !$loggedin['badlocation']