MyBB Community Forums

Full Version: What's wrong this myBB forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, um the editor buttons are gone :/
[Image: f8150e2ead32ad151420309e7f2e79e9.png]

Why is it doing this?

Thanks,
Carbonate Big Grin
Do you use any jQuery scripts in headerinclude template? If yes, add this after jQuery is loaded:
<script type="text/javascript">jQuery.noConflict();</script>

Then replace all $ in headerinclude with jQuery.

If you don't understand or it doesn't work, post your board url and.or headerinclude template.
(2013-05-08, 11:46 PM)Destroy666 Wrote: [ -> ]Do you use any jQuery scripts in headerinclude template? If yes, add this after jQuery is loaded:
<script type="text/javascript">jQuery.noConflict();</script>

Then replace all $ in headerinclude with jQuery.

If you don't understand or it doesn't work, post your board url and.or headerinclude template.

Thanks mate Smile Works fine now Big Grin