How to develop a community feature in the dashboard for multiauthor site

I run a WordPress site that has more than 300 authors. Is it possible to create some type of community in the backend (dashboard)? Ideally, a space where the authors can discuss with each other in a thread type of system, with admin news and so on. The closest thing I could find was the Admin Microblog but by reading the description, it appears very limited.

I am quite surprised that there is not much backend community type of plugins, I would have imagined that the demand for such would be rather high. Anyone knows?

2 Answers
2

What I do for almost every site with multiple authors:

  1. Create a separate blog for meta discussions, for example meta.example.com.
  2. Use P2 as theme.
  3. Install Authenticator to allow access for members only.
  4. Install something like Inform about Content, so the members get an email whenever something new was posted. I probably wouldn’t do that for 300 members …

You could write a dashboard widget with the newsfeed for the meta blog like the Incoming Links and make it a MU Plugin to set it active on every new blog.

This works rather good; it requires almost no configuration, and even people with low technical skills understand it fast.

Leave a Comment