Giphy
Maintained by
Andrei
Moodle plugin for using of Giphy.com as repository
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Thanks for submitting this plugin! I think it a a realy fun and nice addition to the plugin DB.
During installation I noticed a small problem in when configuring the Giphy API key. The steps to reproduce are:
Turn on development mode
Go to Site Administration -> Development
Select Debugging
Set Debugging to "Developer..."
Check the display debug messages
Go to Site Administration -> Plugins
Select Repositories -> Manage Repositories
Click the settings icon for the Giphy repository
You will see this notice:
Did you remember to call setType() for 'api_key'? Defaulting to PARAM_RAW cleaning.
line 1354 of /lib/formslib.php: call to debugging()
line 312 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 218 of /lib/formslib.php: call to moodleform->_process_submission()
line 99 of /admin/repository.php: call to moodleform->__construct()
And
Notice: Undefined variable: attributes in /var/wwwdata/mdk/stable_34/moodle/repository/giphy/lib.php on line 260
For further info please read:
https://docs.moodle.org/dev/lib/formslib.php_Form_Definition#setType
Thanks!