MyBB Community Forums

Full Version: MyCode Editor Not Showing Up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, I have another problem: in any reply form on my board, the MyCode editor isn't showing up, and we have to type in the stuff manually.

I've checked in my theme and changed the editor style, and gone into the configuration to make sure it's enabled. Nothing.

Running the latest version of MyBB, just installed yesterday.
Happens to all of my users.

Any help?
URL?? Test account??
OK, the problem is that you've got jQuery included in your pages and it's conflicting with the MyBB javascript. What I'd do is go through any jQuery code you've added, and change any occurrences of $ to jQuery
(2010-12-21, 09:15 PM)MattRogowski Wrote: [ -> ]OK, the problem is that you've got jQuery included in your pages and it's conflicting with the MyBB javascript. What I'd do is go through any jQuery code you've added, and change any occurrences of $ to jQuery

Thanks a ton. Never thought of that.
I guess I'll have to go through and change some stuff- thanks!
yup this one is old, but I just came across the issue myself.. the wibiya.com tool bar is causing a conflict..

<script src="http://cdn.wibiya.com/Toolbars/dir_0900/Toolbar_900123/Loader_900123.js" type="text/javascript"></script><noscript><a href="http://www.wibiya.com/">Web Toolbar by Wibiya</a></noscript> 

I am going to run over to their site now, but can anyone help as to how to change this so it wont conflict?