MyBB Community Forums

Full Version: post editor not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
post editor not working in my forum quick edit and full edit not showing and only full edit mode

not showing code button and others
my forum site
https://forum.taxaccountants.in
exactly which version of MyBB you are using & which theme ?

are you using any plugin for the editor ?

post a test user account so that someone here can check it
[or PM me a temporary admin account to check]
(2019-04-13, 08:33 AM).m. Wrote: [ -> ]exactly which version of MyBB you are using & which theme ?

are you using any plugin for the editor ?

post a test user account so that someone here can check it
[or PM me a temporary admin account to check]

mybb 1.8.20 no plugin used for editor
Hi,

the problem is with your Theme, as .m. guessed, and the javascript.

Try to remove this line from the headerinclude of your theme to see if it's all fixed:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="4bc6ea389535fd96b9bd116b-text/javascript"></script>
(2019-04-13, 09:18 AM)NoRules Wrote: [ -> ]Hi,

the problem is with your Theme, as .m. guessed, and the javascript.

Try to remove this line from the headerinclude of your theme to see if it's all fixed:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="4bc6ea389535fd96b9bd116b-text/javascript"></script>

thanks its working now