PDA

View Full Version : Import help


tomwestbrook
Mon 6th Mar '06, 10:42am
I'm working importing a custom board. I commandeered the vblite system files and modified them to do what I need and have got the import to actually work. There are a few details that I'd like to get advice on if possible:
The forums are imported with the "show threads from last day" option set. I'd rather it be "show all threads". How do I set that in the import scripts?
Our old board allows HTML in posts, but the import doesn't do any translation. Is there a module or bit of code somewhere that I can use to translate the more common HTML into vb code reliably?Thanks for Impex and any help you can give.
Tom

Floris
Mon 6th Mar '06, 3:13pm
1. Admin CP > Forums & Moderators > Modify the forum > Default view age: Show all threads (from dropdown)

2. No, if you have <b> in your old thread and the new one has HTML off (recommended) you will see it as text, we don't parse <b> to [b]

Floris
Mon 6th Mar '06, 3:17pm
I just noticed this thread:
http://www.vbulletin.com/forum/showthread.php?t=177625

I have no experience with this, but perhaps cleaner.php is something you are looking for.

Jerry
Mon 6th Mar '06, 10:57pm
Our old board allows HTML in posts, but the import doesn't do any translation. Is there a module or bit of code somewhere that I can use to translate the more common HTML into vb code reliably?Thanks for Impex and any help you can give.

http://www.vbulletin.com/docs/html/impex_cleaner


vb lite
vb-lite
volute
bluet
ablate
Edit...
Ignore all
Add to dictionary

I'm not sure what you mean here.

tomwestbrook
Sat 1st Apr '06, 1:32pm
1. Admin CP > Forums & Moderators > Modify the forum > Default view age: Show all threads (from dropdown)
Yes, though, I was wondering how to modify the code or default import values so that it was set at import time rather than having to manually set it for each forum.

Floris
Tue 4th Apr '06, 2:21pm
This requires customizing the source code, we can't provide support for that.