MyBB Community Forums

Full Version: Missing Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello. I am missing the BBCode editor (SCEditor).

http://i.imgur.com/yIx68Lf.png

It's a theme related problem, I think, because it works for the default theme. I tried adding buttons to the sceditor, but failed, and tried reverting the actions.

If you need anything, like codes for certain jscripts file, please ask.

http://www.kopacetic.cf/forum/
user: test
pass: supertest
In the headerinclude template change every jQuery to $
(2015-02-01, 01:57 AM)Destroy666 Wrote: [ -> ]In the headerinclude template change every jQuery to $

I replaced every "jQuery" with "$" (Not including commas) and still the same problem.
remove jQuery.min.js , jQuery.cookie.js scripts codes from headerinclude template.
also remove jQuery.noConflict(); from sidebar.js file. you may also have to remove jquery-ui.min.js
(2015-02-01, 04:22 AM).m. Wrote: [ -> ]remove jQuery.min.js , jQuery.cookie.js scripts codes from headerinclude template.
also remove jQuery.noConflict(); from sidebar.js file. you may also have to remove jquery-ui.min.js

It worked! Thanks!