MyBB Community Forums

Full Version: editor in edit mode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when i was full edit mode my thread..i found the editor is gone
[attachment=30382]
how to fix this?
follow jQuery no conflict code related suggestion from one of below threads
Removing Javascript Conflicts | JQuery & Prototype Conflict in Mybb | Jquery (by google API) with mybb (prototype)
(2013-10-25, 03:35 PM).m. Wrote: [ -> ]follow jQuery no conflict code related suggestion from one of below threads
Removing Javascript Conflicts | JQuery & Prototype Conflict in Mybb | Jquery (by google API) with mybb (prototype)

so..what the sugestion must i follow? Huh
^ well, you have to add suggested no conflict code after the jQuery loading code (in headerinclude template)
<script type="text/javascript">jQuery.noConflict();</script>
(2013-10-25, 03:46 PM).m. Wrote: [ -> ]^ well, you have to add suggested no conflict code after the jQuery loading code (in headerinclude template)
<script type="text/javascript">jQuery.noConflict();</script>

ok..where the jquery location?
(2013-10-25, 03:56 PM)alvinchristianx Wrote: [ -> ]
(2013-10-25, 03:46 PM).m. Wrote: [ -> ]^ well, you have to add suggested no conflict code after the jQuery loading code (in headerinclude template)
<script type="text/javascript">jQuery.noConflict();</script>

ok..where the jquery location?
It is in your headerinclude template. Go to the ACP > template/themes > your template set > ungrouped templates > headerinclude.
didn't works pleaseConfused
Take a look at the link below:

http://community.mybb.com/thread-143702.html