Happy Comment Trails

This semester we upgraded our WordPress Multi-User (MU) installation to WordPress3. WordPress runs our EdBlogs course blogging platform, a system we support that is designed for multi-user course blogs. WordPress3 brings the WordPress MU fork back into the fold of the core WordPress distribution and continues the gradual improvement of its technical architecture and design.

We concentrated on revamping our standard themes and worked harder than I anticipated to make sure that the default experience within a newly created blog makes educational sense.

WordPress is very customizable, but many of its plugins are designed for a single blog installation. They present a bewildering array of configuration options and don't always make sense out of the box. WordPress provides hooks into every nook and cranny of the system, but finding the right one often involves a coding expedition. Running an industrial WordPress farm is much more difficult than setting up a single, successful blog.

When we launched EdBlogs last year, many faculty inquired about better assessment tools to help them evaluate student participation. Wordpress has some built-in facilities to list users' posts, but WordPress does not expose an interface for aggregating all of their comments. All the data exists in the database but was not accessible to users. Faculty and students alike will benefit from more easily tracking each others' contributions.

This fall we launched a new WordPress widget that lists all of a blog's participants, the number of posts and comments that they contributed and links to a new custom profile page that displays a list of all of their posts and comments.

Participants Widget:
edblogs_participants.png

This widget is available on github if you want to take it for a spin.