Quote:
Originally Posted by Battle_Ring
ok i just reinstalled this but no one has any points now how come it didnt give users points for there current posts and stuff
|
Many reason. One, some users are just having it use the same points as from the vB2 store, and secondly, I haven't coded it. It you want it give some points for old posts, run this query:
[sql]UPDATE user SET uttpoints=posts*x;[/sql]
Change x to the amount of points per posts you want to give.