MyBB Community Forums

Full Version: Lost bbcode in post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
based on a themes that I like, i design a new one, but the problem is when i start a new thread, there's no post option like font size, font color, it only display the blankbox which i will put content there

the problem image is on the attachment or you can see my problem here -> LIVE : hackcom.org

sorry my english is super bad.
please help me !
You have double instances of jQuery in your headerinclude

Templates > Your theme > Ungrouped Templates > Headerinclude

Remove this.

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined')
{
	document.write(unescape("%3Cscript src='images/18myskins/js/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>

but the toolbar still not showup ?!?