The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I can not really advice changing any id's in the database, as a lot of information is linked across tables using the id's.
But you could try the following (backup first!!!!!): [sql]UPDATE thread SET threadid = <newthreadid> WHERE threadid = <currentid>;[/sql] [sql]UPDATE post SET threadid = <newthreadid> WHERE threadid = <currentid>;[/sql] Never set to a new threadid that is higher then your current highest id! Also this will break any thread subscriptions etc... PS Backup first!!!!!! Use this at your own risk |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|