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)

NextLuxury 07-19-2007 02:54 AM

How do you get the IMG Tages to work? Instead of doing the attachment, its killing our space, and server. :(

kafi 07-31-2007 11:52 AM

Quote:

Originally Posted by NextLuxury (Post 1295293)
How do you get the IMG Tages to work? Instead of doing the attachment, its killing our space, and server. :(


I wish to know too

Baku 08-02-2007 01:43 PM

Quote:

Originally Posted by Greek76 (Post 1256396)
How do you resize the image to something smaller? The images come out huge. Where do I edit the settings.

The best way would be to apply the sizes in the template edits like so:

Code:

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

and...

Code:

<if condition="$show['threadicons']">
        <td class="alt2" align="center" valign="middle">
                        <if condition="$tt_displaythumbs">
                                <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" width="80" height="80" />
                                </a>
                            <else />
                                <img src="$stylevar[imgdir_misc]/nothumb.jpg" alt="" border="0" width="80" height="80" />
                            </if>
                        <else />
                                <if condition="$show['threadicon']">
                            <img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" width="80" height="80" />
                                </if>
                        </if>

Just edit the numeric values that are in red and replace them with a pixel size that suits your forum.

I've not tried this yet, so if someone does, and it doesn't work, let me know. ><

Stefano Virgill 08-15-2007 01:55 AM

excellent!

nnjj.net 08-15-2007 07:45 AM

is there any update for this product to 3.6.8?

theOZer 08-17-2007 04:10 PM

Just installed & set up in V3.6.8. Works great now that I know how to find my forum ids.

nnjj.net 08-17-2007 07:07 PM

your replay not clear, what the connection bettwen this hach and Forum IDs?!!!

baboo 08-18-2007 05:26 PM

I have a problem with this plugin...doesn't work with vBulletin Version 3.6.8

Aery 08-20-2007 07:46 AM

I dont read forumID in my adress bar, but using the number of "forumdisplay.php?f=21" (in this case is 21) and chance the value in this line (open the xlm file):

<phpcode><![CDATA[$tt_thumbsforums = array(1, 21);

everythings works fine

I have only 1 problem : How I can use this plug-in in more forumdisplay ?

Trana 08-21-2007 07:24 PM

Quote:

Originally Posted by peterpigman (Post 1152178)
I just thought of something about that, i'll get back if it works.

Can you please let us know if this is possible?


All times are GMT. The time now is 05:07 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.01409 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
  • (2)bbcode_code_printable
  • (3)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