The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
one of my admin/moderators deleted a member. i don't want him deleted, as i want members to be able to search for his topics/posts/etc...
how can i undelete the account? or start a new one and make those "guest" posts count as his? |
#2
|
||||
|
||||
![]()
You cannot "un-delete" a user.
What you can do: Add a new user with the same name, thed update tables user, userfield und usertextfield with the old userid for this new userid. |
#3
|
|||
|
|||
![]()
i don't know the old user number, though...
|
#4
|
||||
|
||||
![]()
That's bad. But you should find that in the adminlog.
If not: [sql]select userid, username from post where username='deleteduser' group by userid[/sql] |
#5
|
|||
|
|||
![]()
509
that is the member number... i found it... how do i make a new user(i already made the new user, which is number 1330) and assign that user id to him and then update them all? |
#6
|
||||
|
||||
![]()
Create a new user, note down the userid.
Then [sql]update user set userid = 509 where userid = X[/sql] [sql]update userfield set userid = 509 where userid = X[/sql] [sql]update usertextfield set userid = 509 where userid = X[/sql] |
#7
|
|||
|
|||
![]()
it doesn't work...
says that the user does not exist... |
#8
|
||||
|
||||
![]()
I've got no idea how this could not work ...
If you want, send me a PM with ACP, phpMyAdmin accounts and the username then I can take a look at it. |
#9
|
|||
|
|||
![]()
the account, that was deleted was named:
"D." and his member number was 509 the new member I created is named: "D." the new member number is 1330 i ran: update user set userid = 509 where userid = 1330 and got this: An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'forum2.user' doesn't exist |
#10
|
||||
|
||||
![]()
Then you are using a table prefix that must be put in front of user, userfield and usertextfield
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|