Version: 2.20, by Null Parameter
Developer Last Online: Apr 2014
Category: New Posting Features -
Version: 3.8.x
Rating:
Released: 05-27-2009
Last Update: 04-08-2010
Installs: 258
DB Changes Uses Plugins Auto-Templates
Re-useable Code Translations
No support by the author.
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.
I just wondered why you said when no URL then attachment. But it would be good if it would also mean that if no URL and no attachment, then just the NOIMAGE thing.
I just meant that both are supported, but if a URL isn't specified then the Attachment will be used.
Quote:
Originally Posted by Bernd
It would be nice if adding an image attachment is an optional REQUIREMENT. For example, one could create a simple gallery this way and have all the images hosted on their own site instead of annoying hosts like imageshack. Furthermore, image attachments can be automatically thumbnailed by simple adding &thumb=1 behind the url. This means, true resizing of the image using GD instead of scaling an external image using width or height (which should never be done).
Attachments can be filtered for images with the following query
WHERE (attachment.extension = 'jpg' OR attachment.extension = 'gif' OR attachment.extension = 'png')
In short,
-allow attachments.
-option that sets an image attachment as a requirement.
-allow external images.
Thanks for the bit about being able to automatically thumbnail the attachments, that will come in handy.
Quote:
Originally Posted by Bill from Cleve
Looks like a great feature! I'm going to wait for the Automatic Template Edits version though.
That will be out in the next version hopefully, so stay tuned.
Thanks everybody for the positive and helpful comments, I'll try to get these changes out as soon as possible.
I'm not speaking to your MOD specifically, just mods that do this in general. This is a neat feature to have but unfortunately it ads some high overhead as all the thumbs on the page are usually served up by php, requiring more php processes and on large forums that's an issue.
If you could figure out how to serve the image thumbs through direct links, that would be much better.
Take a look at this, he has the right idea here, though this will only work with nginx
I'm not speaking to your MOD specifically, just mods that do this in general. This is a neat feature to have but unfortunately it ads some high overhead as all the thumbs on the page are usually served up by php, requiring more php processes and on large forums that's an issue.
If you could figure out how to serve the image thumbs through direct links, that would be much better.
Take a look at this, he has the right idea here, though this will only work with nginx
If you use the URL option (which is actually the only option as we speak), then it is served through direct links. The only things that will go through PHP would be if you decided to use the Attachment Thumbnails (future feature).
Because right now, it is just an img html tag with the url for the src.
Like this:
It would be nice to show the preview image when you hover over the thread. And also auto assign image. gets the first image available, that would be really nice. subscribing to this thread.