MyBB Community Forums

Full Version: BB Code Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry if I posted this in the wrong forum or whatever, but in my forum there isn't the BB Code Editor when posting / posting a thread like this:
[Image: RbVRU.png]

Instead its just more blank text for me:
[Image: 37Li2.png]

Is there a way to fix this?
Link to your website please?
admin panel --> templates --> your current templates set --> ungrouped templates --> headerinclude

find
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
AND add below code after the above, save the template
<script type="text/javascript">jQuery.noConflict();</script> 
And the MyStatus js file should be loaded after jQuery is loaded