MyBB Community Forums

Full Version: codebuttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
question...

in codebuttons template the line

<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/sceditor/themes/{$theme['editortheme']}" type="text/css" media="all" />

my variable {$theme['editortheme']  equals  just "default"  and I get an 404 error because it cannot find the class file

it should be defautl.css

yet  .css is not there on the file name - this in version 1.8.22
.css gets carried with the editor theme name itself and even saved in database with extension only. No need to append it in templates separately.

Scan your files to check core changes, or may be corrupted data in theme table.
ok thank you...yeah it seems something is corrupted somewhere if that is the case....appreciated