MyBB Community Forums

Full Version: Quick Edit not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My quick edit button not working.

here's my forum: www.gmindo.web.id
Username: MySavior
Passoword: 123456

headerinclude
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />

<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1800"></script>


{$stylesheets}
<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>
BUMP, please help
what are the plugins you have which affect thread page / posts ?
not sure what was the reason, my browser crashed twice while I was checking your forum
I use:
- Select All in Code (removed now)
- Cool codes
- Registered Links
- Advanced spoilers

The other plugins:
- Default avatar
- Force postbit layout
- Inferno shoutbox
- Overview
- Plugin uploader
- Registration Security Question
- Reputation Bars
- Style Username

BUMP
Are you using a 1.8 install with a 1.6 theme that is partly converted?

Example: default avatar and registration question are part of 1.8 core.
yes, I edited the *.php file. so it will compatible with 1.8 Toungue
I will try to disabled it and re-check my forum.

EDIT:
the Quick Edit still doesn't work Sad
Ok, go to the showthread, activate console in your browser tools and report back what is the message in console when you attempt to edit.
SyntaxError: expected expression, got '<' _____________ jeditable.min.js:2
TypeError: $(...).editable is not a function _____________ thread.js:179
^ hmm., firefox crashed again when I enabled scripts on your forum !
anyway, you can PM me temporary access to admin panel and I'll check it by using Chrome
Thank You all, I fixed it Big Grin
I just not upload a whole files in jscripts folder when upgrading :v