Deleted User

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • datarecall
    Senior Member
    • Aug 2006
    • 113

    Deleted User

    Hello,

    I deleted a user but instead of showing guest for all his posts it still says his username but doesnt show a link to his profile or anything. I need this to show up as guest. or if there is a way to undelete an account i will just change his username.
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    The usergroup is set to Guest, not his name. There is no way to undo this. However you can run a query like this to reset the name on those posts:

    UPDATE post SET username='Guest' WHERE username='Old Name';

    ...with 'Old Name' being that user's name of course.

    Then rebuild the thread and forum counters in that order:

    Admin CP -> Maintenance -> Update Counters
    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

    • samraz972
      Member
      • Feb 2008
      • 79

      #3
      Originally posted by Steve Machol
      The usergroup is set to Guest, not his name. There is no way to undo this. However you can run a query like this to reset the name on those posts:

      UPDATE post SET username='Guest' WHERE username='Old Name';

      ...with 'Old Name' being that user's name of course.

      Then rebuild the thread and forum counters in that order:

      Admin CP -> Maintenance -> Update Counters
      Wouldnt that make all guest or deleted posters that sn?

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24183
        • 5.7.X

        #4
        No because you're specifying that the change should only happen to entries in the database matching what you specify as 'Old Name'
        Vote for:

        - Admin Settable Paid Subscription Reminder Timeframe (vB6)
        - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...
        😀
        😂
        🥰
        😘
        🤢
        😎
        😞
        😡
        👍
        👎