MyBB Community Forums

Full Version: Editor buttons aren't showing!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The editor buttons while making new thread or new replies are not showing.
I don't know what's wrong.

Here's the screenshot:
<snipped>

help me please!
Try uploading a fresh copy of ./jscripts/editor.js
I was editing the theme, I was using some jquery. But when I link the javascripts in headerinclude the problem is occuring, otherwise its fine. But I am linking them differently, so i think no way they should conflict with "editor.js"

any clue??
What JQuery were you doing?
jQuery will conflict with the javascript MyBB uses, you'll need to use jQuery.noConflict().
Thanks for the help.. I will try doing that.