MyBB Community Forums

Full Version: Problems with Post Editor?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having problems with my post editor,

if I go into NewThread template and insert this jQuery script.

  <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>

Then the WYSIWYG Editor which MyBB have, does not show then.
It is like they are having problems together.

I really need to have the jQuery libery at there, cause else then my theme will not work.

Any ideas what to do?
(2012-05-16, 10:35 AM)Dead Soulâ„¢ Wrote: [ -> ]I am having problems with my post editor,

if I go into NewThread template and insert this jQuery script.

  <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>

Then the WYSIWYG Editor which MyBB have, does not show then.
It is like they are having problems together.

I really need to have the jQuery libery at there, cause else then my theme will not work.

Any ideas what to do?

this might help
<script type="text/javascript">
  $.noConflict();
  // Code that uses other library's $ can follow here.
</script>
add that to your template