News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

[SMF Converter] phpBB3

Started by JayBachatero, January 23, 2008, 04:49:39 AM

Previous topic - Next topic

Extazy

after converting.. i see ???? instead words.. i have a russian forum.. need help

SleePy

Did you install SMF using UTF-8?
Do you have the UTF-8 language packs installed?

Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Extazy

Quote from: SleePy on May 21, 2008, 08:23:47 PM
1. Did you install SMF using UTF-8?
2. Do you have the UTF-8 language packs installed?
1. yes
2... where can i get them?

SleePy

Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

michalss

#244
Hi i have some issue with BBC tags.All other things are ok.

Not showing colors just this mess:
[color=red:2nwwrgtq]This is testing mate[/color:2nwwrgtq]

And also code not working propely
[code:2nwwrgtq]http://rapidshare.com/files/46037796/testing.rar[/code:2nwwrgtq]

I dont understand it pls help ??

Why is always this :2nwwrgtq]  after code or color ?

Extazy

Quote from: SleePy on May 21, 2008, 09:23:34 PM
http://www.simplemachines.org/download/?languages
yes, i have downloaded Russian languague and uploaded it to ftp... but still see ?????

ps. i can give you acces to my ftp..

Sarge

Quote from: Extazy on May 22, 2008, 05:37:55 AM
yes, i have downloaded Russian languague and uploaded it to ftp... but still see ?????

ps. i can give you acces to my ftp..

If your SMF is in UTF-8, be sure to use one of the smf_1-1-5_russian-utf8 language packages (notice the -utf8 at the end).

Create a new folder in your computer and decompress the language package there. Inside the new folder you should see a folder named Themes -- upload the Themes folder to your forum directory on the server. If done correctly, you should see some *.russian-utf8.php files in Themes/default/languages/.

Then select Russian-Utf8 in Admin > Server Settings > Default Forum Language.

Does it help?

    Please do not PM me with support requests unless I invite you to.

http://www.zeriyt.com/   ~   http://www.galeriashqiptare.net/


Quote
<H> I had zero posts when I started posting

Extazy

Sarge, it doesnt help..
please see: http://exnews.org:8080/forusmf.exnews.org [nofollow]
all russian-utf8 words is visible... but all mysql database info (forums, topics, messages) is ???????
so.. do you have more idea?

Sarge

Quote from: Extazy on May 22, 2008, 08:58:59 AM
Sarge, it doesnt help..
please see: http://exnews.org:8080/forusmf.exnews.org
all russian-utf8 words is visible... but all mysql database info (forums, topics, messages) is ???????
so.. do you have more idea?

Language packs are just for the SMF text strings, not your board names, topics or messages.

Go to phpMyAdmin, select the SMF database and browse the SMF tables, for example smf_messages. Do you see the original text or only question marks there?

Again, go to phpMyAdmin and select your SMF database. What are:
1) the database collation,
2) the table collations, and
3) column collations in smf_messages?

Also post the collations for your phpBB3 forum database.

    Please do not PM me with support requests unless I invite you to.

http://www.zeriyt.com/   ~   http://www.galeriashqiptare.net/


Quote
<H> I had zero posts when I started posting

SleePy

Quote from: michalss on May 22, 2008, 03:12:21 AM
Hi i have some issue with BBC tags.All other things are ok.

Not showing colors just this mess:
[color=red:2nwwrgtq]This is testing mate[/color][/color:[color=red:2nwwrgtq]2nwwrgtq]

And also code not working propely
[/color][code:2nwwrgtq]http://rapidshare.com/files/46037796/testing.rar[/code:2nwwrgtq]

I dont understand it pls help ??

Why is always this :2nwwrgtq]  after code or color ?

Does the one in this topic work?
http://www.simplemachines.org/community/index.php?topic=239697.msg1547092#msg1547092

[/color]
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

michalss

Quote from: SleePy on May 22, 2008, 11:53:36 AM
Quote from: michalss on May 22, 2008, 03:12:21 AM
Hi i have some issue with BBC tags.All other things are ok.

Not showing colors just this mess:
[color=red:2nwwrgtq]This is testing mate[/color][/color:[color=red:2nwwrgtq]2nwwrgtq]

And also code not working propely
[/color][code:2nwwrgtq]http://rapidshare.com/files/46037796/testing.rar[/code:2nwwrgtq]

I dont understand it pls help ??



Why is always this :2nwwrgtq]  after code or color ?

Does the one in this topic work?
http://www.simplemachines.org/community/index.php?topic=239697.msg1547092#msg1547092

[/color]

Thx but its not different. Still the same.Some strage tags :(

Extazy

Sarge, please look at screenshots:
Quotehttp://exnews.org/screen0.gif [nofollow]
http://exnews.org/screen1.gif [nofollow]
http://exnews.org/screen2.gif [nofollow]
http://exnews.org/screen11.gif [nofollow]
and take a look: phpbb3 tables are working fine with russian words and they are utf8_bin, but smf tables dont work with russian words - cp1251_general_ci
Quotehttp://exnews.org/screen4.gif [nofollow]
what i must to do?

SleePy

michalss,

Hopefully if I remember I will install phpbb3 and try it tonight to see about it and work on the regular expressions that where being done to remove the identifiers.

Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Sarge

Extazy, I thought you installed SMF as UTF-8?...

All SMF tables and table fields should have utf8_general_ci as their collation, not cp1251_general_ci.

Conversions from UTF-8 to CP1251 are NOT guaranteed to work. The phpBB3 tables are in utf8_bin and utf8_general_ci is compatible with that, but cp1251_general_ci is not.

    Please do not PM me with support requests unless I invite you to.

http://www.zeriyt.com/   ~   http://www.galeriashqiptare.net/


Quote
<H> I had zero posts when I started posting

michalss

Quote from: SleePy on May 22, 2008, 12:56:35 PM
michalss,

Hopefully if I remember I will install phpbb3 and try it tonight to see about it and work on the regular expressions that where being done to remove the identifiers.

Thx a lot u are my hero  :)

Extazy

Sarge, big thx. I've reinstalled SMF and convert.php with UTF-8 and now it's working..
but last question... what's with attachments? how to convert them from phpbb3 to smf??? convert.php wrote that works with attachments...

SleePy

michalss,

How is this one?
I think I fixed all the errors.


Extazy,
Did any errors occur doing the conversion of attachments?
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

Extazy

QuoteConverting attachments... Successful.
but see in forum this instead attachment
[attachment=0:2vuqx9np]Servers.rar[/attachment:2vuqx9np]

SleePy

SMF by default doesn't have an attachments link bbc in it.

This is why it isn't translated.
Jeremy D ~ Site Team / SMF Developer ~ GitHub Profile ~ Join us on IRC @ Libera.chat/#smf ~ Support the SMF Support team!

michalss

#259
Quote from: SleePy on May 22, 2008, 04:21:39 PM
michalss,

How is this one?
I think I fixed all the errors.


Extazy,
Did any errors occur doing the conversion of attachments?

You are man it works except size and all my images dissapear now for some reason.Can u have a look at this again pls?  Thx u are the best :)  P.S size is not really important for me but IMG tags are .

Advertisement: