MyBB Community Forums

Full Version: help i have a problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i am italy , MyBB http://eu-city.tk/ of this site or, if you can not see if I new discussion appears to me the thing to put a bold images you see so [Image: immagineupv.png]
The editor is missing I see.
Check to make sure editor.js is in jscripts.
If you're using CloudFlare, disable RocketLoader.
It's because you've included jQuery in your code and it's conflicting with the MyBB javascript. You need to use jQuery.noConflict()

http://api.jquery.com/jQuery.noConflict/
MattRogowski how?
(2011-07-05, 07:48 PM)negativ Wrote: [ -> ]MattRogowski how?

Add this to headerinclude.
<script type="text/javascript">jQuery.noConflict();</script>

And in the custom jquery code you have included, change $ to jQuery.