![]() |
Thanks!!
|
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.
|
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
|
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! |
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. |
Quote:
|
Wow awesome idea...this is just what I needed.
Does it work for 3.6.7? |
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 |
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? |
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. |
Get this error for new posts:
Quote:
|
can give ..breif expaltion .. where can i upload php file in to ftp server ....plzzz urgent am waiting to u r reply..
|
Quote:
wheer can i change the forum ids . thumbnails enabled .. plzzzz tell me dudes.. am waiting ur reply |
Quote:
Love this mod/hack. Without it an art forum's impact is greatly reduced when viewing just the forum post listing and/or 'New Posts.' Regards, theOZer |
How can this be changed so it's enabled for only specified forums,
and so it will auto-sort by the number of thread replies/comments (sorted in reverse; least comments first) ? Thank You |
Does anybody know why my safari and firefox members can't see the thumbs?
|
can we get this for 3.70
|
@ siliconfinance: How did You get the database-error fixxed? I have the same problem! :eek:
https://vborg.vbsupport.ru/ |
update for 3.7 please
thanks! |
Sorry, but I think there are several mistakes in the description of this hack!
Really nice is, that with all the testing now the thread-overview doesn't work even if I only wanna add thumbs to one forum and that I don't find any possibility to deactivate or deinstall the whole hack! So: What can I do now? My hole board doesn't work correctly! https://vborg.vbsupport.ru/ |
I have managed to get this mod working in one forum only. I'm running 3.6.8. It works great in the ONE forum however every variation that I attempt to include another forum does not work. This mod only works in forum ID 81 so far
[CDATA[$tt_thumbsforums = array(78, 79, 81); <-- only forum ID 81 is affected [CDATA[$tt_thumbsforums = array(78,79,81); <---only forum ID 81 is affected EDIT: The above problem is caused by editing the thread-thumbnail-plugins with further forum ID numbers and re-installing it without first deleting the initial install of the plugin. I noticed duplicate installations of this plugin which alerted me to the problem. It works where I want it to now :D NB: If you don't want threads displaying the thumbnail (No Thumbnail Available) when there isn't one attached to that particular thread simply create another transparent image 100 x 20 or something similar and overwrite images/misc/nothumb.jpg with misc/nothumb.gif. It was the easiest solution for me. A thumbnail does show up but it's transparent & smaller and so isn't noticeable to the viewer. You will need to edit the threadbit template from nothumb.jpg to nothumb.gif for this to work. The instructions could do with some editing. If clearer installation instructions were provided then that might cut down on duplicating the necessity to answer peoples questions to do with the basic install. Clear uninstall instructions would be great too. I'd love for this mod to work for me in more than just one forum. If anyone could provide help with that I would appreciate it. EDIT: fixed :D |
Quote:
|
Hi!
Can somebody tell me if it's this hack (thread thumbnail) that have been used to obtain this result on the following website? http://www.virusphoto.com/forum-photo.php thank you All i want is just to have icon with my forums (like on the website) i don't want thumbnail or a "no image" thumbnail front of threads |
Quote:
|
Quote:
|
Quote:
https://vborg.vbsupport.ru/showthrea...ght=forum+icon or https://vborg.vbsupport.ru/showthrea...ght=forum+icon (u can play around with this one to accomplished what u want) |
thank you, im gonna check that :)
|
is this working with vb 3.7 beta 6 ?
|
Hi, I installed this mod which is great, but it only shows "No Thumbnail Available" also if there is an image attachment. I'm running 3.6.8 patch level 2.
Any suggestions how to solve this ? thanks! |
Can someone post the extra code that goes in search.php, so I can add it to the newest search file... Or it'd be great if someone could completely update this for 3.7. It works for me on 3.7, even search if I use the file included, but it's out of date now. It'd be great for this to work with tags, too.
|
NeverBored,
I did a file compare using TOAD: vB369 search.php versus Thread Thumbnails search.php. There's very little difference between these two search.phps. There's quite a difference between vB370RC2 search.php versus Thread Thumbnails search.php, though. I put together a cluge-bag screen capture of the search.php differences, put into a Word document, that I can PM to you. ~OZ |
If you add JasonMerchant's code, a comment line and code line, to the vB370RC2 search.php it APPEARS to work; now shows the thumbnails when doing a New Posts search.
Code:
// do data query Give this a try. This truly is a wonderful hack and it's a priceless addition to any art forum that has people posting their art work. ~OZ |
Great, that got the thumbnails working for search, thanks.
Though, a small problem, it displays thumbnails (the no thumbnail available image) for threads not in the specified forums. It did this using the search.php included in the download too, so I don't know if this is how it works or just a bug using it as is on 3.7. |
True enough. It appears any 'new posts,' be it from whichever forum, either shows the 'No Image' icon or, if there's an attachment, it shows the thumbnail.
If the forum itself is not included in the TT plugin's list of forums to display, example, $tt_thumbsforums = array(4, 5, 17, 46, 50, 53); then that specific forum's threads list do not then show thumbnails when viewed. This 'feature'/not-necessarily-a-bug appears to have been 'in place' since day one the hack has been around. (I also see this glitch occurs in vB3.6.x.) |
I got mysql error after upgrade to 3.6.9 when search for thread started by member.
Quote:
|
You need to turn off the Thread Thumbnail - Search plugin.
-OR- Add Jason's code to the vB369 search.php, as mentioned in my Post #112, above. ~OZ |
Hi, I installed this mod which is great, but it only shows "No Thumbnail Available" also if there is an image attachment. I'm running 3.6.8 patch level 2.
See: http://www.inoudeansichten.nl/zoekpl...splay.php?f=40 I used: Thread_Thumbnail_v1-1.zip - imported the XML - activated plugin - updated threadbit Any suggestions how to solve this ? thanks! |
I'm looking at your web site...
Are you dead certain that you've updated threadbits correctly? Most likely, yes. Did you update the Thread Thumbnail plugin, adding your test forums ID number (bolded below)? http://www.inoudeansichten.nl/zoekpl...display.php?f=40 (I'd also try adding forum ID 42 (the main forum), to test it out.) In the Thread Thumbnail plugin, is forum 40 been added?: example, $tt_thumbsforums = array(40, 42); Did you set up a member option User Profile field for Thumbnails On/Off? If not then do NOT include the code to check for the user profile field in your threadbits. (I have this option added.) Have you replaced your vB368PL2 search.php with Jason's search.php? (It works for vB368 but vB369 a/o vB370x requires modding the search.php adding Jason's code. See my post # 112 , above, concerning this.) Jason's TT works and has always worked for me. Good luck getting this to work. It's a great hack. [Note: only an image posted as an attachment will/should show as a thumbnail pic; the test image INSERTS, e.g., your test3 post, won't show as thumbnails.] Later, ~OZ |
OZ, thanks for your reply !
I upgraded my vBulletin to 3.6.9 - installed xml file - updated threadsbit - changed forum to #40 - update search.php (incl. your 112 post) - plugins are both activated but ... attachments still not displayed .... any other suggestions I can try ??? thanks!:confused: |
winkm,
Joined your forum. Couldn't post in TEST forum to see if my hunch is right, but... the test threads' pictures are full sized. It appears that the images were inserted into the post code, not added as attachments through Manage Attachment at the bottom of an Advanced screen post. Images inserted directly into the code/the post don't have thumbnails; they're shown full sized, with no need to click on them to see them larger. That's my guess. ~OZ |
All times are GMT. The time now is 04: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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|