vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to show group 'Users Awaiting Email Confirmation' in What's Going On? (https://vborg.vbsupport.ru/showthread.php?t=271925)

cuocsongso 10-13-2011 02:38 AM

How to show group 'Users Awaiting Email Confirmation' in What's Going On?
 
How to show group 'Users Awaiting Email Confirmation' in What's Going On?
I see it's only show Member group, Admin Group, Mod Group, Smod Group and Banned Group, but It's don't show Users Awaiting Email Confirmation group.
How I can set that group show available in What's Going On?

Videx 10-14-2011 07:49 PM

In my vb 417 I don't see anything usergroup related under WGO. Maybe you've got a mod installed that's doing that (in which case you want to ask in the mod's thread)?

cuocsongso 10-15-2011 03:37 PM

It's show at Currently Active Users.

Videx 10-15-2011 04:18 PM

Maybe I'm misunderstanding. All I see listed there are members and spiders. A person in the Users Awaiting group isn't a member yet, so they can't show there. If you approve their membership they will. This can't possibly be a problem unless you have a lot of people in that group, in which case I would ask: Why?

A link might help us see what you're talking about.

cuocsongso 10-18-2011 12:22 PM

I think to do it, we must edit a file, but I don't know name of file!
Can you help me find it.
Thank you!

Lynne 10-18-2011 03:54 PM

You just want to show them in the list of currently active users? Edit the forum.php file and find:
PHP Code:

$skipgroups = array(3,4); 

change to:
PHP Code:

$skipgroups = array(4); 



All times are GMT. The time now is 10:40 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.01135 seconds
  • Memory Usage 1,716KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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