MyBB Community Forums

Full Version: Edit User's Reputation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way where you can edit user's reputation like remove all the user's positive reputation?
You could just go to the user's reputation report page and delete reputations manually, or delete them from the mybb_reputations table in your database.
(2011-07-22, 01:25 PM)faviouz Wrote: [ -> ]You could just go to the user's reputation report page and delete reputations manually, or delete them from the mybb_reputations table in your database.

How do you delete reputations from the mybb_reputations table?
Just delete the rows you want from the table. You could also run a SQL query to mass delete reputations within a certain criteria.
(2011-07-22, 01:28 PM)faviouz Wrote: [ -> ]Just delete the rows you want from the table. You could also run a SQL query to mass delete reputations within a certain criteria.

Do I run phpMyAdmin?
Yes, use phpMyAdmin. Then open the mybb_reputations table and click the red "X" button in the reputations you wish to delete.