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 10-28-2005 08:03 PM

Quote:

Originally Posted by rookiyong
Hi, nice hack here. :)

Is there any options of displaying the Avatar of the thread started instead of using attachments?

Display the avatar of the thread instead of the attachment? I didn't know threads had avatars, I'll check it out.

rookiyong 10-29-2005 02:26 AM

Thanks for replying jasonmerchant ;)

Actually this hack will retrieve the image of the attachment and show up as a thumbnail, but because I did not allow members to upload attacments, it would be great if this can retrieve the avatar of the 1st poster and put it up as a thumb.

I think there was such an hack in VB3, to be able to toggle between selecting the attachment or avatar to display, but I can't find it.

mfizzel 10-29-2005 03:51 AM

how can this work with 'new posts' ?

mfizzel 10-29-2005 03:44 PM

Ok, I'm having 2 issues with this.

1) It's showing 'no thumbnail' on moved posts, can you remove that? On the thumbnail hack for 3.0.x it didn't do this.

2) It's working great in a few of the forums and in a few of the other forums most of the threads are showing 'no thumbnail'....I can't understand why it's working great in a few but not in others...I've doublechecked the forum array ids...

mfizzel 10-29-2005 03:47 PM

Quote:

Originally Posted by mfizzel
Ok, I'm having 2 issues with this.

1) It's showing 'no thumbnail' on moved posts, can you remove that? On the thumbnail hack for 3.0.x it didn't do this.

2) It's working great in a few of the forums and in a few of the other forums most of the threads are showing 'no thumbnail'....I can't understand why it's working great in a few but not in others...I've doublechecked the forum array ids...

ok, quick update I believe I know why it's doing that....this hack is getting confused when there are uploaded pics AND files.

In threads where there are just pics it works perfect...

Could you fix this? Thanks man, this is one of the most important hacks on my board.

neutek 01-05-2006 07:20 PM

thanks man :)
*clicked install

GamerJunk.net 01-05-2006 09:00 PM

Awesome thanks!

katholic 01-06-2006 02:13 AM

Can something be added or changed so the thumbnail size it displays is smaller than the actual thumbnail size in the thread itself? I run a gaming forum where people are constantly uploading new creations for download. We have the thumbnails set to 300 to give people a clearer view of what said item is however having it set at 300 on the forum display is a bit large.

ConKien 01-10-2006 11:23 PM

Anyone use this for vb 3.5.2?

I just download it today 1/17/06 and I still have the problem discussed previously, which the specific forum only shown the "no_image" thumbnail.

Thanks!

DarKNull 01-11-2006 02:51 AM

how can i enable this option for only certain forum not all of them ?

dave777 01-11-2006 03:24 AM

Is it possible to display the thread thumbnails to guests even if "Can Download Attachments" is set to no for guests in the usergroup manager?

I want guests to be able to see the thumbnails but not be able to download the full size images.

lazyseller 01-15-2006 03:22 AM

a usergroup option would be great..........

SIINSI 01-16-2006 02:57 AM

Quote:

Originally Posted by lazyseller
a usergroup option would be great..........

I'd love some help with this....

I installed the plugin... modified the threadbit and uploaded the image.

Next to every thread I just get the nothumbnail image.

I just downloaded this so I am guessing I have the newest version of it.

Here is what my threadbit template looks like

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" />
                                </a>
                            <else />
                                <img src="$stylevar[imgdir_misc]/nothumb.jpg" alt="" border="0" />
                            </if>
                        <else />
                                <if condition="$show['threadicon']">
                            <img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" />
                                </if>
                        </if>
        </td>
</if>

any help? i'd LOVE to get this working.

Thanks,
Miguel

konabiker47 01-17-2006 04:03 PM

I cant figure out how to get it to apply to a forum. I dont understand what forum array means. What would i edit in the xml to make it apply to everone of the listing forums located here www.ezbst.com ?

lazyseller 01-18-2006 06:00 PM

forum array is the forumid of the forum... you go into the forum manage located int he admin panel and hover your pointer over the forum title and you will see the Forumid

(3,4,5) will allow this mod to work in forums 3,4,5

ConKien 01-19-2006 01:29 AM

Quote:

Originally Posted by SIINSI
I'd love some help with this....

I installed the plugin... modified the threadbit and uploaded the image.

Next to every thread I just get the nothumbnail image.

I just downloaded this so I am guessing I have the newest version of it.

Here is what my threadbit template looks like

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" />
                                </a>
                            <else />
                                <img src="$stylevar[imgdir_misc]/nothumb.jpg" alt="" border="0" />
                            </if>
                        <else />
                                <if condition="$show['threadicon']">
                            <img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" />
                                </if>
                        </if>
        </td>
</if>

any help? i'd LOVE to get this working.

Thanks,
Miguel


I got the same problem, I'm using vb 3.5.2 though!

Somehow this line is never TRUE for my forum:

<if condition="($thread['attachmentid']) AND ($thread['thumbsize'])">

I tried to search the variable $thread['attachmentid'] and $thread['thumbsize'], there's none of them in existing vb3.5.2 templates. Don't know if that would cause the problem?

Xplorer4x4 01-19-2006 12:35 PM

Ever get this to disable for user on dialup?

lazyseller 01-19-2006 08:19 PM

"Add-ons

UserCP option to turn the thumbnails on/off on a per user basis

Go into your admincp and click User Profile Fields->Add New User Profile Field.
"

