MyBB Community Forums

Full Version: TextEditor doesn't Appear
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi ^^ I have problem with the theme ''RoyalBlue'' ... When i try to open a new thread , i cant see the text exditor ( Font,Text Size,button center/lef & right , Insert bold text etc... ) ...

So i try to return to default them but i have the same problem ... How can i resolve this problem?

I've tried to change editor.js with a newone but the problem isnt resolved...

Ps Sorry for my bad english Wink
Can you please post your forum's URL?
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Ungrouped Templates > headerinclude.

2. Find:

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

3. Replace with:

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
Really ty ;D +1 ^^
Mhhh i 've modified the code , but now the old string is returned ... o.o

Fixed...