Dezinerfolio

Any one else having problems with dfGallery loading images from flickr?

I'm not sure what I'd need to pass along to help other help me with this.  But I could use the help!

thanks ;)

Trackback URL for this post:

http://www.dezinerfolio.com/trackback/331
Anonymous's picture

I am having the same problem as well :\

Anonymous (not verified)
Sat, 01/24/2009 - 07:02
Anonymous's picture

same here :-(

Anonymous (not verified)
Fri, 01/30/2009 - 14:37
Anonymous's picture

Same problem here, any one knows a fix ? We ll try the crossdomain.xml file to see....

Ben (not verified)
Fri, 02/20/2009 - 03:32
Anonymous's picture

I'm pretty sure this is to do with dfgallery trying to load the "Large" size off flickr. However, Flickr only creates a large size when the file is above 1024x768 px. So there may be a way to get dfgallery to grab the "Original" size only...

sm (not verified)
Tue, 03/10/2009 - 14:22
Anonymous's picture

I added to the Album_Manager.php class CI_Album_Manager
this:
function flickr_get_sizes($photo_id){
$sizes=array();
$p_sizes=$this->_flickr_api_invoke('flickr.photos.getSizes',array("photo_id"=>$photo_id));
foreach ($p_sizes['sizes']['size'] as $z) {
$size[$z['label']] = array('width' => $z['width'], 'height' => $z['height'], 'source' => $z['source']);
}
return $size;
}

and then i added to the function process_album_flickr_set($album,$photoset_id,$max_size = '_b'):
to function foreach ($page['photoset']['photo'] as $photo) {
this: $im_s=$this->flickr_get_sizes($photo['id']);
$image = array();
...
//$image['thumbnail'] = ........
and this: $image['thumbnail'] = $im_s['Square']['source'];
//$image['image'] =......
and this: $image['image'] = $im_s['Large']['source'];
...... }

dmg (not verified)
Fri, 03/27/2009 - 19:32
Anonymous's picture

This solved the problem with imahes from flickr.
Thanks!!

Anonymous (not verified)
Fri, 08/28/2009 - 20:47
amberturner's picture

I'm having the same issue with photobucket. Any suggestions?

Tue, 04/21/2009 - 03:42
Anonymous's picture

I'm having the same problem. I have different galleries taking pictures from picasa web album. the thing is that firefox handles these galleries well and all pictures are shown. In chrome and ie although the thumbnails are shown the associated image does not load. Does the image size have something to do with it? thanks for any help

reuborg (not verified)
Thu, 07/23/2009 - 18:10
Anonymous's picture

This solved the problem with imahes from flickr.
Thanks!!

orjin krem (not verified)
Tue, 02/08/2011 - 14:57
Anonymous's picture

I think it is time for Ballmer to go and for the company to break itself up into smaller more nimble companies. They still have great people and business units that would thrive if they could break away form the corporate shackles. We are witnessing Microsofts descent from industry luminary to marginalized business sector leader..

hava perdesi (not verified)
Thu, 09/22/2011 - 04:07

Post new comment

The content of this field is kept private and will not be shown publicly.