vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Members who have visited the forum (Today or last 24 hours). (https://vborg.vbsupport.ru/showthread.php?t=82769)

Snake 01-27-2006 09:36 AM

Not unless you're running a wacked, horrible browser. ;)

vbreal 01-27-2006 02:49 PM

Quote:

Originally Posted by Paul M
Possibly you have a corrupt XML file ?


hmmm, since i have this problem with every hack i install. i know its not your xml file i need to replace if that is the case. do u know what xml file i may need to replace

Megareus Rex 01-27-2006 06:23 PM

Quote:

Originally Posted by Paul M
Hmm, okay.

In the Members who have visited (2) hook, comment out these two lines

Code:

        $today['opentag'] = $today['opentagb'] ;
        $today['closetag'] = $today['closetagb'] ;


Awesome, it worked!

Thanks :)

Paul M 01-27-2006 09:16 PM

Quote:

Originally Posted by Real Talk
hmmm, since i have this problem with every hack i install. i know its not your xml file i need to replace if that is the case. do u know what xml file i may need to replace

I was referring to the XML file for this hack. If all your installs fail then clearly you have a problem with your vb.

vbreal 01-27-2006 09:53 PM

yeah i was working with someone on vb.com they think its a server issue. i am with go daddy and i found out they aren't good to host vb boards. so that's probably my problem. thanks anyway

Megareus Rex 01-28-2006 01:08 AM

Another question. I have it set to rolling (so everyone who visited in the last 24 hours is shown), but not everyone is displayed. It only shows about 24 people in the box, but it says "total people who've visited in past 24 hours: 51". Is that supposed to happen, and if so, how do I have it displays EVERYONE?

Paul M 01-28-2006 04:05 AM

Are you allowed to see hidden people ?

Lisa-Marie 01-28-2006 08:46 AM

love this - thank's

Megareus Rex 01-28-2006 04:37 PM

Quote:

Originally Posted by Paul M
Are you allowed to see hidden people ?

Yeah, I am, and I do see the invisible ones.

Is there some kind of post threshold on it, where anyone below X posts doesn't show up? It seems to be the lower-post members who don't show up. Click the link in my sig to check for yourself (about 6 or so members are invisible, so you'll see 6 less, but since that would mean about 20 users on it, and the number it says is 50, thats still something).

EDIT: Figured out what caused it. Its only displaying members that either:
-Are set to invisible mode, or
-Are a member of a secondary usergroup.
People who ONLY have a primary group aren't displayed.

EDIT 2: Upon further testing, its that comment that's doing it. Commenting out those two lines causes it to ignore people without a secondary group, for some reason.

Paul M 01-28-2006 05:12 PM

Are you sure you commented out the right lines ?

PHP Code:

$totaltoday += 1;
$today['opentag'] = $today['opentaga'] ;
$today['closetag'] = $today['closetaga'] ;
if (
$today['displaygroupid']) 
{
//    $today['opentag'] = $today['opentagb'] ;
//    $today['closetag'] = $today['closetagb'] ;
}
$today[visible] = ;
if (
$today['options'] & $vbulletin->bf_misc_useroptions['invisible']) 

The correct lines are shown above.


All times are GMT. The time now is 08:53 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.01996 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete