2014-09-28, 11:57 AM
Working great. My only problem was that the editor didn't follow the prefs I set in my User CP (whether it should start out in wysiwyg or source view).
As a quick fix, I went into the "codebutquick"-template, searched for:
and added the following line behind it:
Hope this helps others that have the same issue!
As a quick fix, I went into the "codebutquick"-template, searched for:
MyBBEditor = $('#message').sceditor('instance');
and added the following line behind it:
{$sourcemode}
Hope this helps others that have the same issue!