MyBB Community Forums

Full Version: Editor is gone.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thanks, linkzy. Smile I figured I might have to replace files. It's late my time, almost midnight, but I'll give that a go soon. Smile

EDIT: Just realized I answered the wrong answer in the wrong post... but I'll try it anyway! LOL Blush
(2015-04-18, 06:28 AM)linkzy Wrote: [ -> ]JS Problem. try Restore to original with headerinclude Smile it may work

I did that, didn't work.
Please provide a testing account.

EDIT:
There are 2 errors that need(ed) to be fixed:
1. In headerinclude there is MyAlerts code, but MyAlerts isn't installed - you should remove it.

2. In the codebuttons template this code was wrong:
var insertbutton = '';
if (!'spoiler tag, spoiler,yes;
mod tag, mod, yes;'.trim() == ''){
	insertcommand('spoiler tag, spoiler,yes;
mod tag, mod, yes;');
	insertbutton = 'insert|';
}
Because you misconfigured the My Insert Button plugin. For some reason you had:
spoiler,
info,
mod,
lmgtfy,
while the description says: Separate buttons with ",". Example: spoiler,test so it should have been:
spoiler,info,mod,lmgtfy
I corrected it.

Also, you should update to 1.8.4, otherwise you're prone to vulnerabilities.
Thanks, Destroy. I've PMd you as well.

(oh - and I am on 1.8.4 - ??)


EDIT: Sooo sorry, I'm in the totally wrong thread! Sad
Pages: 1 2