PDA

View Full Version : IPB Importer



Aeolian
Fri 2nd Apr '04, 5:37pm
I currently run IPB 1.3.
I purchased VB 3 few days back.
Now i need a 100% working importer.

Guide me.

Zachery
Fri 2nd Apr '04, 6:02pm
You can request an import In the members area.,

Aeolian
Fri 2nd Apr '04, 7:20pm
ok i have done a time travel and installed VB 2.3.5
lets see if i can do...

Aeolian
Sat 3rd Apr '04, 1:18am
OK ..
the conversion was perfect..
its was all step by step..
good work on the importer/update guies..

but few problems..
1. None of the attachments were imported (does not matter to me)
2. None of the avatars were imported (infact it gives the 'not found image' link on every users post, i do not wish to import avtars at all; so how do i do that?)
3. There is no "Private Message" Option in the forum and i believe none of the PMs were imported (ya its set ON from admin option)

Thanx

Steve Machol
Sat 3rd Apr '04, 1:24am
Backup your database first. Then run these queries to remove the avatars:

DELETE FROM avatar;
DELETE FROM customavatar;

Then run repair.php.

Aeolian
Sat 3rd Apr '04, 1:26am
3. There is no "Private Message" Option in the forum and i believe none of the PMs were imported (ya its set ON from admin option)

thanx

Steve Machol
Sat 3rd Apr '04, 1:36am
Sorry, I can't help you with that one.

Aeolian
Sat 3rd Apr '04, 8:35am
what would be the sql command to...
delete the content of field signature from table usertextfield

thanx..