Question

Total, embarassing noob here, so here goes nothing: if you wanted to create a karma-based reputation system that treated user comments pretty much the way Slashdot does, but slashcode had never been invented, how would you go about it? Is there an OpenSource CMS that comes close to doing this?

Was it helpful?

Solution

Why not use the real deal?

Edit:

Somehow I missed the comment in the middle about Slashcode. Sorry.

I'm still curious why you wouldn't use Slashcode, but what I'd probably do is give moderation to all logged-in users but give their moderation weighted values depending on their involvement and something akin to meta-moderation.

Thinking about it, SO and /. aren't that dissimilar in their community ranking strategies. Karma and involvement having a lot to do with how often you receive moderation points....

Extracted from comments:

Vanilla with the Community Moderation add-on may be a good place to start.

OTHER TIPS

Coming from the perspective of a software engineer, I would likely pick up PHP, MySQL, and a good development framework, and have at it.

It usually doesn't take to long to get a system to a working state if you know exactly what you need it to do. And the plus is that you get exactly what you want.

With open source tools like PHP and MySQL available, you are already so much of the way there that it may be easier to hand-code what you need rather than learning how to make X framework do it for you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top