martec / Rin-Editor

WYSIWYG Editor for Mybb (Powerd by CKEditor)
14 stars 4 forks source link

private.php - console error? #51

Closed Eldenroot closed 3 years ago

Eldenroot commented 3 years ago

I get this error here: /private.php (inbox)

image

martec commented 3 years ago

Sorry but this doesn't related to my plugin. The Quick References plugin is calling CKEDITOR where it is not declared or defined.

Adding an "if" check like the code below before calling CKEDITOR, I think it solves the problem. https://github.com/martec/phpbb3-ext-quickedit/blob/master/styles/prosilver/template/quickedit_body.html#L29