XF 2.1 Wrong formatting of code sections after import from vBulletin 4

SynBay

Member
Hi,

after importing posts from vBulletin 4 into XenForo 2.1 code sections are displayed without formatting, instead bbcode is chown.

For example what was displayed in vbulletin like this:

Code:
cp -r Quelle/* Ziel

is now in XenFor displayed like this:

Code:
cp -r [COLOR="#008000"]Quelle/*[/COLOR] [COLOR="#0000FF"]Ziel[/COLOR]

Any way to fix that? Thanks a lot for any help..
 
Solution
You need to use [code=rich] to have bb code formatting in a code box.

You would have to change those posts to add the =rich - either by editing or by doing a find/replace on the post table.
You need to use [code=rich] to have bb code formatting in a code box.

You would have to change those posts to add the =rich - either by editing or by doing a find/replace on the post table.
 
Solution
Top Bottom