MyBB Community Forums

Full Version: Need help with MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well. I started a new site and a forums. But I got a small problem.

Screen shots

[Image: mybb1q.png]

[Image: mybbs.png]

As you can see the editor is not there.

I tried changing the Default to Office2007 and vice versa. But still not working.

I'm using this theme

http://www.audentio.com/shop/view/mybb/dark_series-8

I want to use this theme because my friend bought it.

Help is appreciated. Thanks.
Most probably its Jquery conflict, add the following code in your headerinclude template;
<script type="text/javascript">jQuery.noConflict();</script>
(2011-10-18, 01:00 PM)Yaldaram Wrote: [ -> ]Most probably its Jquery conflict, add the following code in your headerinclude template;
<script type="text/javascript">jQuery.noConflict();</script>

Thanks for replying but where is the headericlude template?

I see only header and then

header Options
header_welcomeblock_guest Options
header_welcomeblock_member Options
header_welcomeblock_member_admin Options
header_welcomeblock_member_moderator
^ templates --> dark series' templates --> ungrouped templates --> header include template
(2011-10-18, 01:35 PM)ranjani Wrote: [ -> ]^ templates --> dark series' templates --> ungrouped templates --> header include template

Thanks. Problem solved. Smile