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.
Hello people!
Tidypics has a bug on river activity.
Add a photo to an album that already exists, then delete it, It still remains in the activityriver with the user's icon who added the photo!
So, the original exif.php lib file delivered with the TidyPics Photo Gallery Plugin doesn't work for me, because the EXIF information is stored as Meta-Information in the Elgg-Database and when reading the information out, the function "unserialize" comes to an error.
So i decided to rearrange the library and also added more EXIF information.
Instructions:
make a backup of your exif.php file located at
\mod\tidypics\lib\exif.php
and replace it with this soucecode you can find here:
http://friendsfirst.de/ff/pg/blog/admin/read/1680/extended-exiflib-for-tidypics-photo-gallery-plugin
working nicely with elgg 1.8 b also...its nice thanks
Seems like the "sort album" function doesn't work in IE.
for the next version will have an option to prevent images can be downloaded by everyone? it would be fine, could be a transparent image, covering the image ... that this option was optional and if it could be the user who owns the photo set this (option for all pictures of the user) to download or not, and activating this option, just click on the image passed to the next image album
In case it is still needed...
Bugfix for WSOD in admin area with Tidypics 1.7.1:
In the file tidypics/pages/admin.php add the line
include_once dirname(dirname(dirname(dirname(__FILE__)))) . "/engine/start.php";
before admin_gatekeeper();
undoubtedly one of the best Elgg plugin. Very good. congratulations!
In adiministrador configuration only works the first tab, the other gives an error. but that's okay. I would like to know how to put the latest photos on the main custom_index. I've tried everything. grateful!
I'm thinking that the people with the first image uploaded then the next one goes to http error using the flash uploader are or have upgraded to php 5.3.3 or higher... because thats an issue for me now :|
100% now, there appears to be a PHP version issue that causes the "http error" response on uploading images :( I went back to PHP 5.1.6 from PHP 5.3.3 and it all uploads images fine... why did I go to php 5.3.3?? well I wanted to give the new elgg 1.8 beta a whirl and so needed to upgrade php after doing this though my current elgg (the active one..) stopped uploading images coming up with the "http error" after uploading the first picture using the flash uploader..
I'm not a php programmer I know bits and peices through reading bits and peices but this should be investigated by the TidyPicsTeam! let me know if it is php!
Is there some-place I can see this "error in action" ?
yeah upgrade your php :)
;-) I wanted to see *your errors in live action !
So that I could investigate in the context of the code in my version of
TidyPics 1.7.1 + Elgg 1.7.10 Fixes
Seeing your error in action would cost me the least time to investigate and
maybe help y'all get a solution quicker ;-P
I cant I run a photo orientated site so I had to down grade my php asap to keep the site running, I did notice one thing... not sure if this is core elgg code but I turned error reporting in php on when I was on 5.3.3. and I got my screen covered with thousands of the same message... date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier.maybe this could be causing a problem?!?!?
Plus I'd love to help you but I now work 6 days a week unsocial hours...
Hi,
When enabling the latest version in elgg 1.7, the 'Tools' administration page is replaced with a link to the Tidypics administration settings page. When clicking on 'Tools Administration' in the admin area, the Tidypics settings page is shown rather than the list of Plugins.
@djSupport:
With PHP 5.3.X you get this error message if the timezone is not set up in php.ini. See here:
http://community.elgg.org/pg/forum/topic/783218/another-error
@moosh101 - sounds familiar. Have you looked at ...
http://community.elgg.org/pg/plugins/release/764859/developer/Dhrup2000/tidypics-171-elgg-1710-fixes
and prior to that
http://community.elgg.org/pg/forum/topic/760773/bug-with-admin_gatekeeper-in-administration/
ahhh thx ;-P i cud not find bug-with-admin_gatekeeper-in-administration/after fixing the problm and posting there :) lolz olvidadizo - viejo aquí ;-oO
Is there a way to show some random images from all site albums. I know the way to show latest pictures but confused with random pics.
Dhrup in theory Tidpics should fix the bugs not you ;)
@moosh101 yep I get that too!!
@Latest Photos ?
Try:-
<!-- display latest photos -->
<div class="index_box">
<h2><a href="<?php echo $vars['url']; ?>pg/photos/world/">
Latest Photos </a></h2>
<div class="contentWrapper">
<?php
echo tp_get_latest_photos(5);
?>
</div>
</div>
@GH:
I thot I posted something on randoms sometime back, somewhere...
@
djS:
In practice ;) I'm gearing to do a fork of TidyPics (HideyPics;) using Java AWT to render the images.
lets not get too confused... dhrup in theory I think the elgg team should make a photos system part of the default install on 1.8 as its a feature that is important in 99% of elgg installs!!
;-) Agreed that a video plugin is quite very essential !
However such a plugin has not generally been a part of the core
for any other CMS/etc. I doubt that the Elgg Core Team will ever
make a Video PlugIn such as TidyPics an intergral part of the Core.
Even TidyPics was developed as an Extras PlugIn by a youngster names "Jade"
http://community.elgg.org/pg/forum/topic/72860/tidypics-formal-development-organization/
almost 3 years ago ! Tho his name is not even mentioned now.. who remembers him ?
the so-called "TidyPics Team" merely inherited Jade's TidyPics and expanded since then..
So the rest of us plod on, customize and fork existing 'PlugIns' to our liking and needs.
I am using a shared hosting and it doesn't allow me to add medias with my server. Is there a way to add the photos in any other photo sharing sites like flickr and display them on my site?
Is the 1.8 Release coming still ?
In the Admin panel when clicking on: Stats, image library, thumbnail, help. This error is displayed:
Fatal error: Call to undefined function admin_gatekeeper() in /home/rymg009/public_html/gooboome.com/mod/tidypics/pages/admin.php on line 6