MyBB Community Forums

Full Version: QuickEdit Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello i have installed DarkNeo's Plugin Hide Content Until Reply v2.0.2 and my Quick Edit button doesnt work while fulle dit works just fine.

Seems to be a javascript issue.

<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->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/images/e-red/customjs/fixedmenu.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>jQuery.noConflict();</script>
{$stylesheets}
<script type="text/javascript">
<!--
	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 imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/tabcontent.js">
/***********************************************
* Tab Content script v2.2- copyright Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>



 
<script type="text/javascript" src="images/e-red/customjs/usertabs.js">

/***********************************************
* Tab Content script v2.2- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

</script>
<SCRIPT language="JavaScript" type="text/rocketscript">
    <!--

    if (document.images)
    {
      preload_image_object = new Image();
      // set image url
      image_url = new Array();
      image_url[0] = "images/e-red/logo.png";
      image_url[1] = "images/e-red/logo_hover.png";

       var i = 0;
       for(i=0; i<=3; i++) 
         preload_image_object.src = image_url[i];
    }

    //-->
    </SCRIPT>

Thats my headerinclude file.
Please help .
exactly which version of MyBB you are using ? and can we have your forum url
Its 1.6.16 what can i use to debug myself ?
have you checked quick edit functionality by deactivating referred hide plugin ?
it works without the plugin yes

I run a quick check and got this:

http://xxxxx.xxx/xmlhttp.php?action=edit...ost&pid=63 500 (Internal Server Error)
Ajax.Request.Class.create.request @ prototype.js?ver=1603:1731
Ajax.Request.Class.create.initialize @ prototype.js?ver=1603:1696
Object.extend.__method @ prototype.js?ver=1603:447
klass @ prototype.js?ver=1603:80
Thread.quickEdit @ thread.js?ver=1603:195
onclick @ Thread-1x-babla?pid=64:331

This only happens when the plugin is enabled.