Updating Known dev tools

Just a quick one, I’ve just updated the Known dev tools with a new script – plugin.php. There’s currently only one function available enable-composer which, following my last post, provides a handy script for making your plugin composer installable. Run the script, passing it the repository you’ve saved it as (so that the script can […]

Marcus Povey

Just a quick one, I’ve just updated the Known dev tools with a new script – plugin.php. There’s currently only one function available enable-composer which, following my last post, provides a handy script for making your plugin composer installable. Run the script, passing it the repository you’ve saved it as (so that the script can […]

Elgg plugin roundup

Over the past few weeks and months I’ve had to cause to write, update and dust off a number of Elgg plugins that I’ve had kicking about. As a good open source citizen I’ve stuck them up on github so others can have a play. Here they are, in no particular order: » H5F 1.8 […]

Marcus Povey

Over the past few weeks and months I’ve had to cause to write, update and dust off a number of Elgg plugins that I’ve had kicking about. As a good open source citizen I’ve stuck them up on github so others can have a play. Here they are, in no particular order: » H5F 1.8 […]

Loosely coupled Elgg extensions (Captcha example)

One thing we try and do when working on a new Elgg feature is – where we can – couple things together as loosely as possible and provide hooks for third party developers to extend Elgg and fill in any blanks. A good example of where this has been done is the newly introduced Captcha […]

Marcus Povey

One thing we try and do when working on a new Elgg feature is – where we can – couple things together as loosely as possible and provide hooks for third party developers to extend Elgg and fill in any blanks. A good example of where this has been done is the newly introduced Captcha […]