MyBB Community Forums

Full Version: my editor changed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i have a forum with myBB 1.6 and Apart night theme, from some days the editor do not show options like text and buttons, only the post icons on the top and the smilies on the left side, the strange thing is that when i switch from apart night to default theme, the editor back to normal.
I just want the normal editor back in the apart night theme.
the forum adress: www.onlinecasinoselite.com/forums/
Thanks for help!
Try disabling/removing the javascript for the slidemenu.

If that doesn't work can you please provide a test account, we can't see the editor as a guest.
Yeah! you found the problem immediately, i removed the javascript and the editor back to normal, here is the portion of the code removed:

<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script>
</script>
<!--[if lte IE 7]>
<style type="text/css">
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->

The problem is that i would like to use the menu anyway Confused
please there's something i can do to run both the menu and the editor properly?
Many thanks for the answer.
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1600"></script>

That's core MyBB code, you'll need to put that back in.
Sorry, my mistake.. this is the code removed:

<script type="text/javascript" src="jscripts/jquery.min.js"></script>
<script type="text/javascript" src="jscripts/jqueryslidemenu.js"></script>
<!--[if lte IE 7]>
<style type="text/css">
html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/
</style>
<![endif]-->

Ah, that's okay then.

See if this helps to get them working together - http://api.jquery.com/jQuery.noConflict/
(2010-10-12, 08:00 PM)AJS Wrote: [ -> ]Ah, that's okay then.

See if this helps to get them working together - http://api.jquery.com/jQuery.noConflict/

Incredible, solved with 2 lines if code, i don't know how many time say THANK YOU!! Big Grin