The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Moving threads from one forum to another using MySQL
Hello
For some reasons I have to move certain threads from one forum to another using MySQL. I wrote this query which does the work, but I am not sure if that's a perfect way to do it or you have to update other tables too. Any help will be appreciated. Here's my query: UPDATE thread SET forumid = xx WHERE threadid IN (xxxx, xxxx, xxxx, threadids, xxx...); |
#2
|
||||
|
||||
Is their a reason you can not use the Moderation Tools to move them?
|
#4
|
|||
|
|||
There are lots of threads and I have to move them to many different forums. I have thread ids already and to which forums they need to be moved to. That's the reaon I want to do it by running queries. Moderation tools will take ages.
--------------- Added [DATE]1377442709[/DATE] at [TIME]1377442709[/TIME] --------------- Thanks Paul |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|