![]() |
NeverBored, Nice approach.
The forum exclusion logic NeverBored wrote could also be incorporated into this plugin tweak of mine, making it at that point a fairly comprehensive as well as solid mod/hack that covers all the bases. First & Foremost do this/test this in your testvb forum before actually doing this in your forrealzie vB forum. This Thread Thumbnail tweak:
1) Temp Disable, with eventual intent to delete, the Thread Thumbnail plugin. 2) Save the following code as an XML file, naming it whatever you want, e.g., thread-thumbnail-plugins-all-forums.xml. Then load this XML file through your Admin Control Panel > Plugins & Products > Download/Upload Plugins > Import Plugin Definitions XML File window, Import the .xml file you just created. This creates plugin 'Thread Thumbnails - All Forums'. Code:
<?xml version="1.0" encoding="ISO-8859-1"?> Click on a forum you want thumbnailed(, or look it up in AdminCP > Forums & Moderators > Forum Manager). In the browser window you should see something like this: yourforum.com/forums/forumdisplay.php?f=36 IN THIS EXAMPLE, 36 is your forum's forum ID. This goes in the array. In AdminCP edit your Thread Thumbnail plugin, adding forum 36 to the array: example, $tt_thumbsforums = array(36); Separate multiple forums you want thumbnailed with a comma (,): example, $tt_thumbsforums = array(36, 37); 3) In all your threadbit templates add this code tweaking it to your liking. [Note: This code includes IF statements that handle thumbnailing 1) Tag Searches (see vB.org, Thread Thumbnails, page 13, Post # 193), 2) New Posts & regular Searches (see vB.org, Thread Thumbnails, page 12, Post # 169), 3) forums (original mod logic). Delete the IF statement section(s) that do NOT apply to you.] Find in threadbit template: Code:
<if condition="$show['threadicons']"> Code:
<!-- OMAC Thread Thumbnails --> ~OZ |
OK for some reason the thumbnails dont show up when your viewing as a guest? How do we change it so its viewable for everyone?
|
Anyone else have a fix for this?
|
Quote:
Under: Forum Viewing Permission Parameter: Can Download Attachments must be set to YES. |
Would love to see this for 3.7 and would donate $5 to make it happen. PM me to claim your $
|
It's works for 3.7
|
OK...I'm back...
I upgraded (I'm starting to hate upgrades) to VB 3.7.3 and I get this new SQL.. Database error in vBulletin 3.7.3: Invalid SQL: SELECT post.pagetext AS preview, thread.threadid, thread.threadid AS postid, thread.title AS threadtitle, thread.iconid AS threadiconid, thread.dateline, thread.forumid, thread.sticky, thread.prefixid, thread.taglist, thread.pollid, thread.open, thread.lastpost AS postdateline, thread.visible, thread.hiddencount, thread.deletedcount, thread.attach, thread.postusername, thread.forumid, replycount, IF(views<=replycount, replycount+1, views) AS views, thread.lastpost, thread.lastposter, thread.lastpostid , deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason, user.userid AS postuserid , attachment.thumbnail_filesize AS thumbsize , MIN(attachment.attachmentid) AS attachmentid FROM thread AS thread LEFT JOIN user AS user ON(user.userid = thread.postuserid) LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread') LEFT JOIN post AS post ON(post.postid = thread.firstpostid) LEFT JOIN attachment as attachment ON(attachment.postid = thread.firstpostid AND (attachment.extension = 'jpg' OR attachment.extension = 'gif' OR attachment.extension = 'png')) WHERE thread.threadid IN GROUP BY thread.threadid; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY thread.threadid' at line 24 Error Number : 1064 Request Date : Thursday, August 28th 2008 @ 07:41:56 AM Error Date : Thursday, August 28th 2008 @ 07:41:56 AM Script : http://www.pimpmyberry.com/search.php?searchid=2966 Referrer : IP Address : 1234567890 Username : StevenInSTL Classname : vB_Database MySQL Version : 5.0.51a-community I did all the fixes to the search.php, and I still get the error... Any idea? |
If you have the 'Thread Thumbnail - Search' plugin turned ON - Did you change, add the TT code to, the vB3.7.3 search.php file? (see Post # 112 on Page 8)
If you have the 'Thread Thumbnail - Tag Search' plugin turned ON - Did you change, add the TT code to, the vB3.7.3 tags.php file? (see Post # 169 on page 12) In my testvb instance I successfully upgraded to vB3.7.3, after adding the TT code to both search.php and tags.php, and both plugins work for me. |
does this work with hotlinked images? ie [img]?
I've seen something working here: http://www.inspiring-photography.com...isplay.php?f=7 and they seem to be linked images, not attachements... Any idea what mod that is if it's not this one? Thanks |
Quote:
|
All times are GMT. The time now is 07:29 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:
|