How to convert an existing Elgg install to Elgg Multisite

In my earlier post I explained how to set up Elgg Multisite fresh, but as some of you have been asking, what if you already have an Elgg install and want to convert it to Elgg Multisite? Well, providing your modifications have been mostly limited to plugins, this should be fairly straightforward. Unfortunately I don’t […]

Marcus Povey

In my earlier post I explained how to set up Elgg Multisite fresh, but as some of you have been asking, what if you already have an Elgg install and want to convert it to Elgg Multisite? Well, providing your modifications have been mostly limited to plugins, this should be fairly straightforward. Unfortunately I don’t […]

Getting started with Elgg Multisite

Elgg Multisite is a version of the popular social networking platform Elgg which lets you easily run multiple Elgg sites off a single install of the software, starting new Elgg sites at the click of a button. Here’s how to get started… What you’ll need In addition to the existing Elgg system requirements (PHP 5.2+, […]

Marcus Povey

Elgg Multisite is a version of the popular social networking platform Elgg which lets you easily run multiple Elgg sites off a single install of the software, starting new Elgg sites at the click of a button. Here’s how to get started… What you’ll need In addition to the existing Elgg system requirements (PHP 5.2+, […]

Playing with HTML5 Canvas

Over the last couple of days I’ve been spending a little bit of time playing around with (and getting really excited about) HTML5 Canvases. Canvases let you define an area on a web page onto which you can draw on using Javascript. You are pretty much free to do what you want in this area, […]

Marcus Povey

Over the last couple of days I’ve been spending a little bit of time playing around with (and getting really excited about) HTML5 Canvases. Canvases let you define an area on a web page onto which you can draw on using Javascript. You are pretty much free to do what you want in this area, […]