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)
-   -   Forum Display Enhancements - Thread Thumbnail (https://vborg.vbsupport.ru/showthread.php?t=158396)

Kanustep 04-27-2008 12:10 AM

It work on 3.7.0 RC4

theOZer 04-27-2008 05:19 PM

If that's a question the answer is, "Yes."
Install the plugins, update the threadbit template as mentioned in JasonMerchant's Installation instructions.
Add the forums you want thumbnailed in the Thread Thumbnail plugin.
AND, you must update the vB370RC4 Search.php file, adding JasonMarchant's code. (I know. I know. But that's the only way I got it to work in vB370RCwhatever.)
See post #112, previous page.
~OZ

Kanustep 04-27-2008 08:14 PM

<a href="https://vborg.vbsupport.ru/member.php?u=190937" target="_blank">theOZer</a>, thank you, but wasn't a question. Yes it work on vb 3.7.0 RC4

theOZer 04-29-2008 12:20 AM

I've got to ask, Kanustep, did you turn OFF the Thread Thumbnail - Search plugin or did you add JM's code to search.php? Without JM's search.php code and with the Thread Thumbnail - Search plugin turned ON I got db errors when I tried a navbar New Posts search.
Just curious, here. ~OZ

Kanustep 04-29-2008 12:42 AM

Hello theOZer,

Right now I have it turned off, but when I have it ON it was working fine. Is this the code you inserted into the search.php?

PHP Code:

//edited by jason
        
$dataQuery .= " " $hook_query_where

This is the only thing you need to add to your search.php. Look for:

PHP Code:

// do data query
    
if (!empty($itemids))
    {
        
$ids implode(', 'array_keys($itemids));
        
$dataQuery .= '(' $ids ')'

Immediately BELOW add this:

PHP Code:

//edited by jason
        
$dataQuery .= " " $hook_query_where

It should work.

Defkalion 05-10-2008 11:38 AM

Guys, does anyone know where to put this extra line of code in TAGS.php so that the thumbnails come up also when doing a tag search?

Nikoo 05-10-2008 12:22 PM

Do you know if this will work whit 3.7 ? or do we have to wait for a update?

theOZer 05-10-2008 01:02 PM

Hey, Nikoo, since post #100 or so this entire discussion has been how to make this work with 37x. As stands, the Thread Thumbnail plugin works in 37x. The Thread Thumbnail - Search plugin works if you tweak search.php, adding TT's code. AND, if you have the Thread Thumbnail - Search plugin turned ON but you did NOT tweak search.php you WILL get database errors when you/anyone does a search. So, Watch Out!

MissKalunji 05-10-2008 01:03 PM

Quote:

Originally Posted by Defkalion (Post 1514834)
Guys, does anyone know where to put this extra line of code in TAGS.php so that the thumbnails come up also when doing a tag search?

i wonder too

Nikoo 05-11-2008 09:37 PM

thanks.


All times are GMT. The time now is 07:39 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.01310 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_php_printable
  • (1)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