MyBB Community Forums

Full Version: Get rid of Clock and Advertisement thing after I installed SCEDITOR.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Forum URL: www.haxball.trei.ro
Test user: test
Test password: test12

When creating a new thread/quick reply/reply I get those 2 "things" Clock and advertisements. This happens because I installed this plugin : http://mods.mybb.com/view/sceditor-wysiwyg-editor

Thanks if anyone can help I would want to get rid of the Clock & Advertisements thing. NOTE: If I deactivate the plugin they disappear.


Screenshot:
[Image: screnforum.jpg]
I think it's because the side bar is being hidden by some jQuery JS which goes wrong when the plugin re-includes jQuery.

As you already have jQuery included, if you set the "Include jQuery" and "Enable jQuery no conflict mode" options to Off/No it should then work.

I've just been looking a bit more and found this (about line 14):
<script type="text/javascript">jQuery.noConflict();
jQuery(function($) { $(".close").click(function () {
  $(".avviso").fadeOut("slow");
  }); });</script> <script src="http://code.jquery.com/jquery-latest.js"></script> 
The last bit "<script src="http://code.jquery.com/jquery-latest.js"></script>" needs to be before the rest. Fixing this fixes some other JS errors on the page.

Also jQuery is being included again after that (about line 34):
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
<script type="text/javascript">
/**
 * Cookie plugin

And a 3rd time near the bottom:
<!-- CometChat Footer Code Start - http://mybbvn.com -->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
how to customize emoticons in sceditor?
how to customize "More..." ?