SIINSI 01-19-2006 11:35 PM

Quote:

Originally Posted by SIINSI
I'd love some help with this....

I installed the plugin... modified the threadbit and uploaded the image.

Next to every thread I just get the nothumbnail image.

I just downloaded this so I am guessing I have the newest version of it.

Here is what my threadbit template looks like

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" />
                                </a>
                            <else />
                                <img src="$stylevar[imgdir_misc]/nothumb.jpg" alt="" border="0" />
                            </if>
                        <else />
                                <if condition="$show['threadicon']">
                            <img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" />
                                </if>
                        </if>
        </td>
</if>

any help? i'd LOVE to get this working.

Thanks,
Miguel

I went over this a bazillion times. Any help with this. I NEED this to work!!!! :D

Thanks,
Miguel

MarsNIIT 01-22-2006 07:30 PM

I don't want upload attachment, only add link?? can you help me? Thanks.

SIINSI 01-22-2006 09:53 PM

Quote:

Originally Posted by SIINSI
I went over this a bazillion times. Any help with this. I NEED this to work!!!! :D

Thanks,
Miguel

Pretty please? With sugar on top? :)

Miguel

SIINSI 01-22-2006 10:01 PM

Quote:

Originally Posted by SIINSI
Pretty please? With sugar on top? :)

Miguel

Holy cow, after all that I finally figured out what it is....

You have to have thumbnails enabled on vbulletin. Is there any way to do this WITHOUT having thumbnails enabled?

I still want to be able to view attachments full size. Or at least only enable thums in a certain forum?

You may want to add to your instructions that one MUST have thumbnails enabled in their VB options. I've been messing with this for days...LOL

Thanks,
Miguel

IrPr 01-27-2006 09:14 PM

is it possible to load thumbnail from [img] tag of the 1st post?

b65ran 02-14-2006 03:27 AM

I just installed it today. I used to use it on my 3.0.x forum. Now I upgraded my forum to 3.5.3. I followed every instructions. But some of the thumbnails are not showing. some of them showing nothumb image even though it has thumnails. Please help somebody. Here is my forum url http://www.banglatorrents.com/forumdisplay.php?f=33

thanks in advanced.

kurv 02-15-2006 03:23 PM

I have installed hacks before but I can not get this one to work... I am installing this on a 3.5.3 board and have checked, rechecked and looked at all the settings. I can not find anything that would not allow it to work.

No thumbnails showing up for me...

Can someone help me please... thank you!

kurv 02-15-2006 03:49 PM

Okay update... well in all my work on the thumbnail hacks, I had uploaded a 'nothumb.gif as oppsed to the .jpg it was looking for... so that image is working...

kurv 02-15-2006 04:15 PM

I got it working guys, thank you... sorry for the false alarm.

Rastus 02-15-2006 06:45 PM

Quote:

Originally Posted by kurv
I got it working guys, thank you... sorry for the false alarm.

what was your fix?

b65ran 02-24-2006 12:00 AM

How can I show the differrent attachmentid as preview ? Like now it's showin only for the first attachment. If the first one is not thumbnail it doesn't show the preview. I have different attachment type in a thread. That's why it's not working properly. Please somebody tell me where can I change that.

b4stu 03-07-2006 06:45 AM

There is a BUG in this MOD. This bug was in the previous version as well.

If the first attachment is not an image file, it will not show the thumbnail. I believe you'll have to do a query to solve this issue.

apollooooooo 03-07-2006 03:46 PM

Hey people i got a weird problem the Mod seams to be working Great....But

Only in Firefox Browsers when you use Internet Explorer it wont show any image

Any Ideas????

apollooooooo 03-13-2006 04:55 PM

bump.......

apollooooooo 03-20-2006 11:12 AM

this is what i mean with internet explorer that happens

http://crazycullen.com/forum/picture...5f9c9e4c5a.JPG

but when i use Firefox to view the same page this is what i get

http://crazycullen.com/forum/picture...5f9d4892b3.JPG

apollooooooo 03-23-2006 03:21 PM

bump anyone help at alll...................

Bernd 04-15-2006 05:27 PM

Has someone been able to install this using vbulletin 3.54?

No thumbnails are being displayed on my forum (just the general thread icons).

jasonmerchant 04-16-2006 08:06 PM

Hey, sorry guys for the lack of support, I've been really busy and now my server's hard drive has failed and it doesn't look like I can recover any of my files. A few people have mentioned that it doesn't work in the new version, this will probably be fixed soon as I try to get my server back up and I plan to upgrade at the same time.

b4stu:
thats not really a bug, its just how it currently works. I was planning on adding the option to choose which image should be the thumbnail, however it may not come soon.

Bernd 04-25-2006 07:15 AM

Any updates?

993ti 04-27-2006 11:36 PM

How about if only an attachement is posted, a thumbnail is shown?
Btw, works for me on 3.5.4
Check:
http://www.twenteracingscene.com/for...e=3&order=desc

ForeverForums 05-01-2006 11:05 AM

This would be very useful on my site if only i had attachments turned on, due to such high bandwidth use i have them disabled, any chance on getting this to display not only attachments but rather images that are posting from say...imageshack..ect ?

If so then i could really use this.

regards,

BeaLzeBuB 05-01-2006 11:44 AM

good idea

i will install when new version release


All times are GMT. The time now is 05:53 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.01372 seconds
  • Memory Usage 1,838KB
  • 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_code_printable
  • (8)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
  • (40)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