mybb / merge-system

The MyBB Merge System allows for easy merging of an existing forum (be it MyBB or another forum software) into a MyBB 1.8.x forum.
Other
34 stars 34 forks source link

Signatures have html entities when merging from phpBB3 #296

Open TK-3375 opened 1 year ago

TK-3375 commented 1 year ago

When merging phpBB3 into MyBB 1.8 I noticed user signatures get corrupted, here is an example :

<t>I am ready to serve the Empire !<br/>
something something</t>

All kinds of html stuff is weirdly converted from old phpBB BBcodes used. If I may add : that "<t> </t>" thing also shows up in forum descriptions, and in forum rules. Maybe those fields could use some cleanup as well.