MyBB Community Forums

Full Version: Text Editor - Return ...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In this post ( Click Here ) i've posted my problem about Text Editor and i do what faviouz said ...

But know i have the same problem ._. How can i resolve to let return TextEditor in Threads and posts ?
Sheesh, the author seriously needs to update the plugin. There have been probably a hundred threads due to this plugin. But it's your fault for constantly re-activating the plugin. Don't do that so often.

1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Ungrouped Templates > headerinclude.

2. Find and delete all instances of:

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

3. Add this:

<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>
Thanks another time ^^ So , i will change Theme ...