Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to remove the threads rating option
Author Message
Conor Calby Offline
Posting Freak
*****

Posts: 1,018
Joined: Jan 2010
Reputation: 15
Post: #1
How to remove the threads rating option
So, someone has been abusing the thread rating system :/ , You aren't the first, but you can remove the feature 001_smile

In PHPMyAdmin, run this query -
PHP Code:
UPDATE `mybb_forumsSET `allowtratings` = '0' WHERE `allowtratings` = '1' 
Where you see
Quote:mybb_
, that is your prefix, by default it is mybb_ however, you may have set it to something different. By running that query, it turns off all the ratings for all your current forums.

This will remove the option to rate threads..

Log into the ACP and go to
Tools & Maintenance > Cache Manager > forums > Rebuild Cache

Now, the thread rating system has been disabled, when you create a new forum, make sure you turn of thread ratings in the forum settings.

To turn the thread ratings back on,
Run this query in PHPMyAdmin
PHP Code:
UPDATE `mybb_forumsSET `allowtratings` = '0' WHERE `allowtratings` = '0' 
Then log into the ACP and go to
Log into the ACP and go to
Tools & Maintenance > Cache Manager > forums > Rebuild Cache

Enjoy 001_smile

MyBBSource Support Team Member - MyBBSource Tutorials Team Leader
Official MyBB Support Tech
If I helped, why not rep me 001_smile
04-26-2010, 08:15 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Mikers Offline
Tutorials Team Member
***

Posts: 144
Joined: Mar 2010
Reputation: 6
Post: #2
RE: How to remove the threads rating option
Nice tut, Connor. 001_smile

I generally find the feature useless as it is. Tongue
04-26-2010, 08:17 AM
Find all posts by this user Quote this message in a reply
Conor Calby Offline
Posting Freak
*****

Posts: 1,018
Joined: Jan 2010
Reputation: 15
Post: #3
RE: How to remove the threads rating option
I have to thank Matt from MyBB, I needed to turn them off my self and thought others may need to so I thought I should remake one 001_smile

MyBBSource Support Team Member - MyBBSource Tutorials Team Leader
Official MyBB Support Tech
If I helped, why not rep me 001_smile
04-26-2010, 08:23 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Don+ Offline
Member
***

Posts: 66
Joined: Aug 2010
Reputation: 0
Post: #4
RE: How to remove the threads rating option
Yeah, I need this. Thanks conor
08-21-2010, 10:28 AM
Find all posts by this user Quote this message in a reply
Charlie Offline
Junior Member
**

Posts: 4
Joined: Aug 2010
Reputation: 0
Post: #5
RE: How to remove the threads rating option
Thanks for this. Wink Works great!
08-23-2010, 05:30 PM
Find all posts by this user Quote this message in a reply
garx3 Offline
Junior Member
**

Posts: 6
Joined: Nov 2010
Reputation: 0
Post: #6
RE: How to remove the threads rating option
Thank you
11-15-2010, 11:07 AM
Find all posts by this user Quote this message in a reply
Demethus Offline
Junior Member
**

Posts: 5
Joined: Nov 2010
Reputation: 0
Post: #7
RE: How to remove the threads rating option
It's good but I don't think many people use the rate thread option.
11-15-2010, 12:16 PM
Find all posts by this user Quote this message in a reply
Serial Thrilla Offline
Junior Member
**

Posts: 5
Joined: Nov 2010
Reputation: 0
Post: #8
RE: How to remove the threads rating option
I'm wondering why the myBB Devs don't include such option into myBB. Great tutorial +REP!
11-18-2010, 03:43 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Mr Joker Offline
Junior Member
**

Posts: 3
Joined: Nov 2010
Reputation: 0
Post: #9
RE: How to remove the threads rating option
+rep nice tutorial got alot from it
11-20-2010, 07:41 AM
Find all posts by this user Quote this message in a reply
Mr.Sacchettoâ„¢ Offline
Junior Member
**

Posts: 6
Joined: Nov 2010
Reputation: 0
Post: #10
RE: How to remove the threads rating option
Very nice tutorial! 001_smile
11-20-2010, 09:19 AM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)