MyBB Community Forums

Full Version: quick reply not clearing box and unloading img
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
sorry that did not work for me with FF 35 or IE10...... for some reason the sceditor is not loading when i load the post page all the way and even hard refreshed it 3 times and nothing changed.

Also the loader for the quick reply still keeps loading even after the quick reply was made and the quick reply still is holding the text within the box after the quick reply was made.....


It all works fine on this site though.....


Does this look ok?


<script type="text/javascript">
<!--
lang.unknown_error = "{$lang->unknown_error}";

lang.select2_match = "{$lang->select2_match}";
lang.select2_matches = "{$lang->select2_matches}";
lang.select2_nomatches = "{$lang->select2_nomatches}";
lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";
lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";
lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";
lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";
lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";
lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
lang.select2_loadmore = "{$lang->select2_loadmore}";
lang.select2_searching = "{$lang->select2_searching}";

var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var rootpath = "{$mybb->settings['bburl']}";
var imagepath = "{$theme['imgdir']}";
var yes_confirm = "{$lang->yes}";
var no_confirm = "{$lang->no}";
var MyBBEditor = null;
var spinner_image = "{$theme['imgdir']}/spinner.gif";
var spinner = "<img src='" + spinner_image +"' alt='' />";
// -->
</script>
^ that code is fine. please wait for some other person to check and respond ..
and please don't do any changes in code unless someone here suggests
ok will do hopefully someone knows how to fix this issue =[. i had to enable the sceditor plugin in order to get sceditor to work again XDD. Hopefully someone might now the fix for that and for the loader stuff and be able to keep my java script stuff for my menu bar.
Pages: 1 2