For some reason, the editor is completely gone. Any solutions?
http://splith.com
User: test
Password: testtest
![[Image: ff19bcd88a.png]](https://camo.mybb.com/02f1106513830fb9daa9490146434097a50a480d/687474703a2f2f7075752e73682f6349516f472f666631396263643838612e706e67)
What were the last 3 things you changed before you noticed?
(2014-11-09, 01:04 AM)ringring Wrote: [ -> ]What were the last 3 things you changed before you noticed?
Don't remember, didn't touch anything with the posts though.
jQuery is not loading. you can add it through
sceditor settings
or you can add below code segment in
headerinclude template of the forum's active theme and check if sceditor works
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='http://code.jquery.com/jquery-1.7.2.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script type="text/javascript">jQuery.noConflict();</script>
Where are the sceditor settings located?
^ admin panel >> configuration >> settings >> sc editor settings