The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Stupid Question about users
Is it possible to change a usernumber id from 2 to 1? I ended up merging wrong and I wanted my main user to be user number 1, not 2. Is it possible to do this without corrupting the few thousand posts I have made? If so, do I need to know much mySQL coding, or do anything super major? A small tut on how to do this (if at all possible) would be nice!
|
#2
|
|||
|
|||
That's the primary key of the table so i'm not sure how easy it would be
|
#3
|
|||
|
|||
well is there any way I can create a new user, make it userid 1 and then merge my existing account into it?
|
#4
|
|||
|
|||
No i don't believe so as the user id1 is already taken i'm not sure if you delete the user id 1 then try and do it but honestly wouldn't try it on a live board
|
#5
|
|||
|
|||
the user ID 1 doesn't exist anymore I merged that user into userid2
|
#6
|
|||
|
|||
Well you can try altering the table user i think and try changing the primary key of the user to 1
|
#7
|
||||
|
||||
Quote:
Userid is used all over the place as a foreign key, changing it is a really bad idea. You will need to change access, administrator, adminlog, usergroup, announcement, announcementread, article, attachment, calendarmoderator, cpsession, customavatar, customprofilepic, post... I cant be bothered listing thhe rest, but basically it is most of the tables. |
#8
|
|||
|
|||
Quote:
But yea sounds harder than it is |
#9
|
|||
|
|||
Quote:
Exactly.The same also applies to forumids.I did try to alter them in the tables once and the ids placing got screwed up!Not advisable to! |
#10
|
||||
|
||||
Just create a new user with an ID of one and merge it with the number 2? It should handle all the userid references.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|