News:

Wondering if this will always be free?  See why free is better.

Main Menu

vbulletin 3.8.1 to smf

Started by Am', April 27, 2010, 06:11:57 AM

Previous topic - Next topic

Am'

#20
Quote from: Norv on April 29, 2010, 01:43:58 PM
It should have converted avatars too, afaik. Didn't it?
Were there other errors/warnings?
Were the avatars moved in your SMF folder/attachments directory? (that's where they are supposed to be)

ok I'll test

because in the field smf_member avatar is empty for all members ... normal?

and also in the polls I have only this:

. addslashes ($options [$i])."

and in the pm, I have \ before the ', example :

Abdeljalil m\'a dit que c\'est toi qui t\'occupe de régler un peu le problème de DDR... Je voulais savoir comment tu compte t\'y prendre?

what to do please for the two cases? it comes from the magic quotes or something else?
اذا أحس أحد انه لم يخطأ ابدا في حياته, فهذا يعني أنه لم يجرب أي جديد في حياته
My Mods For SMF 2 RC3 : XQuote XCode - Vbulletin Style New Meta Tags

Norv

Oh.
That looks like a bug in the polls...
Please consider trying: (vbulletin37_to_smf.sql)
Code (find) Select

'label' => substr('" . addslashes($options[$i]) . "', 1, 255),

Code (replace) Select

'label' => substr(addslashes($options[$i]), 1, 255),

To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Am'

oki

and avatar/pm please ?

the smilies are not converted !!!  ( if this info help you the name of table smileys in vbulletin is : smilie )
اذا أحس أحد انه لم يخطأ ابدا في حياته, فهذا يعني أنه لم يجرب أي جديد في حياته
My Mods For SMF 2 RC3 : XQuote XCode - Vbulletin Style New Meta Tags

Am'

for avatars, smilies and attached files

I put them first in the smf file before the conversion? because I have not done before
اذا أحس أحد انه لم يخطأ ابدا في حياته, فهذا يعني أنه لم يجرب أي جديد في حياته
My Mods For SMF 2 RC3 : XQuote XCode - Vbulletin Style New Meta Tags

Norv

No, the conversion process should copy them. (avatars and attachments)

Did you have any errors, warnings?
Where are they stored in your vbulletin, are they in the database or on disk?
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Advertisement: