Simple Machines Community Forum

SMF Support => Converting to SMF => phpBB => Topic started by: amitjain94675 on January 12, 2015, 10:42:24 AM

Title: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 12, 2015, 10:42:24 AM
Hii friends i am new here
i succesfully transfer my data from phpbb to smf
but find some problem after trans-load
(http://i.imgur.com/1KGF85l.jpg)
(http://i.imgur.com/Rk55kH2.jpg)

this are snaps this old picture are not loading after trans-load from old data
when i post some new image then they work for first load but in reload they also not load.

another main problem is text size problem because in old those size are according to that script but in this script they are very large how i solve the problem
please see snap and tell me
Title: Re: help me i am new here
Post by: amitjain94675 on January 12, 2015, 10:43:06 AM
same problem here image not loading whats the problem
Title: Re: help me i am new here
Post by: margarett on January 12, 2015, 10:45:19 AM
Sorry, I want to help you but as long I can't understand you (because you insist on using that sms-kind-of-writting) I will just not touch your topics.
Good luck
Title: Re: help me i am new here
Post by: amitjain94675 on January 12, 2015, 10:58:13 AM
sorry i correct all text see now
Title: Re: Image loading and text size problem after covert to smf
Post by: radu81 on January 12, 2015, 11:05:53 AM
I think a link to your site should help, images are not visible
Title: Re: Image loading and text size problem after covert to smf
Post by: Illori on January 12, 2015, 11:23:46 AM
Quote from: radu81 on January 12, 2015, 11:05:53 AM
images are not visible

fixed the images, the op had not put in the correct link to embed the images.
Title: Re: Image loading and text size problem after covert to smf
Post by: radu81 on January 12, 2015, 11:52:51 AM
The best thing is to publish the BBcode of that post (use the tag code or attach it as a text file)
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 12, 2015, 11:54:37 AM
Quote from: Illori on January 12, 2015, 11:23:46 AM
Quote from: radu81 on January 12, 2015, 11:05:53 AM
images are not visible

fixed the images, the op had not put in the correct link to embed the images.

Bro this snaps are taken from sites this is the problem
Title: Re: Image loading and text size problem after covert to smf
Post by: margarett on January 12, 2015, 12:18:29 PM
The BBC used in phpBB and SMF aren't directly compatible.
dougiefresh published a converter which addresses some of these issues here http://www.simplemachines.org/community/index.php?topic=508551.0
But unfortunately this converter isn't really compatible with SMF2.0 (several columns are named after SMF1.1.x schema)

Which converter are you using? Is your "old" phpBB forum still available?

Do not add new content to SMF already. It might be necessary to re-run the conversion and you'll loose content created meanwhile...
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 12, 2015, 12:42:32 PM
Yes brother it running and i am not adding any new post to that forum ..use domain name to see original forum
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 12, 2015, 12:44:05 PM
Brother when i post any new image or quote any old post then its work fine all image load
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 13, 2015, 12:15:40 AM
Please any one provide solution
Title: Re: Image loading and text size problem after covert to smf
Post by: margarett on January 13, 2015, 04:33:15 AM
I would appreciate if you could stop PM'ing me. We'll help out when we can.

About your issue: which converter did you use?
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 13, 2015, 06:47:27 AM
Kk brother no problem
Title: Re: Image loading and text size problem after covert to smf
Post by: margarett on January 13, 2015, 06:59:34 AM
Again:
Quote from: margarett on January 13, 2015, 04:33:15 AM
About your issue: which converter did you use?
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 13, 2015, 01:41:37 PM
Sory forgot to tell use latest version given offical
Title: Re: Image loading and text size problem after covert to smf
Post by: margarett on January 13, 2015, 01:51:54 PM
Which one?
This --> http://download.simplemachines.org/index.php?thanks;filename=smf_2-0_phpbb3_converter.zip (phpBB3)
or this --> http://download.simplemachines.org/index.php?thanks;filename=smf_2-0_phpbb2_converter.zip (phpBB2)
?
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 14, 2015, 01:29:45 AM
First one phbb3 to smf2 this one


Title: Re: Image loading and text size problem after covert to smf
Post by: margarett on January 14, 2015, 03:57:43 PM
So, regarding the huge fonts, this MOD from dougiefresh might fix it for you, I'm no really sure, never used it
http://custom.simplemachines.org/mods/index.php?mod=3714

As for the missing images, the "src" attribute of the image seems to have double "http://"
http://http://www.
Don't know why did this happens, I never seen it happening before...
Easiest way to fix this is to go to phpmyadmin, smf database, table "smf_messages" (check your prefix) and "SQL" above. Run the following query:
UPDATE smf_messages SET body = REPLACE(body,'http://http://','http://');
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 15, 2015, 06:38:20 AM
ok let me try
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 15, 2015, 07:09:30 AM
Quote from: margarett on January 14, 2015, 03:57:43 PM
So, regarding the huge fonts, this MOD from dougiefresh might fix it for you, I'm no really sure, never used it
http://custom.simplemachines.org/mods/index.php?mod=3714

As for the missing images, the "src" attribute of the image seems to have double "http://"
http://http://www.
Don't know why did this happens, I never seen it happening before...
Easiest way to fix this is to go to phpmyadmin, smf database, table "smf_messages" (check your prefix) and "SQL" above. Run the following query:
UPDATE smf_messages SET body = REPLACE(body,'http://http://','http://');

brother i select my database  in query i run code given i you and hit go no error and what i got on site double http://http//

brother please do something
And i install mod nothing happen with size i think there is some setting which i have to do manully
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 15, 2015, 07:23:38 AM
Brother there is any way to delete all signature of all members  because most sign contain big text
Title: Re: Image loading and text size problem after covert to smf
Post by: margarett on January 15, 2015, 08:42:38 AM
Yes
UPDATE smf_members SET signature = '';
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 15, 2015, 10:02:48 AM
Let me try and
Try to give some solution to remove http from double
I think there are phpbb_tabble because it copy them directly let me see and give u snapshot
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 17, 2015, 03:01:45 AM
Not working bro do something
Mainly i need to solve http double prblm
Title: Re: Image loading and text size problem after covert to smf
Post by: amitjain94675 on January 17, 2015, 08:20:39 AM
Hii brother i think image problem solved but after modify every post means there is no need of edit just click modify and save

And for font size in phpbb size=100 but when i convert to smf it become size=100px not how i remove all px in all post