MyBB Community Forums

Full Version: Text editor & JS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so I had a problem where my javascript wasn't working, users can't rep, quote or report. Too resolve this I added;
<script type="text/javascript">jQuery.noConflict();</script>

However, when I add this code, my mybb text editor is removed when creating a new thread, it looks like this.
[Image: Ybfmgzx.png]

However, if i remove <script type="text/javascript">jQuery.noConflict();</script> then mybb text editor shows but all javascript does not work. 

I placed <script type="text/javascript">jQuery.noConflict();</script> just after 
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> in my header template.

I am removing the <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> untill someone can help as creating threads is more important to me untill this is fixed.  Angel

Link to my forums; http://gaminglab.org
Test account: test5
pass: testing

I appreciate any possible help. Thankyou

bump...
Looks very much like this thread.