We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge does not respect the threadid number?
I have done the merge from vbulletin but the url ID is different:
vbulletin --> showthread.php?t=141301 Mybb -----> showthread.php?tid=107762
How can I redirect one to the other?
It is that if not, it would lose the google indexing of years.
The text was updated successfully, but these errors were encountered:
Hi, i think the reason is, that you can merge into an exist MyBB with threads.
The vBulletin ThreadID is temporary stored in "import_tid"
merge-system/boards/vbulletin5/threads.php
Lines 39 to 40 in a5883f3
The value "tid" (which is used in the url) is generated by auto_increment. Maybe, but untested, you can add th following:
$insert_data['tid'] = $data['threadid'];
But note, than you shouldn't have any theads in your MyBB.
Sorry, something went wrong.
No branches or pull requests
Merge does not respect the threadid number?
I have done the merge from vbulletin but the url ID is different:
vbulletin --> showthread.php?t=141301
Mybb -----> showthread.php?tid=107762
How can I redirect one to the other?
It is that if not, it would lose the google indexing of years.
The text was updated successfully, but these errors were encountered: