Public Group active 2 months ago

WordPress HELP!!

This group is for neophytes to WordPress who are trying to use it as a Bbd alternative and have questions that “everyone knows” the answers to already. Except those who don’t. Quick answers to specific questions is what I envision here, so we can set up our courses without spending hours trying to find out a simple answer. Of course, we NEED EXPERTS in the group to actually answer the questions. All experts and neophytes please join this group!!

Admins:

Multisite Post Tracking by User

  • I’m trying to figure out the most convenient way to track posts by user across a Multisite WP install. Can anyone point me in the right direction?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Rob – You might be interested in Alan Levine’s post – http://106tricks.net/2012/02/10/keeping-up-with-blogs/ about how he uses Google Reader and RSS bundles to keep track of DS106 posts. There is also a plugin available on the Commons called FeedWordPress that integrates (syndicates) posts from other sites into your blog stream. You could read about that here – http://codex.commons.gc.cuny.edu/feedwordpress/

    Hello Scott — Thanks for the quick response. I realize I was not clear in my original post. What I’m looking for is, minimally, a way to track the number of posts and comments that a user makes across a multisite installation.

    There is a plugin out there (http://wordpress.org/extend/plugins/participants-widget/) that tracks and displays the number of posts and comments made by a particular user in a particular blog. I’m asking about doing that for a blog network.

    I asked the question in the hope that there is something out there — does not have to a plugin — that does this already.

    Again, thanks for the quick response and sorry for the vagueness of my OP.

    This is hard to do: it’s hard to collect existing data, because each blog has its own set of database tables, and it’s hard to collect new data, because each blog runs its own set of plugins.

    The best way I know of to do this is using BuddyPress. With BP active networkwide, all blog posts and comments are tracked in the activity stream. See eg http://commons.gc.cuny.edu/activity/, where you can pick Show Blog Posts or Show Blog Comments from the filter dropdown. (On a normal BP installation, this is possible on user profiles too – see eg http://social.qwriting.org/members/bgorges – though it’s a bit hidden on the Commons at the moment.)

    Thanks, Boone. Do you know if anyone has written a parser for the BP activity stream that might extract important data per user, (e.g., as mentioned, # of posts, # of comments, pages created), that could make reporting easier? Is that crazy ambitious?

    Context:
    There is interest at QC in enriching the writing requirement with a “digital literacy” (for want of a better term) component by asking students to blog regularly. While the availability of the per user activity stream in BP is great for looking at the data on an individual by individual basis, the scale of this potential project would most likely make zoomed out data views a necessity.

    Thanks, again, Scott and Boone.

    I don’t know of a tool that does this. However, because all of the data is stored in the BP activity database table, it’s pretty easy to pull with a loop that does the necessary queries. If you only need it pulled up once, I can probably throw something simple together for you (while wearing my qwriting cap). No fancy UI or anything, but it will get you a bunch of data – and it could be shared so that others get benefit out of it too. Ping me over email if you want to talk about it.

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.