Might not be that helpful but you can identify the plain text posts with the <t>...</t> tags.
There is topic here from another user with same issue without a resolution because it was a handful of posts and they just dealt with them manually. Opening the post for edit and then saving it will fix it but I guess that is not an option in your case.
viewtopic.php?t=2656969
If enable bbcode is set to 1 then you might be in "no where land" because they should never get to the state they are in unless the user specifically posted it like that if it was always a phpBB forum. I tried all kinds of different things on my test board like changing the checksum, adding <r> tags and nothing worked.
There is topic here from another user with same issue without a resolution because it was a handful of posts and they just dealt with them manually. Opening the post for edit and then saving it will fix it but I guess that is not an option in your case.
viewtopic.php?t=2656969
If enable bbcode is set to 1 then you might be in "no where land" because they should never get to the state they are in unless the user specifically posted it like that if it was always a phpBB forum. I tried all kinds of different things on my test board like changing the checksum, adding <r> tags and nothing worked.
Presumably the reasoning would be is you aren't screwing up posts that were purposely posted as plain text. Assuming that is the case it would appear your best option would be to use regex_replace to insert formatting used to store quotes, make sure enable bbcode is set to yes on those posts and last but not least run the reparser.Hence reparser treats this as a plain text with no BBCode (as it can't find phpBB 2.0 or 3.3 parsed BBCodes in the text). As far as the reparser has no options to enforce parsing plain text as BBCode to get them back to the text again, it seems there's no easy way to fix that.
Statistics: Posted by thecoalman — Fri Nov 22, 2024 4:12 pm