Reset stats in vbulletin

Discussion in 'Community Software' started by MultiBam, Feb 7, 2014.

  1. MultiBam

    MultiBam Administrator Staff Member

    To reset thread views run this command in MySQL:
    Code:
    UPDATE thread SET views = 0
     
  2. MultiBam

    MultiBam Administrator Staff Member

    To reset thread rating run this command:
    Code:
    UPDATE thread SET threadrate = 0
     

Share This Page