MyBB Community Forums

Full Version: Why can't I change the Star Rating for a Post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I am administering a new forum and decided I would give a rating to new post. I clicked one star by mistake! I don't see anyway to change this. Is there? Even for an administrator?

Thanks,
Merry
The only way to change it is in the database.

You can run this query in phpMyAdmin, replace X with the thread ID and 1 with your User ID:

UPDATE `mybb_threadratings` SET `rating` = '5' WHERE `tid` = 'X' AND `UID` = '1'