How can I import from a phbBB forum that allowed anonymous (guest) posts and preserve the user names given by those guests for their posts?
phpBB Anonymous (Guest) Usernames
Collapse
X
-
Well Impex will either do this or it won't. If not then your would need to modify the code. The only way to know for sure is to try it.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.
-
Being rude to us isn't going to help. I dont see why it wouldn't preserve the usernames.Comment
-
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
-
So the names should be in the database somewhere?
Does vBulletin operate similarly - that when guests are permitted to post to a forum, they can enter any name they like? If so, are these name just stored in the 'post' table or are they stored elsewhere?Comment
-
Thank you. I think I eventually figured that by examining at the post table. Seems ImpEx imports the phpBB anonymous user, who has a poster_id of -1 and creates a user named 'Anonymous'. Wouldn't it be safe to take any phpBB posts with a poster_id of -1 and just set the userid to 0 upon importing into vBulletin.
What's the best method to make all the posts and threads from userid=2 to userid=0? It's easy enough to update the post table, but it looks like the userid is also recorded elsewhere, such as the thread.
Could I just delete the user with username 'Anonymous'? Looks like the posts retain the username from phpBB, even though it doesn't appear in the forum display.Comment
-
I remember switching on the userid when they were imported, though changing back to just importing them as is, I can't remember the exact issue, though I remember finding a reason and reverting to the way it is at the moment.
I'll sift through my notes.
Wouldn't it be safe to take any phpBB posts with a poster_id of -1 and just set the userid to 0 upon importing into vBulletin.
What's the best method to make all the posts and threads from userid=2 to userid=0? It's easy enough to update the post table, but it looks like the userid is also recorded elsewhere, such as the thread.Comment
Related Topics
Collapse
-
by fenderbobI'm told that Vbulletin 5 Connect does not have any kind of way to differentiate between users of Guest posts. This is very strange to me.
Currently, the authors of Guest posts only come...Yes60.00%3No40.00%2-
Channel: vBulletin 5 Connect Feedback
Wed 29 Apr '15, 4:47pm -
Comment