how can I reset users' post counts to zero ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yl88
    New Member
    • Mar 2004
    • 11
    • 3.0.0 Release Candidate 4

    how can I reset users' post counts to zero ?

    hello,

    is there a way to reset all users' post counts to zero in control panel ?

    or

    can anyone tell me a SQL statement that resets users' post counts to zero? I would like to do it in phpMyAdmin.


    thanks!
  • Lats
    Senior Member
    • Mar 2002
    • 3671

    #2
    You can do this in phpmyadmin, or from within the ACP
    Code:
    UPDATE user SET posts = 0
    Lats...

    Comment

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