MyBB Community Forums

Full Version: Remove Thread Ratings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry, I know this has been covered before, I did it before on an old forum, but after a lot of searching around the forums I can't find it so it would be a great help is someone could point me in the right direction, thanks.

Theres was an SQL code I could run, which would remove all the thread ratings from my forums. Can anybody remember what that code was?

Thank you in advance, and sorry again for having to ask!
UPDATE `mybb_forums` SET `allowtratings` = '0' WHERE `allowtratings` = '1' 
Perfect, thank you very much Smile
Note you need to rebuild the forums cache in the ACP before this will do anything.