MyBB Community Forums

Full Version: Removing Thread ratings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I remove thread ratings from my forum?
Open phpMyAdmin and run this SQL query,

UPDATE `mybb_forums` SET `allowtratings` = '0' WHERE `allowtratings` = '1' 

Then go to "Tools & Maintenance" > "Cache Manager" in the admin panel, and rebuild the "forums" cache.