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 - Dream's Forum Statistics (https://vborg.vbsupport.ru/showthread.php?t=140812)

Tom_S 03-01-2007 05:23 PM

No problemo but I will bet if I had that issue I won't be the only one. It does look sweet though from the screen capture in Wulfnoth's post.

Tom_S 03-01-2007 05:27 PM

I have two different setups of 3.6.4 both on different servers to include a test 3.6.4. It does that on all of them.

Dream 03-01-2007 05:28 PM

Thanks, maybe it's some other mod I have here that added that field. We'll see.

dizzy100 03-01-2007 05:35 PM

Quote:

Originally Posted by Dream (Post 1193501)
I don't know why you don't have a threads field in the user table sorry. Thanks for trying the mod though.

Doesn't work for me either on 3.6.4, exactly the same error.

Removing

Quote:

$list = array();
$results = $db->query_read("
SELECT userid, username, threads, usergroupid
FROM " . TABLE_PREFIX . "user
WHERE threads > 0
ORDER BY threads DESC LIMIT $howmany");
while ( $entry = $db->fetch_array($results) ) {
$list[] = $entry;
}
From statistics.php allows the module to work (apart from thread starters of course)

aveon 03-01-2007 06:58 PM

i cant get it working same how getin the same error like other friends

hep please

Dream 03-01-2007 08:08 PM

I updated the code, added a check for the existence of the field threads, if it doesn't exist it won't run the code and won't show that category. All should be working now.

UncoderMom 03-01-2007 08:26 PM

Is there a way to add the top thanked and top thanker's?

Dream 03-01-2007 08:29 PM

It's already there :)

Dream 03-01-2007 09:03 PM

Updated again, the threads field was from another mod, I changed the query so it won't use that field anymore, and the category will show.

Tom_S 03-01-2007 09:03 PM

You got it that time. Nice clean install. Works great. ;)


All times are GMT. The time now is 04:47 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.01540 seconds
  • Memory Usage 1,730KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)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