SMF Support > phpBB
Image urls are incorrect
(1/1)
nzrimfire:
Image urls go from this
--- Code: ---<img src="http://i51.photobucket.com/albums/f392/we34gde4/benchmarkclassic.jpg" alt="Image" />
--- End code ---
to this
--- Code: ---<img src="http://http://i51.photobucket.com/albums/f392/we34gde4/benchmarkclassic.jpg" alt="" class="bbc_img" />
--- End code ---
Whats going on? How do I convert?
nzrimfire:
Found it I think - rand the following sql...
--- Code: ---UPDATE smf_messages SET body=REPLACE(body, '.', '.');
UPDATE smf_messages SET body=REPLACE(body, ':', ':');
--- End code ---
Navigation
[0] Message Index
Go to full version