The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[help] Merging guest posts
I am trying to merge guest posts to a current member
I have tried this quiry: Code:
update post set userid="2" where (username = "bobx" and userid = "0"); Quote:
Is there any other way round this? |
#2
|
|||
|
|||
try:
[sql]update post set userid=2 where username = 'bobx' and userid = 0[/sql] |
#3
|
|||
|
|||
I fixed it I looked in the post table and found I was using the wrong second user id ('bobx' and userid = 0)it should have been 272 not 0, thank you for your help though.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|