MyBB Community Forums

Full Version: Editor buttons not appearing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
remove code similar to below from headerinclude template and check
<script type="text/javascript" src="http://forumauthority.com/jscripts/tabc/jquery.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="http://forumauthority.com/jscripts/tabc/jquery.cookie.js"></script>
(2015-06-22, 10:15 AM).m. Wrote: [ -> ]remove code similar to below from headerinclude template and check
<script type="text/javascript" src="http://forumauthority.com/jscripts/tabc/jquery.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="http://forumauthority.com/jscripts/tabc/jquery.cookie.js"></script>

i tried removing 
<script type="text/javascript" src="http://forumauthority.com/jscripts/tabc/jquery.js"></script>
and 
<script type="text/javascript" src="http://forumauthority.com/jscripts/tabc/jquery.cookie.js"></script>

nothing worked i then removed, <script type="text/javascript">jQuery.noConflict();</script>

it worked but the edit button immediately goes to full edit and some other issues pop up 
^ would you like to PM me temporary access to forum admin panel to check it
(2015-06-22, 10:31 AM).m. Wrote: [ -> ]^ would you like to PM me temporary access to forum admin panel to check it

sent, thank you.
the issue was due to multiple loading of jQuery & noconflict code from sidebar & colorpicker
Pages: 1 2