MyBB Community Forums

Full Version: Default editor problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,
i recently put a new theme on my site 'the cure' and
when i make a reply or a new thread it only has this:
[Image: 3ddd8436fe017a23e384986db34236f3.png]
and i have to manually enter the bb codes but i would like the editor mybb has that im using to post now does anyone know how i can get that on my theme?
Can you please post your forum's URL?
(2011-06-28, 06:00 PM)faviouz Wrote: [ -> ]Can you please post your forum's URL?


(2011-06-28, 06:00 PM)faviouz Wrote: [ -> ]Can you please post your forum's URL?

ok it is www.mainmodders.co.cc
1. Go to Admin CP > Templates & Style > Templates > The Cure Templates > Ungrouped Tempaltes > headerinclude.

2. Find:

<script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript">google.load('jquery', '1.3.2');

3. Replace with:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
(2011-06-28, 06:08 PM)faviouz Wrote: [ -> ]1. Go to Admin CP > Templates & Style > Templates > The Cure Templates > Ungrouped Tempaltes > headerinclude.

2. Find:

<script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript">google.load('jquery', '1.3.2');

3. Replace with:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
thank you