MyBB Community Forums

Full Version: remove all Thread Ratings done from one User?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

i hope this is the right section to post this question.

I have one user who rated 400 threads with one Star, i found out the user with the great Thread Ratings Log plugin, so i banned now this user but the ratings for sure still stay, is it possible to remove all the ratings done by this user? if yes then how? and if no, then how can i reset the Thread Ratings?
Thanks for the help.

Regards,
cHarOn
Run this sql query in PHPMyAdmin;
DELETE FROM `mybb_threadratings` WHERE uid = X

Replace X with the User ID of that user.
thank you, i tested it now and it worked perfect Smile