Tidypics Team's plugins:
FEATURES
This is a preview release of what's coming for Tidypics. It is a complete rewrite of Tidypics for Elgg 1.8. Still to be finished are album sorting, photo tagging, and the multi-image uploader. The rest of the functionality should be there. Please do not run this on production sites.
Comments
Waiting for it very eagerly... :) :)
Tried this version and got blanks in my upload.... Two pictures on the left in old tidypics, two pictures on the right using 1.8
Do you can estimate a date when this new version will be released? Because i want to implement tidypics and when i now implement 1.7.3 i have to upgrade in a couple of weeks, what isn't ideal... would be nice to have some estimations.
So far, DAMN NICE WORK !
Great Work!
Eagerly awaiting.
Using elgg 1.8.2, and when uploading an image from mobile phone, it does not show up.
Hello, I am working with Version: 1.6.8 in an Elgg Release 1.7.3
I do not why, but for any reason the $token and $_POST variables are empty (if a trying to upload a big file 9.5MB).
I changed my .htaccess and the plugin settings over this value.
Someone have this problem?
what exact parms / values did you change from/to ?
shared hosting or vps or dedicated ?
what does php info() say about the limits - both columns ?
@Daniel:
Have you also increased the allowed image size in the Tidypics settings? It might not output an error warning, if the size defined in the settings is exceeded but might fail silently.
Also, it could be that you might need to increase max post size to twice the desired limit due to the image file(s) getting copied to the data directory.
Maybe adding large images fail on your server due to memory consumption of the GD extension during image resizing. Again, the $token and $_POST variables might only be empty because this failure is not caught.