Moodle Plugins directory: Tag input | Moodle.org
Tag input
How do I get set up?
Place the files into mod/data/field/tag and run notifications.
Due to limitations in the database activity you will need to run the installhacks script which copies an image and language string into the core mod_data code. You can do this by typing:
php mod/data/field/tag/cli/installhacks.php
at the command line.
One the plugin is installed if you go to MOODLESITEROOT/mod/data/field/tag/migrate/migrate.php you will be able to choose checkbox database fields that you wish to migrate over.
block_databasetags, filter_databasetagcloud, datafield_linkedcheckbox and datafield_tag were created specifically for a resource database which can be seen at http://practicelearning.info/course/view.php?id=10. It was commissioned and funded by Focused on Learning, and coded and maintained by Andrew Hancox. We are certain this will be of use to others so we are contributing this development back in to the Moodle community
http://integration.moodle.org/job/Precheck%20remote%20branch/17213/artifact/work/smurf.html
Thanks Andrew for this interesting extension of the Database activity module. And thanks for pointing that out there is quite an annoying limitation in the database fields API in terms of the expected location of the name strings! That is clearly a bug and we should deal with it.
As per our policy, I had to move the plugin into the Experimental category as it required post-installation modification of the core code (even though it is a bit unfair as it's not your fault). I'll be happy to help with fixing the upstream support for contributed fields so that we can move the plugin back to the proper category.
Please note I reported some other issues into your tracker which I hope you will be able to sort out in a future update of the plugin. For now, you are cleared to land. Welcome to the plugins directory!