Log in

Tidypics Photo Gallery Plugin for Elgg 1.8

Full-featured Photo Gallery plugin

Last updated 339 days ago

FEATURES

  • Albums
  • Comments
  • Tagging
  • Slideshow
  • Watermarking
  • Upload multiple images at once (web form or flash uploader)
  • Album sorting
  • RSS feeds
  • Notifications
  • Activity (river) integration
  • Views counter
  • Group albums
  • Admin Customization: supports GD and ImageMagick, quotas, size restrictions, and more

Release notes:

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

  • Gary Vanderbilt 551 days ago

    Waiting for it very eagerly... :) :) 

  • knussear 549 days ago

    Blank uploads

    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

  • Florian Greinus 548 days ago

    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 !

  • Alexgon 546 days ago

    Great Work!

    Eagerly awaiting.

     

  • fareed 537 days ago

    Using elgg 1.8.2, and when uploading an image from mobile phone, it does not show up.

  • Daniel 526 days ago

    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?

  • DhrupDeScoop 526 days ago

    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 ?





  • iionly 525 days ago

    @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.