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)

Eagle Creek 09-28-2006 03:09 PM

Can somebody tell me why this is happening?

https://vborg.vbsupport.ru/attachmen...1&d=1159459747

Apfelfrucht 09-28-2006 03:11 PM

Quote:

Originally Posted by G_Man
Exclusion of UserGroups from all the TOP Places would be VERY nice I think.
That last week thing would be good too. Or Month or whatever...

Might be easier to create additional "modules" for those so you could have week/month/since registration or just the one's you want....

:D :D :D

Yes, i hope Cybernetec saw our demand :confused:

McCarroll21 09-29-2006 01:28 AM

Can vCash be included into this?

BlueKnight 09-29-2006 01:38 AM

ok I searched the forum and well the top 10 stats is too wide when I include latest posts. Any idea on shortening it a bit? other than that this is awesome

Valter 09-29-2006 05:33 PM

Try with trimming options or turn off some details.

Apfelfrucht 09-30-2006 12:22 PM

Quote:

v4.1 - Sep 25. 2006.
-Added "Top Referrers"
-Added option to exclude usergroups from viewing top stats
-Few code improvements (zeros excluded from stats, few table parameters adjusted)
That's great and thanks a lot Cyb :D

Quote:

Exclusion of UserGroups from all the TOP Places would be VERY nice I think.
That last week thing would be good too. Or Month or whatever...

Might be easier to create additional "modules" for those so you could have week/month/since registration or just the one's you want....
Cyb, when will you make it possible of that ?


Nice hacks you made, INSTALL !

AMG021 09-30-2006 09:32 PM

thanks !

Lionel 10-01-2006 06:12 AM

I wish there was a way to split this hack into 2 pages. So many stats to display it will never fit in one page, and it's so nice that you want to display everything. Or to the least, display the stats in two tables one below each other with groups of five

Lionel 10-01-2006 07:09 AM

I managed to fit ALL stats nicely in one page by altering the template. Was not too hard.

Lionel 10-01-2006 08:21 AM

I am using 3.60 and for some reasons, this query is not updating the column 'threads' in user

PHP Code:

$db->query_write("
   UPDATE " 
TABLE_PREFIX "user AS user 
   SET user.threads =
   (
    SELECT COUNT(threadid) 
    FROM " 
TABLE_PREFIX "thread AS thread
    LEFT JOIN " 
TABLE_PREFIX "forum AS forum ON forum.forumid = thread.forumid 
    WHERE visible = 1 
    AND (forum.options & 4096) 
    AND user.userid=postuserid
   )
"
); 

I tried twice. I tried rebuilding, the column shows zero still. Everything else is perfect.


All times are GMT. The time now is 05:05 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.02687 seconds
  • Memory Usage 1,741KB
  • 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_php_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