MyBB Community Forums

Full Version: The editor.js
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm having trouble resolving an odd issue. On my theme I installed Tiny MCE, but it caused poor performance on the site so I removed it. I put the 'codebutton' back to normal but the editor doesn't show.

This is the editor I'm referring to:
[Image: editor.png]

and mine is blank:
[Image: noeditor.png]

Here's my the code from my codebutton template:
<script type="text/javascript" src="jscripts/editor.js?ver=1212"></script>
<script type="text/javascript">
	{$editor_language}
	var clickableEditor = new messageEditor("message", {lang: editor_language, rtl: {$lang->settings['rtl']}});
	clickableEditor.bindSmilieInserter("clickable_smilies");
</script>

Here's a link to my site: theubuntuforums.org
Have you modified any other templates like newreply or newthread?
(2008-06-09, 07:08 AM)DennisTT Wrote: [ -> ]Have you modified any other templates like newreply or newthread?

Those two haven't been changed, unfortunately.
Unfortunately, we don't know what you've done, so you're going to have to revert all modifications you did...

Did you clear your cache though?
Reverted all Javascript files?
Which templates directly affect this issue? I'll revert the ones that would cause this.
Check any Javascript errors you're getting. Last time I checked your page, there was an error with getElementsByTagName not being defined, IIRC.

Try Firefox + Web Developer Toolbar + Firebug