SMF Support > phpBB
phpbb to SMF to SMF 2.0 RC4 Images not showing
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://img291.imageshack.us/img291/7797/lempa1.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`,'.','.')
UPDATE `smf_messages` SET `body` = replace(`body`,':',':')
--- 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`,'.','.');
UPDATE `smf_members` SET `signature` = replace(`signature`,':',':');
--- 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
Navigation
[0] Message Index
[*] Previous page
Go to full version