The newest version of the Tidypics Photo Gallery.
1.6 changes
What is not included
See roadmap post
Changes from 1.6.1
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.
Note: see the bug fix on the first page of comments related to tags
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.
Remember that a good bug report includes steps to reproduce the problem, a clear description of the problem and other relevant details like what browser you're using.
works on 1.5
i have a big problem!There is a - PluginException:MisconfiguredPlugin - error.
No plugin is installed and i´m running 1.5! Can someone help me? Please!
make sure that the start.php file is inside the folder you uploaded. eg... tidypics>start.php
you probably uploaded the wrong folder eg.. tidypics>tidypics>start.php
just delete and reupload
That isn´t the problem. I had unziped and dan uploaded the file... mod/tydipics/start.php...
Nevertheless I thank you....
Thank you for adding the latest photo widget!
Great plugin and team!
does it work with 1.5
Yeah, as far as i can tell! :)
I have just noticed comments made to pictures are not showing on upgrade, anyone else having this issue?
I am running Elgg 1.5 with Firefox.
If I enable the old plugin comments appear, if I then change it to the new version comments are no longer there.
tried moving tidypics up and down the plugin order no change.
New comments are recorded and do appear but the old comments do not.
I'll let you know if i manage to resolve the issue.
Top Viewed, Most Commented on custom_index would be awesome.
Again Thx for all the hard work and this awesome plugin.
Elgg 1.5 and Elgg 1.6 are very similar so plugins that work in one should work in the other. This was tested with both 1.5 and 1.6.
A misconfigured plugin error means you did something wrong. Most common cause is not having a start.php file in the mod/<plugin name>/ directory. Second most common cause is restrictive permissions so that your httpd server catch read the files.
@Kiwi_Chris - will check this out. Anyone else seeing this?
Possible bug:
Tags in the wrong place?!
I uploaded a photo of our cat, then went tagged it. Added another, went to tag that too and saw it already had a tag, it seemed to call up the tag i added to the first image.
Also:,
The river item says the wrong photo name for the photo that was tagged.
Has anyone else experienced this? If not it may be an issue at my end.
You are free to view it on my site to help determine if its a tidypics bug
Test account:
Username: demo1
Password: password
http://yomboo.com
@Andrew,
Hi!
Great looking site! Just checked it out and it works fine for me. What browser are you using?
@Mark FireFox, though i doubt an issue like i described would origionate from browser type.
I did have have a db issue the other day , i was trying to see if could back it up, but the process was broken so i had to paste quiries into phpMyAdmin to add everything back to the normal ... maybe i made some mistakes with it. Since its not fully released site yet (there is only 3 or 4 genuin accounts) I could probly just wipe the db and start again, just want to check if its because of my db issue or a tidypics bug.
Does this plugin have slideshow option? I'd like slideshow on my homepage with pics from one gallery.
Thanks!
@vladeta I think it would have had slideshow listed in the features if it had it, maybe this is one for future releases.
As far as my possible bug report earlier ... i saw that at least one user here logged into my test account on yomboo.com and replicated the bug. (thanks for that) The question now is if it can be replicated on other Elgg sites to determine whether it is a bug in the plugin or a bug on my site.
when you tag one picture, applies all
The tag is applied to all :S
Bug on tags showing up on multiple photos is confirmed. Looking into it.
Here is the fix: in the file tidypics/views/default/object/image.php
Line 98:
change this:
foreach ($count as $image) {
array_push(
$_SESSION['image_sort'], $image->guid);
}
to this:
foreach ($count as $img) {
array_push(
$_SESSION['image_sort'], $img->guid);
}
Basically, change the variable $image to $img on those lines. This is some code that will be going away in the next major release. Will release a bug fix version sometime in next few days.
Formatting messed up by TinyMCE but you probably get the idea of the fix.
That seems to work, thanks.
Hi
A simple request (I hope).
Could it be possible to put filename as a predefined title in the multi_edit.php?
Users should still be able to input a different title, but the fields default value should be the filename, with or without extension.
It's my experience that most user don't care about titles, and I end up with a lot of "Unnamed" pictures in the river and of course in the albums.
Regards
Slyhne
Just a question is there or will there ever be a way for this plugin to resize pictures on upload as i have some good quality images i took with my camera and i have to do it all before uploading which is a lot of work.
Cant wait to hear back