Reply to comment
Blogroll, first version
Submitted by Arancaytar on Sat, 09/02/2006 - 12:53 – No commentsA few weeks ago, I said I would work on a Blogroll module for Drupal. This module was supposed to display a list of sites defined by each user in their profile, and be able to export this via JavaScript as well.
The module requires a new custom profile field of the type "url". Optionally, one can also use a custom profile field of the type "textfield" as a site title - this is really recommended, because a list of raw URLs looks just horrible. Thirdly, it is possible to set a custom profile field of the type "checkbox" which then determines whether the site of this user is listed or not. By making the checkbox admin-only, the Blogroll can be administered effectively, allowing only approved sites to be listed.
The source of the module is here. Note that it is my first attempt to use the Drupal API, and if you value your site and server, you shouldn't install it.
But the Javascript works. By a simple addition of this code,
you can syndicate the Blogroll on your own blog, requiring nothing more than the ability to edit the template.
My hope is that if this module can be cleaned up a little, it would finally solve the problem we have at the Progressive Blogger Alliance, where people have been waiting to get their blog listed for a lengthy time.
- Arancaytar's blog
- 691 reads



