Our research group has been working with knowledge building for years now. Some may be familiar with the Fle3 learning environment, built back in 2001. We’ve tried to get someone to create a Moodle plugin for knowledge building, even with the help of a dozen polytechnic students, but without much success.
Hans Põldoja came visiting two weeks ago and said he wanted a knowledge building plugin for WordPress by “next Tuesday”. Well, that wasn’t going to happen, but since our group leader Teemu Leinonen ok’d that I could spend time doing this plugin, I overcame my disgust over the uglyness of PHP and went to work.
Now, after one week, and probably about 20 hours later I have:
- Set up SVN and Trac for the project
- Got a domain name: fle4.uiah.fi
- Taught myself how to create WordPress plugins, basically by looking at these resources:
- Writing a Plugin « WordPress Codex
- Plugin API « WordPress Codex
- Plugin API/Action Reference « WordPress Codex
- Plugin API/Filter Reference « WordPress Codex
- Option Reference « WordPress Codex
- Adding Administration Menus « WordPress Codex
- WordPress Coding Standards « WordPress Codex
- Inline Documentation « WordPress Codex
- Plugin Submission and Promotion « WordPress Codex
- I did take a look at a few other plugins that do something similar, but the code quality was so bad that they didn’t help that much.
Some findings and observations:
- WordPress development documentation is excellent, and an invaluable resource!
- Many WordPress plugins (despite the previous point) are of low quality. So if looking for code examples, think carefully what you use.
- The WordPress API is in general very well made. The Actions and Filters hooks allow plugins to easily effect the places they need to change.
- The API still has problems – some changes aren’t easy to make using hooks, and need to be manually inserted by editing templates.
- Some WordPress code still has html and php mixed together (example: the Walker class), which make their extensions really painful.
But yes, in about half a week of working time I have a functional plugin. You can find it:
- In the WordPress Plugin Directory
- At fle4.uiah.fi
- By going to your WordPress site’s management, Plugins section, click “Add new” and search for “knowledge building”.
Comments and such about the plugin are welcome at the plugin site. More general comments are welcome here.
Tags: wordpress, plugin, knowledgebuilding, php, development, api
AA says
Now all you need is to get TaiK net traffic to work for a while…
Tarmo Toikkanen says
Right, the http://fle4.uiah.fi site runs in TaiK servers, and since TaiK seems to be experiencing connectivity issues (which shouldn’t happen to a university), access to it may be sporadic. The site hosts both the demo and the plugin home page, but happily the plugin itself is hosted by WordPress and can be installed, regardless of how horribly our university handles its network hardware.