vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Banned Members (https://vborg.vbsupport.ru/showthread.php?t=201034)

CUBS 01-08-2009 02:40 AM

Banned Members
 
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

Quote:

Originally Posted by Dismounted (Post 1704784)
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

Quote:

Originally Posted by Dismounted (Post 1705969)
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):
PHP Code:

if (!$loggedin['badlocation'])
{
    
$inforum["$loggedin[inforum]"]++;


Replace with:
PHP Code:

$inforum["$loggedin[inforum]"]++; 

Find and remove at line 508 (or 506 after above edit):
PHP Code:

 AND !$loggedin['badlocation'



All times are GMT. The time now is 11:43 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01201 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete