Query to delete all thread ratings

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nick
    Senior Member
    • Feb 2008
    • 3507
    • 3.8.x

    Query to delete all thread ratings

    A forum I just began working on was completely junked up by spammers. For some reason they rate every single thread they come across, so many of the threads on the forum have non-genuine ratings.

    What query can I run to completely erase all thread ratings?

    Thanks
    Regards,
    Nick
  • Lats
    Senior Member
    • Mar 2002
    • 3671

    #2
    Try this...
    Code:
    TRUNCATE TABLE threadrate
    Lats...

    Comment

    • Nick
      Senior Member
      • Feb 2008
      • 3507
      • 3.8.x

      #3
      Originally posted by Lats
      Try this...
      Code:
      TRUNCATE TABLE threadrate
      Hmm... that didn't work.

      Although, after I ran that query, I can no longer browse the threadrate table. Perhaps it did get emptied, but the thread ratings still appear on my forum.
      Regards,
      Nick

      Comment

      • Lats
        Senior Member
        • Mar 2002
        • 3671

        #4
        After running manual queries on the database, you will need to update forum counters - in this case Rebuild Thread Information.
        Lats...

        Comment

        • Nick
          Senior Member
          • Feb 2008
          • 3507
          • 3.8.x

          #5
          Originally posted by Lats
          After running manual queries on the database, you will need to update forum counters - in this case Rebuild Thread Information.
          Whoops; doh.

          Thanks
          Regards,
          Nick

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...