MyBB Community Forums

Full Version: Problem at Thread Moderation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have a problem.
Look at the picture to understand.
Maybe i delete something at templates.

http://oi51.tinypic.com/hrhl50.jpg
What's your URL?? Does any other javascript work on your forum??
I use Jquery for a sliding menu.
That'll be it then, the jQuery will be conflicting with the MyBB javascript. You'll need to add this after jQuery has been included:

jQuery.noConflict();

and then if the jQuery code uses $ anywhere, change it to jQuery.
It works.
Thank you very much.