MyBB Community Forums

Full Version: MyBB Odd Behavior
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When editing a template code (for example the Header in Full Edit)

The code would be displayed normally in multiple lines
Example:
1. <head>
2. <p>Some text here.</p>
3. </head>

However when I click on the white box to edit it, it moves all the code to one line.
Example:
1. <head><p>Some text here.</p></head>
2.
3.

This makes it very difficult to work with MyBB, any ideas what may be causing this odd behavior?. This also happens if code is cut and pasted to a notepad and edited there and pasted back to the MyBB Full Editor code window.
Try disabling Codepress: ACP > Preferences > Turn on / off Codepress = Off
(2012-10-29, 02:09 PM)euantor Wrote: [ -> ]Try disabling Codepress: ACP > Preferences > Turn on / off Codepress = Off

That did the trick, thank you!