MyBB Community Forums

Full Version: HTML-Problem > MyBB 1.8.34 (ported from phpBB 3.2.x)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A contribution is written in which a smiley, a line break and a link are inserted. Everything is displayed correctly!

1. After submitting the contribution (also as a preview), however, the line breaknot, and the smiley and the link are only displayed as HTML code.

2. If click on "Edit post > Inline moderation" and save the post, the entire post (line break, smiley, link) is displayed correctly.

3. If reload the page (F5), the above status "1" is displayed again.

Something doesn't seem to work correctly with the implementation of the HTML code.

Does anyone have any tips or suggestions on how to find the source of the error?

Many thanks in advance for any help.
Do you mean the described contribution is from old contents ported from phpBB or inserted from your MyBB setup?
It affects posts from phpBB as well as posts newly created in MyBB.

Should therefore be a global source of error because the incorrect behavior also affects the unchanged default template.
It could be a problem with the editor.
Make sure that all editor files in /jscripts/sceditor/ and the template codebuttons are up to date.
Problem solved:
I re-uploaded all files from the ./inc/*.* folder (without subfolders) and the HTML information is displayed correctly again.

Many thanks for the assistance.