The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Thread Thumbnails Details »» | ||||||||||||||||||||||||||||||||||||||
Thread Thumbnails
Created By: Null Parameter The Thread Thumbnails mod allows users of a forum to specify, in several possible ways, a thumbnail for their thread to be displayed on Forumdisplay thread list. I had created the mod for vB 3.8, but people we're crying out for a ported version to vB4, and, thanks to help from several of the members, here it is! Description of Features Thumbnails are displayed on the Forumdisplay next to the threadicon. In the ACP Options, assuming you are using the Auto-Template Edits, you can choose which side of the icon to display it on. Forum Display Screenshot When submitting a new thread or editing the first post of a thread, a thumbnail can be specified directly if the User Entered URL option is chosen in the ACP. Another option is to Require the thumbnail. If the thumbnail isn't required, it may be left blank by the user, and it can either not be shown at all on forumdisplay or be replaced by a default thumbnail image specified in the ACP. New Thread Screenshot Edit Post Screenshot All available options in the ACP include...
This version is also now using phrases, so it can more easily be translated! Installation Install the product XML file. That's it! If you have a highly customized style, there is a chance that the auto-template edits will not work. In that case, you will need to make the template edits manually. See the included README for more details. Thumbnail Style The style for thumbnails is specified in the ACP. It is used to choose exactly how thumbnails will be displayed, including width, height, margins, borders and many other attributes. The style is specified in CSS, and is applied directly to the HTML img tag. Here are some examples of possible thumbnail styles, along with a description of what they will do. If you don't know much about CSS, you can learn more here.
FAQs The version of this mod for vB 3.8 showed thumbnails in the search results. Where did they go? The search system between vB 3.x and vB4 changed significantly. I didn't have the time to figure out the complexity of it, and was unable to find any examples of other mods that integrated into the search results.Does this mod work for RTL Languages, such as Arabic? There is a separate product XML file available for download that has the appropriate changes to support RTL languages.When I choose the First Image in Post option, no thumbnails show up in my current threads. Why? Thumbnails are only updated when a new thread is created or when the first post is edited. Parsing through every forum/thread whenever the options are changed could be disastrous for performance.Translations Arabic Versions v3.1
I am fully willing to support this mod and continue to add new feature to it when they are desired enough to make them applicable to the product as a whole. The issue is that I do not have access to a vB4 installation, and therefore cannot develop. Several people were gracious enough to offer up a test installation for me to use, and that is how this mod exists today. If any new features/fixes are wanted, other people will need to be just as gracious. Also, since I don't own a vB4 instance, I'm supporting this strictly out of the kindness of my heart. So, if you wish to Support me as a developer, it would be much appreciated. Enjoy! Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
misericorde |
Comments |
#162
|
|||
|
|||
Quote:
|
#163
|
|||
|
|||
is it possible to make this available to only one forum section?
|
#164
|
|||
|
|||
Wouldn't simply resizing the images to thumbnails make the forumdisplay.php page load slowly, or does this generate actual images in thumbnail size?
I wish the developer could add Woody's fixes in his post for 4.0.6 to the main page. |
#165
|
|||
|
|||
I can't seem to get this working. It installed perfectly and I made sure that it was turned on in the ACP options. But I don't get any input box for a thumbnail URL and the auto-thumbnail settings don't give me anything either.
I am using vB 4.0.6 and the default vB 4 style. Thanks. |
#166
|
|||
|
|||
|
#167
|
|||
|
|||
Great Mod...seems to work right out of the gate 4.0.6, once I edited one if my older posts.
Is there a way I can eliminate the break in the table |
#168
|
|||
|
|||
Anyone???
Quote:
|
#169
|
|||
|
|||
Quote:
|
#170
|
||||
|
||||
Great mod mate. Can't be without it. I upgraded to vb4 and installed this version. But some thumbnails show and some just won't. Is there something I can do please. Because it really looks terrible right now.
Thanks! |
#171
|
|||
|
|||
Database error in vBulletin 4.0.7:
Invalid SQL: SELECT IF(votenum >= 1, votenum, 0) AS votenum, IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg, post.pagetext AS preview, thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, postusername, postuserid, thread.iconid AS threadiconid, thread.dateline, notes, thread.visible, sticky, votetotal, thread.attach, thread.lastpost, thread.lastposter, thread.lastposterid, thread.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views, thread.prefixid, thread.taglist, hiddencount, deletedcount, user.usergroupid, user.homepage, user.options AS useroptions, IF(userlist.friend = 'yes', 1, 0) AS isfriend , NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed , deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason , threadread.readtime AS threadread , threadredirect.expires , attachment.thumbnail_filesize AS thumbsize , MIN(attachment.attachmentid) AS attachmentid , thread.thumbnailurl AS thumbnailurl FROM thread AS thread LEFT JOIN user AS user ON (user.userid = thread.lastposterid) LEFT JOIN userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = 1) LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread') LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1) LEFT JOIN threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 1) LEFT JOIN post AS post ON(post.postid = thread.firstpostid) LEFT JOIN threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid) LEFT JOIN attachment as attachment ON(attachment.postid = thread.firstpostid) WHERE thread.threadid IN (0,23210,31961,27757,22315,25230,23231,32522,32523 ,23115,24174,25080,21699,20116,22944,21646,20052,1 8701) GROUP BY thread.threadid ORDER BY sticky DESC, lastpost DESC; MySQL Error : Unknown column 'attachment.thumbnail_filesize' in 'field list' Error Number : 1054 Request Date : Monday, September 27th 2010 @ 04:40:07 AM Error Date : Monday, September 27th 2010 @ 04:40:08 AM Script : http://www.universodivx.net/forumdis...as-(17-122)VSa Referrer : http://www.universodivx.net/foro.php IP Address : xxx Username : marianoblesa Classname : vB_Database MySQL Version : 5.0.91-enterprise-gpl-log |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|