jeffwidman
Active member
I understand and agree that most BB Code cleanup should be handled by the admin and not the importer, but saw this and thought it'd be relatively easy to add...
Here's a post in my forum right now (data anonymized). The BB code is just straight text, and didn't transfer as a quote:
I can fix this easily enough using the find and replace tool--but only because I preserved content IDs. If I'd merged in content, it'd be a bit trickier as I'd have to have retained the import log to correctly map the IDs.
Seems like the ideal time to parse this is in the importer itself.
Here's a post in my forum right now (data anonymized). The BB code is just straight text, and didn't transfer as a quote:
Code:
[quote author=Jeff link=topic=8576.msg32075#msg32075 date=13144659]
Moddy - does this mean various things?
[/quote]
I can fix this easily enough using the find and replace tool--but only because I preserved content IDs. If I'd merged in content, it'd be a bit trickier as I'd have to have retained the import log to correctly map the IDs.
Seems like the ideal time to parse this is in the importer itself.