MyBB Community Forums

Full Version: Change Buttons and Icons and Remove Ratings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Helllo,

Everyone has been very helpful here so great to see such a great community.

I looked for answers for the questions I want to ask but was not able to find what I was looking for.

Firstly - if you look at this page on my forums:
http://trdpokercoaching.com/forums/showt...php?tid=18

How do I get rid of the stars under each persons name - also which option in the Admin CP is it to change the name of the rankings and the number of posts to reach them?

Also on the post listing page:
http://trdpokercoaching.com/forums/forum...d=4&page=1

Where in the Admin CP do I need to go to remove the Rating field for each post?

Second, is there a FAQ or explanation on how I change the "New Thread" button - I assume I need to create and upload new buttons and then point MyBB in the right direction - I just need a reference to understand it.

Finally, if anyone has any suggestions about possible color changes or other adjustments I should make to my forum I would love to hear them - http://www.trdpokercoaching.com/forums/index.php.
To remove the stars, go to ACP >> Templates & Style >> Templates >> yourtheme >> Post Bit Templates >> postbit

Find and delete:
{$post['userstars']}

To adjust the user titles, go to ACP >> Users & Groups >> User Titles >> yourusertitle

To turn off thread ratings for all forums, run this is phpMyAdmin:
UPDATE `mybb_forums` SET `allowtratings` = '0' WHERE `allowtratings` = '1' 

Right click your New Thread button and view the image URL, then just upload your own image to replace it.