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

jasonmerchant 09-21-2007 07:57 PM

nnjj.net:

On the first line:

Code:

$tt_thumbsforums = array(2);
Change 2 to the forum id. So if you want to enable thumbnails in forums 3, 7, and 12, it would look like:

Code:

$tt_thumbsforums = array(3, 7, 12);
A new version of the plugin is available. You can find the new thread here.

Trana 11-14-2007 10:21 PM

Quote:

Originally Posted by jasonmerchant (Post 1341842)
Trana:

I believe you said that you don't want to display thumbnails in posts with this plugin, correct?

All you need to do is replace the content of the first if statement with the second one. ie:

Replace:
Code:

<legend>$vbphrase[attached_thumbnails]</legend>
                <div style="padding:$stylevar[formspacer]px">
                        $post[thumbnailattachments]
                </div>

With:
Code:

<legend>$vbphrase[attached_images]</legend>
                <div style="padding:$stylevar[formspacer]px">
                        $post[imageattachments]
                </div>


WHat I meant was I don't want to enable thumbnails globally as it causes ALL image attachments to show as thumbnails.

Ideally, I would like to enable this hack while also maintaining the ability to display the entire full size image in posts.

Please let me know if you have any ideas.

hieronymous 12-07-2007 10:04 AM

man, i could HUG you

er, i WON'T, of course. but this is JUST what i've been searching for

siliconfinance 01-29-2008 01:27 AM

How would one disable thumbnails from showing in search results?

tspore 04-29-2008 07:08 AM

I was wondering - can we update this to work with 3.7?
Code:

<if condition="$show['threadicons']">
                <td class="alt2"><if condition="$show['threadicon']"><img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /><else />&nbsp;</if></td>
        </if>

A bit different than the original code, but I don't want to screw anything up.

Greek76 05-04-2008 02:13 PM

Im curious aswell. Will it work with 3.7?

bijju 01-04-2009 08:26 AM

i just installed for my forum 3.7.4.


All times are GMT. The time now is 01:06 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.01171 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
  • (5)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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