Reset PM Totals in nav template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sherykah
    New Member
    • May 2002
    • 9

    Reset PM Totals in nav template

    I've purged the Private Messages from the database [pm, pmtext, pmreceipt,] optimized the database and updated counter in the Admin Panel but I still see the total of Private Messages at the top of the forum.

    How do I reset the total to zero?
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    To delete all PMs, run these 4 queries:

    UPDATE `user` SET `pmtotal` = '0',`pmunread` = '0';
    TRUNCATE TABLE `pm`;
    TRUNCATE TABLE `pmtext`;
    TRUNCATE TABLE `pmreceipt`;


    Of course, backup your database first.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • sherykah
      New Member
      • May 2002
      • 9

      #3
      Thank you. The update worked.

      Comment

      • akia
        Senior Member
        • Apr 2008
        • 274

        #4
        Thanks!!!! This has just sorted a problem out for me which I've been trying to solve for months.

        Comment

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