Null Parameter |
05-28-2009 05:44 PM |
Quote:
Originally Posted by tlwwolfseye
(Post 1818920)
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
(Post 1818922)
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
(Post 1818934)
Looks like a great feature! I'm going to wait for the Automatic Template Edits version though. :p
|
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.
|