Quote:
Originally Posted by Peter Well I am sure there is no need of a full module for this, just some tweak in the rss file to read the uploaded images and that maybe someone with some knowledge in that can share it with us.
Thanks. |
It's not necessarily a tweak in the rss that's needed. Again, the problem is that the upload image module creates
DYNAMIC thumb images on the fly using GD2 lib from PHP. If it actually resized the photos, created thumbs and stored them locally on the server, then the rss feed could export the images because there would be a full, actual path to the images themselves. But a dynamic image is generated on the fly, so technically, there is no path to call upon via RSS, so how can the Rss feed grab an image that isn't technically there yet? And to change this around would mean to write a new script that could resize images and store them locally on the server. That's not a tweak -- but a completely new module needed. At least, this is how I see it when I browsed the module.
Of course, the best solution would be to call upon the developer of the module itself and ask if there is a solution. I don't know who designed that mod, but I believe it was
Cent.