IPB 1.3 -> vB 3.0.3 Signature mess

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rlamego
    Member
    • Nov 2004
    • 37
    • 3.0.3

    IPB 1.3 -> vB 3.0.3 Signature mess

    Hi!
    How can I prevent the impex script from importing user signatures?
    ... or ...
    How can I delete them all afterwards?

    There are some posts from vB2 forums but the SQL query code provided does not work because there is no signature field in the users table now.

    Thanks!
    Ricardo
  • Jerry
    Senior Member
    • Dec 2002
    • 9137
    • 1.1.x

    #2
    Originally posted by rlamego
    Hi!
    How can I prevent the impex script from importing user signatures?
    ... or ...
    How can I delete them all afterwards?
    Are you importing into an empty vBulletin 3 board ? If so this SQL will wipe out all the signatures. :

    Code:
    UPDATE usertextfield SET signature = '' ;
    Originally posted by rlamego
    There are some posts from vB2 forums but the SQL query code provided does not work because there is no signature field in the users table now.

    Thanks!
    Ricardo
    The signatures are not stored in the post table in either IPB 1.3 or vBulletin 2.

    Are you importing from two seprate boards ?
    I wrote ImpEx.

    Blog | Me

    Comment

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