MyBB Community Forums

Full Version: Three questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-03-09, 08:49 PM)Barathrum Wrote: [ -> ]I was thinking of both removing one users rating or all ratings.

NOTE : I am not sure if this is the recommended technique, but this work without any problem Smile

Its possible via phpmyadmin, follow this

1 - First, check the id of the thread you want to remove ratings from,
you can do this by visiting the thread you want to perform the action and then you can find the thread id in the url... something like
showthread.php?tid=1

here 1 is the thread id

Then you have two options..
[a] you want to delete all the ratings of the thread
[b] you want to delete rating from one particular user

Click on "mybb_threadratings" in your database. >>
Click on Search >> enter your thread id on the tid form and then hit "go" >>
you will then get the list of ratings given to that particular thread...

[a] if you want to delete all the ratings, then click on "check all" and then select the drop symbol (its like an X symbol), it will ask for conformation, you give "yes" and then all the rating will be removed

[b]If you want to remove only the rating by one particular member then find out his user id by visiting his profile and then from the list of ratings you got by searching in the database, just search for his user id under the list "uid", check the box in front of the table and the click on the "drop" symbol, when asked for confirmation give "yes" and then his rating will be removed from that particular thread Smile
Sounds like something a plugin could handle. Almost unbelievable that there shouldn't already be one doing this.
Pages: 1 2