Page 1 of 1

Stripping unwanted characters

Posted: 20 Apr 2010, 05:31
by Seraph
Hi

A forum I am a member of has just upgraded its software. The result is pretty good, but a major distraction is that formatting has gone haywire in the process of moving posts across from the old version. For instance, quote tags did not translate properly. In the course of the upgrade all tags turned from

Code: Select all

[quote]someone sad something[/quote]
to something like

Code: Select all

[quote:eca9270a64]someone said something[/quote:eca9270a64]
which of course stuffs things right up. The same thing happens with other functions, such as [image], and so on.

Manually sweeping through three quarters of a million legacy posts is of course not viable, so my question is this: Is there a program that can go through those posts and strip those surplus characters automatically?

Thanks in advance.

Re: Stripping unwanted characters

Posted: 20 Apr 2010, 06:07
by Stoker
You can reparse bbcodes with the Support Tool Kit from phpbb.com
Its worth a try though I am not sure its the solution.

Re: Stripping unwanted characters

Posted: 20 Apr 2010, 10:12
by Seraph
Stoker ยป 20 Apr 2010, 06:07 wrote:You can reparse bbcodes with the Support Tool Kit from phpbb.com
Its worth a try though I am not sure its the solution.
Thank you. I passed the message on to the admins of that forum.

Any further suggestions will be welcome.