Forum achievements on a phpBB3 board?

Posted by VIVA LA NWO on Stack Overflow See other posts from Stack Overflow or by VIVA LA NWO
Published on 2010-05-12T23:45:28Z Indexed on 2010/05/12 23:54 UTC
Read the original article Hit count: 249

Filed under:
|
|

I recently started a new community. The forum software is phpBB3, and so far so good. In an attempt to make my community more unique and interesting, I had to idea of having user achievements. Let me give you a quick run-down.

Each user has achievements that they can earn (these will probably be across all users), for example an achievement for when a user hits 1,000 posts, when they upload an avatar, when one of their topics gets 1,000 views and so on. Each achievement has points, for example an achievement like uploading an avatar will be 10 points and reaching 10,000 points will grant 50 achievement points. If anyone here plays World of Warcraft you may be seeing where I'm getting the ideas from. :)

What I'm struggling to get my head around though is how exactly to code this... I could keep a record of all users activity and add it to a special database table possibly, and then check via cron every minute or so if any user has met achievement criteria... but then I also want it controllable through the ACP so I can easily add new achievements and change their points etc. My mind is pretty blank when it comes to anything but the most simple things.

What I really posted here for was feedback on the idea and how you all think I should go about doing this. The coding part should be pretty simple for me once I get my head around how phpBBB MODs need to be written.

Thanks for reading, and I look forward to your replies. :)

© Stack Overflow or respective owner

Related posts about php

Related posts about phpbb