vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Statistics Modifications - Cyb - Advanced Forum Statistics (https://vborg.vbsupport.ru/showthread.php?t=177778)

iogames 01-25-2009 07:58 AM

3.6x???

Valter 01-25-2009 08:14 AM

There is a version in 3.6.x section, but it's recommended to use these from 3.7.x and 3.8.x because of bug fixes and new features.

indie2industry 01-25-2009 01:06 PM

the update was cool but I missed the old layout.

https://vborg.vbsupport.ru/attachmen...4&d=1209681484

can we get this back somehow??

cionfs 01-31-2009 11:49 PM

If you like... This is the Italian translation of this product :)

UncoderMom 02-01-2009 01:05 PM

Question, I love this mod and would like to add it but every time I try it locks up my site. Is it because I'm trying it on a board with 1.4 million posts? IS it just taking a long tome to query the first time or something. I can deal with that and maybe add it at late at night when little users are on . I've never waited past 4 minutes for it to stop. When activated my whole board hangs. On a dedicated server. :eek:

logicSix 02-01-2009 07:27 PM

my 'latest news' is empty - how can i populate it?

R1lover 02-03-2009 12:23 AM

Quote:

Originally Posted by indie2industry (Post 1724229)
the update was cool but I missed the old layout.

https://vborg.vbsupport.ru/attachmen...4&d=1209681484

can we get this back somehow??

I agree the new one is no good imo.. we need the old layout please.

tsptom 02-03-2009 01:07 AM

Quote:

Originally Posted by logicSix (Post 1731232)
my 'latest news' is empty - how can i populate it?

Did you add the "news" forum ID's in the control panel?

barbarb 02-04-2009 12:26 AM

Thanks!

tsptom 02-04-2009 08:51 PM

I am trying to figure out how to turn off this mod automatically during my peak time, between 11:30 and 12 noon. I am not familiar with xml, but this is how I'd do it in php. It's not working. I get an error. It doesn't seem to like the date function call. Any ideas?

Code:

// Turn off from 11:30 to 12 noon ET
$dead_time = date("Y-m-d H:i:s");
         
if ((substr($dead_time, 11, 2) = 11  AND (substr($dead_time, 14, 2) > 29)))
{
    bypass mod
}
else
{
  go on to ....
  if ($vbulletin->options['cybtopstats_enable_global'] AND !is_member_of($vbulletin->userinfo, split(',', $vbulletin->options['cybtopstats_excl_groups'])) AND !isset($_POST['fromquickreply']))...

Thanks


All times are GMT. The time now is 11:48 PM.

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.01594 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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