MyBB Community Forums

Full Version: Reputation....again (how to reset)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, is there a way to reset everybody's reputation on the Admin Control Panel?

Any help would be appreciated.

Best Regards

Breeze.
I don't think there is an option to do this.
You can delete all reputation by doing the following sql in phpmyadmin

DELETE FROM mybb_reputation
UPDATE mybb_users SET reputation = 0
Changing "mybb_" to your table prefix
Thanks for this reply decswxaqz, very much appreciated.

Will look into changing it in myphpadmin.

Cheers

Breeze.