The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help modding Impex
We are migrating from WowBB and for the most part Impex is working fine.
I added the mod to vBulletin for thread descriptions (because Wowbb has them and we don't want to lose them). The mod is working fine for new posts. The mods a coulmn to the threads table called threaddesc. I have modded the 006.php impex file to add: Code:
$try->set_value('nonmandatory', 'threaddesc', $thread_details['topic_description']); Code:
$queries[] = "INSERT INTO {$tableprefix}vbfields VALUES ('title', 'thread', 'Y', 'threaddesc', 'return true;', 'vbulletin')"; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|