MyBB Community Forums

Full Version: text editer box not showing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello everyone. i am having a problem with the post text editer box not showing if you dont know what im talking about then look at the bottom
[Image: 164f596f457f611997f4f9bef546606d.png]
yep thats it. well i did it to match it with my theme im using codergreen v2
please help me put the text editer box on my forum just give me a tut or somethingSmile
thanksSmile
find code similar to below in the headerinclude template (in ungrouped templates set)
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/mystatus.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>

change with below code AND save the template
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/mystatus.js"></script>
ok thanks alot bro for the great help