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 […]

Extending actions in Elgg

Those eagle-eyed developers who have been tracking the Elgg core SVN may have noticed that I have recently committed a bunch of captcha related changes, including a simple captcha module. I just thought I’d write a quick post about it as this module makes use of a bit of Elgg functionality which has been around […]

Marcus Povey

Those eagle-eyed developers who have been tracking the Elgg core SVN may have noticed that I have recently committed a bunch of captcha related changes, including a simple captcha module. I just thought I’d write a quick post about it as this module makes use of a bit of Elgg functionality which has been around […]