← Back to team overview

mahara-contributors team mailing list archive

[Bug 901562] Re: Change info on photo gallery API keys

 

Good point. ;-) You mean likes this?

line 60:
$string['flickrapikeydesc'] = 'To show photo sets from Flickr, the site administrator needs to provide a valid Flickr API key in the <a href="/admin/extensions/pluginconfig.php?plugintype=blocktype&pluginname=file/gallery">image gallery configuration</a>. <a href="http://www.flickr.com/services/api/keys/apply/"; target="_blank">Apply for your key online</a>.';

line 66
$string['pbapikeydesc'] = 'To show photo albums from Photobucket, the site administrator needs to provide a valid API key and API private key in the <a href="/admin/extensions/pluginconfig.php?plugintype=blocktype&pluginname=file/gallery">image gallery configuration</a> .<br>Go to the <a href="http://developer.photobucket.com/"; target="_blank">Photobucket developer web site</a>, agree to the terms of service, sign up, and get the API keys.'

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/901562

Title:
  Change info on photo gallery API keys

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Mahara 1.5
  /artefact/file/blocktype/gallery/lang/en.utf8/blocktype.gallery.php

  The text in lines 60 and 66 needs to include that the API key needs to
  be provided by the site admin. Proposal for the new lines:

  line 60:
  $string['flickrapikeydesc'] = 'To show photo sets from Flickr, the site administrator needs to provide a valid Flickr API key in Site administration -> Plugin administration -> file/gallery -> Config. <a href="http://www.flickr.com/services/api/keys/apply/"; target="_blank">Apply for your key online</a>.';

  
  line 66
  $string['pbapikeydesc'] = 'To show photo albums from Photobucket, the site administrator needs to provide a valid API key and API private key in Site administration -> Plugin administration -> file/gallery -> Config .<br>Go to the <a href="http://developer.photobucket.com/"; target="_blank">Photobucket developer web site</a>, agree to the terms of service, sign up, and get the API keys.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/901562/+subscriptions


References