Well, I'm porting from my old SMF with a great help from Garvin. Posts and comments are imported, but I need to fix a little issue with images, because the BBCode in SMF are not dumped properly in s9y.
So, I've wonder that the solution would be a SQL query in serendipity_entries and serendipity_comments tables to fix it...
The old img BBCode still present in my new web actually is like:
Code: Select all
[img (align=left,right,center) (width=xxx) (height=yyy) (alt=AAA)]http://sourceimageurl[/img]Code: Select all
<img src="http://sourceimageurl" (align=left,right,center) (width=xxx) (height=yyy) (title="AAA") (alt="AAA")>I'm not a SQL expert, so I've wonder if someone can help me if this is the right solution to fix this, knowing that serendipity_entries has 2,771 lines and serendipity_comments has 977.
Hope that this will be possible...
You can see my s9y site in http://www.pajareo.com/s9y/
Thanks in advance for your time.
