MyBB Community Forums

Full Version: Javascript issues
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> and it worked.

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 listed at the start do 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.

[Image: l7wLr1f.png]
This also displays when im on threads if that helps.

I am removing the <script type="text/javascript">jQuery.noConflict();</script> untill someone can help as creating threads is more important to me untill this is fixed so don't comment saying it's not even added, thankyou.  Angel 

Link to my forums; http://gaminglab.org
Test account:
User: test5
pasS: testing
I appreciate any possible help. Thankyou
your forum is using a premium theme. can you PM me its purchasing proof please ..
(2015-06-22, 11:25 AM).m. Wrote: [ -> ]your forum is using a premium theme. can you PM me its purchasing proof please ..

Done.
basically it is multiple loading of jQuery that is affecting the pop-ups. And a plugin added a number of end braces in postbit templates.
(2015-06-22, 12:43 PM).m. Wrote: [ -> ]basically it is multiple loading of jQuery that is affecting the pop-ups. And a plugin added a number of end braces in postbit templates.

Fixed now, reuploaded theme, thankyou