Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Flickr API, image description


Go to End


1468 Views

Avatar
Knigh7

Community Member, 6 Posts

13 July 2008 at 11:13am

Hi,

Can anyone help with, has anyone had any luck with this? i am trying to import the image description, i modified FlickrService.php and added

function getPhotoDescription($id){
$params = array(
.....
$result = $this->getValue($conn, photo, description);
return $result;
}

i have also did $photo->description in FlickrGallery.php but its not working...

Any ideas?