MyBB Community Forums

Full Version: quick edit button problem and not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i got 2 problems which much annoying me because i cant make fix them..

first problem is quick edit and full edit buttons place problem : (theyre at another post)

[Image: 3140ec93bbb94daaa53592a63cef2f79.png]

second problem is quick edit not works (it was working before also reverted template to default but still not working) (theres no save or cancel buttons)


[Image: 4792ad9896854e3cb15411c8661d8fee.png]
I have same issue with save and cancel buttons in quick edit - they aer missing
Your forum URL?
A test acc may come handy.
(2020-11-24, 11:39 AM)effone Wrote: [ -> ]Your forum URL?
A test acc may come handy.
My forum is in russian language, so you wont understand anything =( 
You can try on test instance at http://test.bobrovo.city

Login Artem
password 123456

its not admin user (ordinaty user)

The thig is. I have 3 instances.
1 on local server
and two live in internet (main and test copy)

The one i have on Local server has buttond in quick edit

The Main and Test instances dont have buttons. I dont understand where i messed up. I see no different in global.css
It appears to be a missing js file issue:

http://test.bobrovo.city/jscripts/sceditor/editor_plugins/undo.js

Please upload the js file to the exact location and recheck. If the problem remains will take a look further.
(2020-11-24, 12:29 PM)effone Wrote: [ -> ]It appears to be a missing js file issue:

http://test.bobrovo.city/jscripts/sceditor/editor_plugins/undo.js

Please upload the js file to the exact location and recheck. If the problem remains will take a look further.


File is present. i reuploaded it in case it is corrupt but sizes match and issue remains
[Image: Untitled.png]
Ok I found the problem.. it was the footer code of arrow chat. ( i eraised it ) and buttons returned.. wierd...

Looks like i put arrow chat footer code in wrong place... but where di i need to put it  correctly then?

Instruction says "Our footer code below must be added directly before the </body> tag:"
But there is no such tags in footer template..

(2020-11-24, 12:42 PM)effone shoed image Wrote: [ -> ]There is no such folder in any of the instances of forum. Even on the one where buttons work so its not the reason. Undo.js is located in /sceditor/plugins/

Anywhere in footer if i add the needed chat code
<script type="text/javascript" src="/chat/external.php?type=djs" charset="utf-8"></script>
<script type="text/javascript" src="/chat/external.php?type=js" charset="utf-8"></script>
I loose quickedit buttons..