1
As mentioned in this thread..
https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&type=&topic_id=61462&forum=14 I’ve gone ahead and re-coded the imagemanager.
I’ve done this for my own use so while I’ve tried to keep it xoopified as much as possible I have taken some shortcuts to get it running. Mostly this is hard coded text rather than language variables.
I’m not a born coder so this is at your own risk. I’ve tried to make it as secure as possible.
If anyone wants to help with this, take it over or absorb some of it into the core than that would be fantastic.
Basic concepts:Uploaded files are stored as they are originally uploaded. Resized images are generated as required from the original uploads.
Users have their own upload directory that they use to manage their own images.
Improvements over original imagemanager:Higher quality images produced when using Imagemagick
Quicker access to a user’s commonly used images
Images only need to be uploaded once for use at different sizes
More intuitive and attractive to use
Things missing from the original imagemanager:Database storage of images
‘Friendly’ image names
Mime type data
Possible Further features:Resize and crop images in the imagemanager
Download files here..
http://www.mediafire.com/?9fbt2d4ttwxYou can test it here ..
http://xoopsforever.x10hosting.comWith username and pass combos: test1111/test1111 test2222/test2222 test3333/test3333
Screenshots and code extracts follow….