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 This mod is officially tested with 3.8.1, but has been reported to work with many other versions. Please leave any comments, suggestions or bugs. Description This mod allows a user, when creating or editing a thread, to specify a Thumbnail image to be used for display next to the thread in the Thread Listing. With this mod you can define a set of forums that have thumbnails enabled, then in those forums whenever a user creates or edits their thread they can change their thumbnail, based on the method that you choose to allow. This image is then shown in the Forum Display, in place of the Thread Icon. The image also appears in Search & Tag Search, and I can add it to the regular Search if somebody requests it. And possibly have options for displaying in each area. Forum Display: Forum.jpg Search: Search.jpg ACP Options: ACP Options.jpg Installation Install the Product XML File. That's it! All Template Edits Are Now Automatic. If you are Upgrading from the older version, see directions in the README file on how to undo the template edits. Demo Possible Future Features (With Request)
Download Now
Show Your Support
|
2 благодарности(ей) от: | ||
chikkoo, vijayninel |
Comments |
#192
|
|||
|
|||
Quote:
PHP Code:
PHP Code:
|
#193
|
|||
|
|||
Strange.
My test board worked fine but in production version I am getting the error reported by others: Quote:
|
#194
|
|||
|
|||
Ohh! I had set it to attachments and possibly I have attachments disabled. .. I set it to first image and all is gud in my land. loving it.
|
#195
|
|||
|
|||
Q folks:
If I have another image tag, say MEDIA, can I do the following? PHP Code:
|
#196
|
|||
|
|||
If you have RSS posts going to a forum like I do, you will have to do this:
in includes/cron/rssposter.php find PHP Code:
PHP Code:
|
#197
|
|||
|
|||
Can you update so it can auto show Thread Thumbnail on VBADVANCED
|
#198
|
|||
|
|||
ok i installed and get this when set to first attachment
Code:
Database error in vBulletin 3.8.4: 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.lastpostid, thread.replycount, IF(thread.views<=thread.replycount, thread.replycount+1, thread.views) AS views, thread.prefixid, thread.taglist, hiddencount, deletedcount , NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed , deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason , threadredirect.expires , MIN(attachment.attachmentid) AS attachmentid FROM vbf_thread AS thread LEFT JOIN vbf_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread') LEFT JOIN vbf_subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1) LEFT JOIN vbf_post AS post ON(post.postid = thread.firstpostid) LEFT JOIN vbf_threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid) LEFT JOIN vbf_attachment AS attachment ON (attachment.postid = thread.firstpostid AND attachment.extension IN('jpg', 'gif', 'png', 'jpeg', 'bmp')) WHERE thread.threadid IN (0,17) ORDER BY sticky DESC, lastpost DESC; MySQL Error : Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause Error Number : 1140 Request Date : Sunday, December 6th 2009 @ 12:39:28 AM Error Date : Sunday, December 6th 2009 @ 12:39:28 AM IP Address : 95.132.62.79 Username : admin Classname : vB_Database MySQL Version : 5.0.51a-24+lenny2+spu1-log cheers, Tong. |
#199
|
||||
|
||||
Quote:
anyone on this issue? |
#200
|
|||
|
|||
^ check your HTML edits. You are missing either a TD or TR tag.
|
#201
|
||||
|
||||
This is cool... Question for the creator of the mod. is it possible to be able to define the images for the members?
Just curious...I want to use the mod. I just don't want them to be able to choose any type of image. Gotta keep control, ya know. This is a really nice mod that could be abused badly. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|