The newest version of the Tidypics Photo Gallery.
1.6 changes
What is not included
See roadmap post
Changes from 1.6.2
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.x ************
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
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.
Works great for me and previous bug I reported with 1.6.2 is now fixed.
the water mark will be, very much like to have this feature?
thanks team!
option for set categories? :-)
I have noticed the tags (photo tagging) are not will be removed when you have deleted them before. Is this a bug or correct?
Could SWFupload be build in?
Would be a great addition.
@Cube - bug
Hi,
I was wondering how come the Latest Photo Widget list only appears in profile page and not in dashboard.
What could be the issue
Anyway we can register in the dashboard.
@M.C. - check start.php
add_widget_type(
'latest', elgg_echo("tidypics:widget:latest"), elgg_echo("tidypics:widget:latest_descr"), 'profile');
hi guys, is it possible at all to chage the action when the image is clicked. so instead of opening the full image, it would simply go to the next image in the album.. i've tried few things but i'm ZERO in PHP so i was unsuccessul, any help appreciated. thank you
oki doki.. thanx to my smart/idiot.. hmm friend its done.. for those who wonder here how its done:
on line 153 replace $download_url
echo "<a href=\"{$download_url}\" title=\"{$title}\"><img id=\"tidypics_image\" src=\"{$vars['url']}mod/tidypics/thumbnail.php?file_guid={$image_guid}&size=large\" alt=\"{$title}\" /></a>";
with $_SESSION['image_sort'][$current+1]
echo "<a href=\"{$_SESSION['image_sort'][$current+1]}\" title=\"{$title}\"><img id=\"tidypics_image\" src=\"{$vars['url']}mod/tidypics/thumbnail.php?file_guid={$image_guid}&size=large\" alt=\"{$title}\" /></a>";
thats done.. click on the image and ull go to the next one :D
Tidypics Team are you sleep? I need you help. Answer mee
Tidypics Team жду ответа на русском языке
hmm i dont know why but:
http://site.com/pg/photos/mostrecent/USER
makes changes in my theme ;/ in left column
WujekGreg: Try the following...
In: tidypics/pages/lists/mostrecentimages.php
Remove the following line:
$images .= '<div class="clearfloat"/>'; // hack until elgg fixes problem with css/list entities html
It worked for me.
Hi, I'm sorry if this is a stupid questions but I cannot get the 'tagging' section to show (yes I have the option turned on in settings).
I can see the "tidypics_controls" and "tidypics_tag_menu" divs in the page source but these options do not diaplay on the page.
Any ideas? Thanks
@drewid - did you refresh your view cache by changing the plugin order
Interesting effect in the activity listing...
@jededitor - that doesn't look like a standard version of Elgg. There should be a camera icon where there is a gorilla photo.
Its a standard version - 1.5
@jededitor - the standard install does not put gorillas in the icon area of the wire. You must have some sort of customization/plugin. I haven't seen this before in any testing on a clean install.
@cash Yes, uninstalled, changed order etc.
I had an upload issue where I tried to upload 5 images and only 1 showed up. The other ones show a question mark. I can't see a way to delete them because when you click on them you get either a 500 internal error or now I'm getting a white page with a link back to your photo album.
Also where is the actual images stored and the information on the images? I can't seem to locate that info.
is it possible include also rate for album.,not only for single image?