SMF Support > phpBB

phpbb to SMF to SMF 2.0 RC4 Images not showing

<< < (2/2)

3fifty:
Yes.  The person switching hosts has not done it yet.  Im waiting on everyone to get their act together and there is nothing I can do to speed it up unfortunately.

rufee:
I have the same issue
Here is the code from db before the edit (don't mind the language):

--- Code: ---Čia aš parašiau kaip pakeisti lemputės spalvą.

1. Susikurkite žemėlapį.

2. Įdėkite lemputę:

[img]http&#58;//img291&#46;imageshack&#46;us/img291/7797/lempa1&#46;jpg[/img]
--- End code ---
After edit:

--- Code: ---Čia aš parašiau kaip pakeisti lemputės spalvą.<br /><br />1. Susikurkite žemėlapį.<br /><br />2. Įdėkite lemputę:<br /><br />[img]http://img291.imageshack.us/img291/7797/lempa1.jpg[/img]
--- End code ---

EDIT:
After tinkering around i have come up with a sql query that fixed my problems
Try running these 2 queries:


--- Code: ---UPDATE `smf_messages` SET `body` = replace(`body`,'&#46;','.')
UPDATE `smf_messages` SET `body` = replace(`body`,'&#58;',':')
--- End code ---

k3nny:
I have the same issue, too.

Thanks for the two queries rufee!
As there may be hyperlinks in signatures, I would also do this one:


--- Code: ---UPDATE `smf_members` SET `signature` = replace(`signature`,'&#46;','.');
UPDATE `smf_members` SET `signature` = replace(`signature`,'&#58;',':');

--- End code ---

michael.z:
I'm having the similar issue converting from phpBB3 to SMF 2.0.2. After looking around almost one day for solution, finally i found this. I have tried and it works! Thank you so much

littleblue:
Thanks so much for the queries. I had the same issue with images after converting my forum, and I'd figured out what was wrong, but needed a bit of help with SQL syntax.

Images now displaying :)

Navigation

[0] Message Index

[*] Previous page

Go to full version