vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Best&Worst Thread of the day-Week-Month (https://vborg.vbsupport.ru/showthread.php?t=107711)

Mr Chad 02-11-2006 10:43 PM

anyone know how to fix this?

o0Hubba0o 02-12-2006 04:22 AM

Like the idea, I'll keep an eye on this one, appears to be some bugs maybe?

PHPGeek2k3 02-12-2006 05:42 AM

hello,

this really isnt a bug just you havent set a setting in the vBulletin Options.

You need to set

Exclude Forums to 0
and
Exclude Threads to 0

than this will work

Thanks
- James

apdcanari 02-12-2006 06:44 AM

Quote:

Originally Posted by PHPGeek2k3
hello,

this really isnt a bug just you havent set a setting in the vBulletin Options.

You need to set

Exclude Forums to 0
and
Exclude Threads to 0

than this will work

Thanks
- James

no...bug for me

orphan 02-12-2006 07:19 AM

for me too

orphan 02-12-2006 07:24 AM

Sql Query is not including table prefix!
If you correct it it works fine

Mr Chad 02-12-2006 07:25 AM

Quote:

Originally Posted by orphan
Sql Query is not including table prefix!
If you correct it it works fine

you sure?

PHPGeek2k3 02-12-2006 09:14 AM

your right and for some reason i didnt see that.

Thanks
- James

Snake 02-12-2006 09:23 AM

Thanks man!

PHPGeek2k3 02-12-2006 09:33 AM

in order to fix this you need to change the every instance of

Code:

FROM " . TABLE_PREFIX . "thread, forum
To the following

Code:

FROM " . TABLE_PREFIX . "thread AS thread, " . TABLE_PREFIX . "forum AS forum


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