Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Reset user comment count
Is there a way that i can reset or modify a user's comment count?
0
This discussion has been closed.
Comments
If you don't have access to that, you will probably have to either log in with a shell, or create a PHP file with the command in it, both of which are a bit more complicated, and then run a command like this one:
UPDATE LUM_User SET CountComments = 0 WHERE Name = 'WallPhone';