MyBB Community Forums

Full Version: Full reply disables after page load "false"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi,

So I have recently noticed that I am able to give a quick reply without any problems although when I try to use the Full Edit or create a new thread which uses the full edit it then disables the textarea after the page loads and leaves behind a "false" in the text area. This happens 8/10 times. 

MyBB Installation: New (ver: 1820)

Images:
[attachment=41641][attachment=41642]

Demo Account: simply register @ https://communityunity.cf and try to post a thread or use Full Edit mode on posts

Regards
That one certainly is strange. Can you post a list of your installed plugins please?

P.S Thanks for providing the exact information we need when opening a support thread, it makes it easier for us to help you.
(2019-03-17, 10:30 AM)Ben Wrote: [ -> ]That one certainly is strange. Can you post a list of your installed plugins please?
There are quite a few plugins installed. 
[attachment=41644][attachment=41645][attachment=41646][attachment=41647]

(2019-03-17, 10:30 AM)Ben Wrote: [ -> ]P.S Thanks for providing the exact information we need when opening a support thread, it makes it easier for us to help you.
No problem Smile
There definitely is the possibility that it could be caused by one of those plugins. I would suggest going to General Configuration in the ACP and disable all plugins and then check to see if the issues still happens.
(2019-03-17, 10:57 AM)Ben Wrote: [ -> ]There definitely is the possibility that it could be caused by one of those plugins. I would suggest going to General Configuration in the ACP and disable all plugins and then check to see if the issues still happens.

All Plugins disabled and the text box still gets disabled. Although this time it does not display the "false" message.

I did notice that now i can enter the subject and hit post thread, after the error message "enter a message" is displayed the textbox is suddenly available.

I have tested it with plugins enabled and its disabled in both post thread and after the error message is displayed.
Does this happen on the default theme while all plugins disabled?
(2019-03-17, 12:05 PM)Ben Wrote: [ -> ]Does this happen on the default theme while all plugins disabled?

When I set it to the default theme with plugins disabled/enabled (tested both ways) the textarea does not get disabled after the page load which is weird. That would mean the plugins are not causing this error.
Seems a theme issue. Is that a custom theme you have on your board? It would be a good idea to see if you can get in touch with the theme developer. We have upgraded jQuery in 1.8.20 and this may cause issues with some custom themes/plugins.
(2019-03-17, 12:26 PM)Ben Wrote: [ -> ]Seems a theme issue. Is that a custom theme you have on your board? It would be a good idea to see if you can get in touch with the theme developer. We have upgraded jQuery in 1.8.20 and this may cause issues with some custom themes/plugins.

I am the theme creator. Here is the ungrouped html

<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=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1804"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1804"></script>
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="cache/themes/global/thanks/thx.css" />
<script type="text/javascript" src="jscripts/thx.js"></script>
{$avatarep_script}
{$stylesheets}{$ougc_awards_js}
<!-- UA - User Messages --><script>var ua_messages_rooturl = '{$mybb->asset_url}'; var ua_messages_uid = {$mybb->user['uid']};</script><script>
    var ua_messages_language = { 
        browserUnsupported: '{$lang->ua_messages_browserUnsupported}',
        permissionRequest: '{$lang->ua_messages_permissionRequest}',
        permissionBlocked: '{$lang->ua_messages_permissionBlocked}',
        permissionNoNotif: '{$lang->ua_messages_permissionNoNotif}',
        permissionRequestNotif: '{$lang->ua_messages_permissionRequestNotif}',
        blockedCloseMessage: '{$lang->ua_messages_blockedCloseMessage}',
        information: '{$lang->ua_messages_information}',
        requestTitle: '{$lang->ua_messages_requestTitle}'
    };</script>
    <script type="text/javascript" src="{$mybb->asset_url}/jscripts/ua-plugins/messages.js?v=1"></script><!-- /UA - User Messages -->
<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 cookieSecureFlag = "{$mybb->settings['cookiesecureflag']}";
	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='' />";
	var modal_zindex = 9999;
</script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css">
<!-- Google Tags -->
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700|Material+Icons' rel='stylesheet' type='text/css'>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136166147-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-136166147-1');
</script>
<!-- End Google links -->
{$myalerts_js}{$stylesheets}{$ougc_awards_js}
<!-- UA - User Messages --><script>var ua_messages_rooturl = '{$mybb->asset_url}'; var ua_messages_uid = {$mybb->user['uid']};</script><script>
    var ua_messages_language = { 
        browserUnsupported: '{$lang->ua_messages_browserUnsupported}',
        permissionRequest: '{$lang->ua_messages_permissionRequest}',
        permissionBlocked: '{$lang->ua_messages_permissionBlocked}',
        permissionNoNotif: '{$lang->ua_messages_permissionNoNotif}',
        permissionRequestNotif: '{$lang->ua_messages_permissionRequestNotif}',
        blockedCloseMessage: '{$lang->ua_messages_blockedCloseMessage}',
        information: '{$lang->ua_messages_information}',
        requestTitle: '{$lang->ua_messages_requestTitle}'
    };</script>
    <script type="text/javascript" src="{$mybb->asset_url}/jscripts/ua-plugins/messages.js?v=1"></script><!-- /UA - User Messages -->{$myprofile_headerinclude}
basically main javascript files version numbers are incorrect (eg. jquery.js?ver=1804)
that could be a major issue depending on the browser cache / the server cache

also there could be coding mistakes in the quick reply buttons / related javascript
Pages: 1 2