The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Merge User histories hack-Easy!
I am fairly certain that this would only take a couple of simple queries to set up, and would LOVE to see it happen!!!
We have a number of users who are disgruntled by having to follow the rules, and repeatedly register under new handles to launch new attacks. It would make my life MUCH easier, and shorten our ban list CONSIDERABLY if we could add all users posts and PMs to the history of an existing user, thereby making only one continuous history for them. I assume this can be done by setting up a queries to edit the userid of a user from the current value, to one specified in a form box....but would LOVE to see someone put it into effect! |
#2
|
||||
|
||||
I can tell you how to do this by queries, but I haven't written a hack for it.
There are two queries you need to run if you want to merge two useraccounts into one: UPDATE post SET userid='xxx',username='yyy' WHERE userid='zzz'; (Where xxx is the NEW userid number, username is the NEW username, and zzz is the OLD userid.) UPDATE thread SET postusername='xxx',postuserid='yyy' WHERE postuserid='zzz'; (Where xxx is the NEW username, yyy is the NEW userid, and zzz is the OLD userid.) After you do this, you should update the various counters. Then check both profiles; the older one should show no posts, while the newer one should now show all posts from both accounts. Look for the postcount number as the easy way to tell; obviously, it would be oldaccount+newaccount. BTW, it's important to keep the single quotes around the values, at least for text values (I don't think it's necessary for numbers). Actually, text values might need full quotes, I forget. |
#3
|
||||
|
||||
Doesn't matter, you can use either double or single quotes around strings. Don't put quotes around numbers (various ID's).
|
#4
|
||||
|
||||
What happens if you do?
|
#5
|
||||
|
||||
ok....what about PMs????
and the question is....anyone wanna bundle it into a hack?? *grinz* ok...so i am a first class brat...but you can't blame a girl for wanting it all can you???? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|