views:

47

answers:

2

i was trying to implement the a badgeing system or a web reputation feature into my app, and i was wondering how to go about it!! i still cnt get my head around how it works!! so if theres any toturials out thier of how i can implent ir or some sort of framework that i can use to inject into my app? thanks

A: 

You'll need to come up with your own formula for who is awarded what and when. Then it's just a case of linking the table of badges to the table of users in the database.

Sorry if this answer is quite generic, but the question is too. If you've got any specific questions on it, please go ahead.

mikemike
say for instance i wanted to award my users a commenter badge if they commented on something more than 10 times!
getaway
+1  A: 

Maybe i'm misunderstood something but i don't see any exact question here so i'll try to answer this in general:

  • These kind of achievement designs are always unique built upon typically on the actual Game/Portal/etc logic.
  • Try to investigate your product: where/when and what kind of achievement do you want to give?
  • The only people can build your achievement design is yourself.
fabrik