MyBB Community Forums

Full Version: Menu toolbar faillure
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The problem is the Toolbar in the editor. There are no icons to see instead of them only text in full height of the textwindow.
Is there anybody who can help me out??
Try to change into default codebuttons template (Ungrouped Templates), change again your Editor Style ([color=#34495e]Templates & Style -> your theme Edit Theme Properties - overwrite) and then delete your cache or CTRL + F5.[/color]

Check browser console errors.
(2019-08-25, 01:00 PM)DeepSea Wrote: [ -> ]Try to change into default codebuttons template (Ungrouped Templates), change again your Editor Style ([color=#34495e]Templates & Style -> your theme Edit Theme Properties - overwrite) and then delete your cache or CTRL + F5.[/color]

Check browser console errors.

Is it a good idea if we can do a teamview session for the lines you wrote puzzle me?? Please answer via e-mail.
Het script van ‘https://www.zbbs.nl/forum/jscripts/sceditor/editor_plugins/undo.js?ver=1820’ is geladen, hoewel het MIME-type ervan (‘text/html’) geen geldig JavaScript-MIME-type is.
2 newreply.php
Laden voor het <script> met bron ‘https://www.zbbs.nl/forum/jscripts/sceditor/editor_plugins/undo.js?ver=1820’ is mislukt. newreply.php:339:1
GEThttps://www.zbbs.nl/forum/cache/themes/theme1/global.css
[HTTP/2.0 200 OK 0ms]

GEThttps://www.zbbs.nl/forum/cache/themes/theme1/global.css
Above the warnings for the New Reply page.
I think this is the cause of the problem.Am I right?
Attached the screendump of the warnings (Inspection via Firefox)

How is this issue to be solved?
The inspection of the code gave a result as mentioned above. In the path I see a map named editor_plugins. In the actual map there is a map named plugins.

In an earlier post there was an instruction of a workout to resolve problems of another kind. One of the actions was to replace the entire sceditor map and all its contents with the sceditor map of the newest version MyBB.

Am I correct?
(2019-09-01, 03:00 PM)anton015 Wrote: [ -> ]The inspection of the code gave a result as mentioned above. In the path I see a map named editor_plugins. In the actual map there is a map named plugins.

In an earlier post there was an instruction of a workout to resolve problems of another kind. One of the actions was to replace the entire sceditor map and all its contents with the sceditor map of the newest version MyBB.

Am I correct?

You're right.

Folders ./jscripts/sceditor/editor_plugins/ and ./jscripts/sceditor/editor_themes/ are removed from MyBB version 1821. They're ./jscripts/sceditor/plugins/ and ./jscripts/sceditor/themes/ now. There are also (a lot of) other modifications.

You really should follow the instruction in https://community.mybb.com/thread-223638.html for upgrading to 1.8.21.
Mastered!

New Update (2nd time 1.8.21) was enough.
I was lost in the haystack.

Normally my credo is "Don't seek for the needle, replace the haystack". Why not in this case?