vb.org Archive

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

voter 04-30-2007 06:36 AM

Quote:

Originally Posted by arco (Post 1237097)
Thanks voter, your post pointed me in the right direction. :)
I temporarily fixed the problem by extracting that code from the plugin.

Find in includes/cron/cleanup.php
Code:

($hook = vBulletinHook::fetch_hook('cron_script_cleanup')) ? eval($hook) : false;
Add before
Code:

while ($thread = $vbulletin->db->fetch_array($threads))
{
    $thread['open'] = 10;
    $threadman =& datamanager_init('Thread', $vbulletin, ERRTYPE_SILENT, 'threadpost');
    $threadman->set_existing($thread);
    $threadman->delete(false, true, NULL, false);
    unset($threadman);
}

Now "Top Thread Starters" will get updated every hour.

I am glad that it helps.

But I didn't understand your point. The code you suggest to add in cleanup.php is already there.

voter 04-30-2007 06:40 AM

Quote:

Originally Posted by sinanmoda (Post 1237850)
Thanx but "Top Thread Starters" are not updated in 5.2 too.

Check your Scheduled Tasks especially do the "Hourly Cleanup" must be enabled and set to be fired once an hour.
You can also try to run it ofter, if the refresh of Top Starter Statistic is wished.

haytham 04-30-2007 10:39 AM

hope you put notes on upgrades not just installs since I have an older version. Thanks

sweetguy2004 04-30-2007 11:26 AM

Cool hack Cyb just keep rocking installed this hack but "Most Viewed Threads" & "View More Result" are not working m using vba cmps. plz reply as soon as possible, u can @ www.desidunyaa.com

princeedward 04-30-2007 11:29 AM

nice hack....thanks a lot for this....mark installed... ;)

arco 04-30-2007 02:55 PM

Quote:

Originally Posted by voter (Post 1238054)
I am glad that it helps.

But I didn't understand your point. The code you suggest to add in cleanup.php is already there.

Hmm, it is? Seems to have been missing from my file because it wasn't there. I see now in v5.2 that Cyb has added a different code to the cleanup.php file. So I guess all is ok now. :)

The Lord of Dip 05-01-2007 12:03 AM

Hem, there is one problem. The threads of the private sections are also shown on the Top Stats!

CP, 05-01-2007 12:17 AM

anything like this for 3.5?

Valter 05-01-2007 01:03 AM

Latest version of this hack for vBulletin 3.6.x was updated to work with 3.5.x.

All of you with vBulletin 3.5.x installed please check this thread for more info:
https://vborg.vbsupport.ru/showthread.php?t=118374

Note for 3.6.x users:
There are no new functions or bug fixes in this version compared to latest vB 3.6.x version, it was just updated to work with 3.5.x.

Shazz 05-01-2007 04:04 AM

Voted for Mod of Month :)


All times are GMT. The time now is 07:34 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.02513 seconds
  • Memory Usage 1,736KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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