2008-06-07, 11:36 PM
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]](https://camo.mybb.com/c823ba4502345d0cb795eee381220bb7009cb915/687474703a2f2f63306c696e2e6f72672f73637265656e73686f74732f656469746f722e706e67)
and mine is blank:
![[Image: noeditor.png]](https://camo.mybb.com/eb302ff3b6c4e6c33c10bb8daec0638c0c889a08/687474703a2f2f63306c696e2e6f72672f73637265656e73686f74732f6e6f656469746f722e706e67)
Here's my the code from my codebutton template:
Here's a link to my site: theubuntuforums.org
This is the editor I'm referring to:
and mine is blank:
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