A while back I wrote about the open source social networking site Elgg. When it came time to choose a new social networking site for my family, I opted not to go with Elgg, since it was going through a major code revision. I went with People Aggregator instead. People Aggregator has been ok, but it is rough in a lot of places, and way overdue for an update (as far as I can tell it has missed the last two or three milestones, as it is still on 1.2pre7). This has kept me on the lookout for a new solution, and the arrival of Elgg 1.0 has me looking hard in that direction.
The new version of Elgg is the best solution for a closed social network that I have seen so far. It was super easy to install - typical PHP/MySQL install that involved setting up a database and uploading files. I did need to manually enter some info in my apache conf since it tried to write an .htaccess file that my apache configuration was set to ignore. But that was easy to spot and within minutes I was up and running.
At first glance it is clean and simple (in the style of the old one) with a bit more AJAX and the nice large sans serif fonts associated with many web 2.0 apps.
I jumped right to my dashboard where I was able to easily edit the widgets that appeared for me on my front page.
Once populated with some content, it dynamically updates the latest activity at a glance.
Before editing too much I went to the administrative console to manage plugins. The new Elgg architecture is plugin (mod) based. It can ship with the bare minimum or a "full" set of plugins. I chose the "full" set, which in fact actually does not include all of the plugins available on the site. I needed to go to the site to get the "walled garden" plugin so that I could make the site available only to those who I wanted it. By default anyone can register. The walled garden essentially takes all information off of the front page and disables the register link. I found this "full" set a little confusing. I don't know why they can't include the walled garden by default, since you can enable/disable plugins from the administrative console if you don't want to use any of them.
Once that was done I went back to creating content. Creating a blog is easy (particularly with the TinyMCE plugin).
Uploading files is also easy. And when I uploaded pictures it recognized them as such and made an album for me.
Even for a closed site it is nice to have multiple groups and separate areas in a social networking site, and Elgg delivers there. You can create groups, with private messaging areas, forums, etc. very easily.
I found a few things a bit confusing in Elgg. Like the fact that friendship can be asymmetric, that is once you friend someone that doesn't mean that you are their friend. That needs to be done separately. Once you have a friend you can send them messages like in most other systems.
I also found the status updating a little confusing. I thought this would be in my profile by default but you need to add it separately as a widget. Then you need to understand that it is editable via nifty AJAX even though it looks static.
Other things that weren't well in Elggville were the access control methods. There were some confusing things about what "private" means in different contexts. And I would occasionally get some errors posting information when the settings weren't allowed.
In the end Elgg is excellent, but I have a few reservations about where it is going. Is it going to be a bare bones social network that you are supposed to build on? What will the commercial Elgg be?
These questions will likely be answered soon, but I think that Elgg is very promising, and I'd probably even choose it now as my number 1 choice for a closed social network.

Recent Comments