MyBB Community Forums

Full Version: Disable CodeMirror for CSS only.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Before I go mucking around in the source, I was wondering if there was a quick and dirty way to disable codemirror in JUST the css advanced edit view? I'd like to keep it on for the template editing view. 

Thanks guys!
may be you can comment out themes.php#L2358 & check if it helps
Replacing if($admin_options['codepress'] != 0) with if($admin_options['codepress'] == 0) does the trick.