Gossamer
Active member
Hello! So, I'm working on a test conversion from a modified IPB 1.3 (jcink) to Xenforo. I'm converting from IPB 1.3 -> phpBB2 -> phpBB3 -> Xenforo.
However, some of my bbcode has been turned into html throughout the process and that html does not parse on Xenforo.
For example:
Original jcink bbcodes
HTML I'm seeing now
Is there any way to convert the html characters back to bbcode?
However, some of my bbcode has been turned into html throughout the process and that html does not parse on Xenforo.
For example:
Original jcink bbcodes
Code:
[align=center]centered text[/align]
[justify]Justifed text[/justify]
[color=Mediumpurple][SIZE=14][font=Optima]Header[/font][/size][/color]
HTML I'm seeing now
Code:
<div align="center">Centered Text</div>
<div align="justify">Justifed text</div>
<span style='color:Mediumpurple'><span style='font-size:21pt;line-height:100%'><span style='font-family:Optima'>Header</span></span></span>
Is there any way to convert the html characters back to bbcode?
Last edited: