I'm contemplating the use of the reputation feature in vB3 when I do my upgrade. 10k+users
Obviously, out of the box, everyone starts at 0. I had a look at the reputation table and what I am planning on doing is to write a mysql query to look at each userid and # of posts so as to calculate a rep level for the user and then create a record in the table. At least this way users with 2 posts will not have as high a level as say someone with 5,000 posts.
I don't forsee any problems with "seeding" the fields in the table with the possible exception of the "postid" field. My question is what would you suggest as an entry in this field?
Thanks!
Dan
Obviously, out of the box, everyone starts at 0. I had a look at the reputation table and what I am planning on doing is to write a mysql query to look at each userid and # of posts so as to calculate a rep level for the user and then create a record in the table. At least this way users with 2 posts will not have as high a level as say someone with 5,000 posts.
I don't forsee any problems with "seeding" the fields in the table with the possible exception of the "postid" field. My question is what would you suggest as an entry in this field?
Thanks!
Dan
Comment