Overriding icons

Following on from my previous post about doing things the Elgg way, I thought I’d illustrate some of what I was talking about by building out a quick plugin while the kettle boiled for my tea. This plugin uses the hooks present in Elgg – specifically the getIcon() api – to provide Gravatar icons for […]

Marcus Povey

Following on from my previous post about doing things the Elgg way, I thought I’d illustrate some of what I was talking about by building out a quick plugin while the kettle boiled for my tea. This plugin uses the hooks present in Elgg – specifically the getIcon() api – to provide Gravatar icons for […]

APIs and data formats

Now that Elgg 1.0 is finally out of the door, I think it is time to talk a little bit about about some of the more advanced features – namely APIs and data formats! Elgg 1.0 provides a number of ways at getting at your data, including a number of natively supported data formats; including […]

Marcus Povey

Now that Elgg 1.0 is finally out of the door, I think it is time to talk a little bit about about some of the more advanced features – namely APIs and data formats! Elgg 1.0 provides a number of ways at getting at your data, including a number of natively supported data formats; including […]

Connecting to elggVoices with C

The other week I posted a PHP example for connecting to the elggVoices API. For those of you interested in developing desktop applications, here is some example code for doing the same thing in C/C++. This code is designed to be built into a library (either a static or dynamic) but could probably be directly […]

Marcus Povey

The other week I posted a PHP example for connecting to the elggVoices API. For those of you interested in developing desktop applications, here is some example code for doing the same thing in C/C++. This code is designed to be built into a library (either a static or dynamic) but could probably be directly […]