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 |
#82
|
|||
|
|||
great job i loved this MOD
but its not showing the thumbnail for the sticky posts? what do i edit to show so it shows for sticky posts too? please help |
#83
|
|||
|
|||
Nice Plugin but where can I find one with Attachments? I Only found one for 3.6* but with that I can't exclude the Forum-IDs
|
#84
|
||||
|
||||
Quote:
Code:
<if condition="$show[threadicons]"> <td class="alt2" align="center" valign="middle"> <if condition="$thread[thumbnaildisplay] AND !$thread[sticky]"> <a href="showthread.php?$session[sessionurl]t=$thread[threadid]"> <img src="$thread[thumbnailurl]" alt="" border="0" width="$thread[thumbnailwidth]"/> </a> <else /> <if condition="$show[threadicon]"> <img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /> </if> </if> </td> </if> This is what you need. All I did was delete the "is not a sticky" part of the conditional wich is bold and red above. Code:
<if condition="$show[threadicons]"> <td class="alt2" align="center" valign="middle"> <if condition="$thread[thumbnaildisplay]"> <a href="showthread.php?$session[sessionurl]t=$thread[threadid]"> <img src="$thread[thumbnailurl]" alt="" border="0" width="$thread[thumbnailwidth]"/> </a> <else /> <if condition="$show[threadicon]"> <img src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /> </if> </if> </td> </if> Note: This will make all forums with thumbnails enabled have thread stickies with thumbnails. So you cant have some thumbnail threads with icons for stickies and some thumbnail threads with thumbnails for stickies. |
#85
|
|||
|
|||
how do i make this addon working with the first [IMG] tag from the topic too?
Great hack thanks! |
#86
|
|||
|
|||
Hi,
great mod, just installed and its working with no problem. Thanks for the MOD. Is there any way to show same thumbnail as Post Icons at very first post of the thread. |
#87
|
|||
|
|||
i want this as well. [IMG] tag thumbnail.
|
#88
|
|||
|
|||
Would it be possible to do either of the following:
When a user selects a thread prefix, automatically use a predefined thumbnail image, with a diff thumbnail per prefix. or have a selection of radio buttons under the box where they can just click on one of them and it puts the predtermined thumbnail img url into the thumbnail box for them? this would greatly avoid users not putting one in |
#89
|
||||
|
||||
Hey guys, sorry for the very long delay, but don't worry, I've returned.
Been doing things in life, like work and having a beautiful daughter, hopefully you can forgive me. I'm working on a new version at this very moment, including the following features:
|
#90
|
|||
|
|||
yaaay!!!!
|
#91
|
||||
|
||||
Almost forgot, also thinking about adding in an option to specify CSS for the image, or something similar, so you get a lot more flexibility instead of just the standard "Set Width".
And I also have custom code that I might adapt that makes a Media RSS Feed using the thumbnails, which gives you the ability to have built in Cooliris support. Despite those being cool features to add in, I might put it off for a while to get these more pertinent features out to you more quickly. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|