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)

jhcarrell 11-30-2007 12:57 AM

Thanks!!

theOZer 12-18-2007 08:06 PM

Works in vB3.7.0 Beta 2 after upgrading from vB3.6.8 PL2. After reverting my templates to 3.7.0 I needed to re-add the threadbit template code change, then it worked.

Adam21 12-19-2007 01:03 PM

Note: If you are using 3.7 Beta2 and have a quick search template edit in a custom template,you must disable the "search_results_query_threads" hook in your plug-ins manager

VADOS 12-19-2007 02:55 PM

Important: you need to enable icons for each forum where you use this mod, otherwise it will not work!
-------------------
I have a question: is it possible to make a small thumbnail (with CSS or something else) for forumdisplay?
I have all thumbnails 132px and they're too big when I view forumdisplay, can you make a solution for me please?

P.S. - thanks for the great mod!

theOZer 12-30-2007 04:06 PM

Yes, as Adam21 noted in post #83, disable the "search_results_query_threads" plugin in vB3.7.0 Beta versions.
Thread thumbnails DO show up in a vB3.7.0 forum page. You must have the "forumdisplay_query" plugin active and the TTv1.1 code in the threadbits template.
Unfortunately, it NOW appears that with this hack installed the new vB3.7.0 "Attachment Lightbox" view feature does NOT now work.
P.S. Yes, I have "Use Image Lightbox" turned on.

NemoTech 01-01-2008 09:49 PM

Quote:

Be sure to change the forum ids in the $thumbsforums array to the forum ids you want to enable thumbnails in.
^^ Didn't understand this bit of instructions. :(

LilSniper 01-02-2008 04:26 AM

Wow awesome idea...this is just what I needed.

Does it work for 3.6.7?

se_p800 01-04-2008 12:56 AM

Cool mod, i will definetly use this if the answer to this question is positive:

I only want to use this mod in one section of my forum. Would it be possible, if so how?

Thanks

se_p800 01-04-2008 12:30 PM

Ok this is what I have:

$tt_thumbsforums = array(32);
$tt_displaythumbs = false;

And thumbnails arent showing up in that category? Should I set it to true?

OneDesignTalk 01-05-2008 08:45 PM

I like this mod, but am having problems getting it to work (perhaphs a confick with my other icon mods) here's what a put in the plug-in:

$tt_thumbsforums = array(2,3,4,5);
$tt_displaythumbs = false;

this is what I put-in the threadbit template:

<if condition="$show['threadicons']">
<td class="alt2" align="center" valign="middle">
<if condition="($tt_displaythumbs) AND ($bbuserinfo['field5'] <> 'Off' OR $show['guest'])">
<if condition="($thread['attachmentid']) AND ($thread['thumbsize'])">
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]">
<img src="attachment.php?attachmentid=$thread[attachmentid]&stc=1&thumb=1" alt="" border="0" />
</a>
<else />
<img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" />
</if>
<else />
<if condition="$show['threadicon']">
<img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" />
</if>
</if>
</td>
</if>

this is the site its on http://OneDesignTalk.com , maybe there are other conficks you can see.


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