MyBB Community Forums

Full Version: Rating System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I remove the rating system (stars) of threads? I find it pretty useless.

How can I have the "Search this Forum:" show up at the top, instead of the bottom.

How do I remove the Attachments: option when making a thread?

Thanks.
1. You have to disable it individually from each forum.

2. Edit the templates.

3. Disable the groups ability to add attachments.
UPDATE `mybb_forums` SET `allowtratings` = '0' WHERE `allowtratings` = '1'


Run this in your phpmyadmin.


and the rest has been answered.