vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Limit "Who's Online" to Registered Users (https://vborg.vbsupport.ru/showthread.php?t=109171)

Tralala 03-01-2006 02:59 AM

Limit "Who's Online" to Registered Users
 
Small board, with moderated membership here.

The "Who's Online" list shows all users, even those who have yet to validate their email address, or are still in the queue for user moderation. That opens a can of worms for us, especially if that user ends up not being approved.

Is there a way to limit the display of "Who's Online" to just those who are Registered Users... or maybe even "just those whose postcount is greater than zero" (a preference available for the display of Member List.)

Something. Anything. Right now it displays anyone, even pending users, who may or may not end up completing registration.

HMBeaty 03-01-2006 03:03 AM

EDIT: Nevermind, misunderstood the question

Tralala 03-01-2006 03:07 AM

No, all I see is the option of allowing which groups "Can View Who's Online."

I don't see a way to prevent certain usergroups (ie: Users Awaiting Email Confirmation, (COPPA) Users Awaiting Moderation) from showing up on the "Who's Online" list.

Mastar 03-01-2006 11:50 AM

Find:
PHP Code:

 <!-- what's going on box --> 

Add After:

PHP Code:

  <if condition="$show['member']"

Find:

PHP Code:

<!-- end what's going on box --> 

Add Before:

PHP Code:

  </if> 


Tralala 03-01-2006 02:43 PM

The above code looks like it will only show "What's Going On" to registered users. That's not what I am looking to do.

I am looking to alter exactly who appears on the "Who's Online" list both in the "What's Going On" footer, as well as the "Who's Online QuickLink here:

http://www.myforum.com/forums/online.php

Essentially, I want it to display only REGISTERED USERS, MODS, and ADMINS, and leave out any guests or unregistered people still waiting for authorization. Makes no sense to show them as online, when on my restricted forum they can't see or do anything until they are activated and approved. And since that may never happen, they may be rejected, I'd just as soon not publish their names as having been online so my users can ask about the "new name they just saw online."


All times are GMT. The time now is 06:23 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.00961 seconds
  • Memory Usage 1,722KB
  • 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
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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