The newest version of the Tidypics Photo Gallery.
1.6 changes
What is not included
See roadmap post
Changes from 1.6.0
Our tracker list is here: http://code.google.com/p/tidypics/issues/list (requires a gmail account to add something). It includes bug reports and feature requests.
********TO UPGRADE from <=1.5.1************
********TO UPGRADE from 1.6 beta or 1.6.0 ************
New Install
Server Analysis - new feature off settings page. Some documentation in docs directory
Want images on your front page? see tidypics/lib/tidypics.php
And remember, run the upgrade link or all your images will seem to disappear!!!!!!!!
Kudos
Cash Costello did a lot of the core improvements and integration work. Greg Froese did the ImageMagick integration plus the view counting and related code. Pedro Prez did the initial photo tagging implementation. Others submitted language files. Look out in the future for some great new features from Torsten Wesolek (including a really nice slideshow).
Interested in working on the team. Let us know.
View iionly's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Set tinymce by default, but the problem with the edit / upload media has also moved to the Editor .
@antifmradio - agree that would be a good addition
@Abrikos - It doesn't look like your site is using the default tinymce plugin that comes with Elgg. The issue you are having can be corrected with some CSS modifications.
Ok so this plugin works well, but since I upgraded I have lost the "latest images" on my mainpage? I the wiget is still there (using Vazco_mainpage plugin) but there are no images at all now. Has anyone else had this problem?
How to send you the portuguse translation for this version?
@elgghopeful - this was reported with previous versions. That plugin was depending on something that is no longer provided. Checkout tidypics/lib/tidypics.php. There are some comments in there about including images on the front page.
@Bete Cadilhe - the easiest way is to go to http://code.google.com/p/tidypics/issues/list and create a new ticket there and attach the translation.
It has taken a while to do put I finally have Tidypics on my site...
WHY DIDN'T I DO IT EARLIER !!!!???????
Such a great plugin. Thanks a lot of all of your hard work.
Cheers
i am having trouble uploading this image:-
http://www.sailwave.co.uk/stuff/dart18.jpg
it's about 4.5Meg, and my server analysis says this:-
PHP version 5.2.10 GD Enabled Elgg requires the GD extension to be loaded ImageMagick PHP Disabled exec() Enabled Required for ImageMagick command line Memory Available to PHP 64MB Change memory_limit to increase Memory Used to Load This Page 5.58 MB This is approximately the minimum per page Max File Upload Size 16MB Max size of an uploaded image Max Post Size 8.00 MB Max post size = sum of images + html form Max Input Time 120 s Time script waits for upload to finish Max Execution Time 120 s Max time a script will run GD imagejpeg Enabled GD imagepng Enabled GD imagegif Enabled EXIF
Enabled
The image seems to upload OK because I can download but after the upload a thumnail is not cretaed - I just see a blank screen with Google CHrome and an internal error with IE8 - it suggests lack of space/time but it uploads within the 120 sec available... Any ideas...?
THanks
Ug - sorry about that mess - can't seem to edit either...
PHP cannot catch out of memory exceptions. This is probably what is happening here. We try to predict when an image might cause problems but it is at best a guess.
The process is upload image and then resize the image to create thumbnails and lower res versions. If you are using GD as your image library, there is going to be a limit on how large the images can be (in width and height). Again, we try to predict but there is no way to know for sure.
You have two options: increase the amount of memory available to PHP (increase from 64 MB) or switch image libraries to image magick (which doesn't suffer from the memory issues that GD does).
Ok I have no thumbnails.... at all
@dlrp - if you want help, you'll need to include details like the image library that you're using, any error messages in your error log, and any other symptoms.
I have installed a few plugins successfully but tidypics produces the following code when I click on settings after enabling the plugin.
wwwroot . 'mod/tidypics/system.php'; $settings_url = $CONFIG->wwwroot . 'mod/tidypics/admin.php'; ?>
Please advise. Something I am missing given that I am pretty new to elgg.
Hello
First of all thanks for providing your cool plugin, now, i got a problem with the GD limit sometime ago to resize something, i was trying your plugin and it has that limit too, its so bad to have to resize an image to upload to the site so i used my fix of that time, so i am sharing it to let everybody know if they want it:
I go to actions/upload.php
and just after the starting <?php tag + the copyright message (the first line of code) i put this:
ini_set('memory_limit', '100M');
So it puts a work around the memory limit on the ini settings for this file only an then i can upload 3megapixels photos with the GD option of your plugin.
Many thanks and i hope this can help someone outthere too.
Javier, thanks, but no thanks. Setting the amount of memory available to a script it something the administrator should do. You're free to change tha amount of memory available by editing .htaccess in the elgg directory.
I have a problem. when I add the Tidypics my website work off could you say the way to add without this problem?
@mikelin - Tidypics works fine on a clean install.
When I upload a photo it appears as if it had not risen. Do I have to configure anything?
Tidypics Administration page has the settings. Default is to use GD for resizing images.
multiple album view problem .
http://demo.elgg.com/pg/groups/394/kraal-general/
all the album created in a right column and left column space left when we created multiple albumbs in groups
pls help
I just the latest version (1.6.4) on a 1.6.1 elgg installation but when I click on 'photos' I get an empty page!
Thanks
I get file:deletfailed when trying to delete a photo. Any idea why?
Thanks!
@shadehaize - I did a search through the code and did not find the string "file:deletfailed" anywhere in Tidypics.
I am using the 1.6.1 version of tiday pics. I created my first album and upload the max amount of pics. When viewing the album in IE8 all pics in are one column down the page and not rows accross the page. My elgg version is 1.5 how can I fix this?
Thanks in advanced!