wiping out users' signatures

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • upuaut
    Member
    • Aug 2001
    • 63

    wiping out users' signatures

    i want to wipe out all signatures, sig pictures, and everything that appears in the sig area of all users.
    the reason is, I migrated from an older vb to a new one. i'm implementing new rules in the new one.

    i can write sql if i need to do it in the db directly.

    I'd also be interested in removing the sigs from old posts.

    how?
    thanks.
  • Lats
    Senior Member
    • Mar 2002
    • 3671

    #2
    These 3 queries should do it...
    Code:
    UPDATE
        usertextfield
    SET
        signature = ''
    Code:
    TRUNCATE table sigpic
    Code:
    TRUNCATE table sigparsed
    Lats...

    Comment

    • upuaut
      Member
      • Aug 2001
      • 63

      #3
      fantastic. thanks.

      Comment

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