MyBB Community Forums

Full Version: Stupid Question: Disable thread ratings?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry if that sounds really, really stupid but I can't seem to find a way to disable rating threads in a particular forums/threads. Can anybody help?

Thanks!
Forums & Posts > Edit Forum > Settings > Un-check "Yes, allow threads to be rated"
Thanks Smile
Thanks too, I was looking for the cure to this too =D
There REALLY should be a global setting... going forum and sub forum by hand is... tedious, to say the least.
You can either run this SQL query in phpMyAdmin:
UPDATE mybb_forums SET allowtratings=0
Afterwards, rebuild the forums cache in the ACP.

Or remove it from the templates.
Thanks DennisTT, I personally don't care for that thread rating thing.
:/