MyBB Community Forums

Full Version: Quick Thread Title Edit Causes Content Deletion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I use the "Click and hold to edit" feature to edit thread titles on the thread display pages, it causes the content in the first post to be deleted.

I have determined that this is a plugin causing the issue, however I have so many plugins that, before I go searching through them, I was hoping someone could give me an idea of which one might be causing the issue. Or maybe someone has already experienced this issue and knows what plugin causes this to happen.

If no one knows, I will start deactivating and testing one by one. Confused

Thanks
does your forum has Make First Letter Uppercase plugin installed ? if so, see replies here
No it does not, thank you though.

I have more which are uninstalled and deactivated, but here are the plugins which I have activated at this time:

Max Post Views Guest (1.0)

Ajax PM Notification (1.8.1)

Advanced Sidebox (2.0)

Board Messages (2.0.1)

Buy Credit (1.0)

Christmas Lights (1.1)

Custom Status (1.7)

Donation Bar (1.0)

Donation Page (2.1)

Edit History Log (1.4)

Edit Time Limit/Legend Permissions (1.0.1)

Event Thread (1.0)

ezGallery Lite (1.0.9)

Fit on Page (2.3)

Force Users To Read Threads (2.0)

Form Manager (1.0)

Game Section (1.2.1)

Group Notice (1.0)

Google SEO (1.6.3)

Hello PluginLibrary! (hello_pl.php)

HTML in Posts (1.5)

Profile Images (1.0)

Index Top Posters (1.0.1)

Clean Favicon (0.1)

Latest Visitors (2.0)

Multiple Registrations Detector (1.1)

My Achievements (1.8.4)

My Advertisements (2.0.3)

MyAlerts (1.02)

Moderation Alerts Pack (1.0.2)

MySessions (1.3.1)

MyShoutbox (1.7)

MySubscriptions (1.1)

NewPoints (1.9.8)

OUGC Awards (1.0.7)

Overview (3.9.2)

Page Manager (1.5.2)

PluginLibrary (11)

PM On Reputation (1.0)

Poll on Index (0.3)

Profile Albums (0.9)

Profile Buddies (1.4.1)

Profile Comments (0.9.2)

Quote Notice (1.2)

Recent Reputation (1.0)

Registration Security Question (1.2)

Richest Users on Index (1.0)

SCEditor WYSIWYG editor (1.4.0.2)

Advanced Spoiler (1.0)

Thank You/Like System (1.5)

Thumbs Post Rating (1.3)

Thanks (3.9.1)

Top Referrer (0.1)

Top Posters (0.1)

View Unread Posts (2.8)

Upcoming Events (1.31)

User Tagging (1.0)

View Groups (1.5)

Welcome Topic (1.0)

Who Viewed Topic (1.0.1)

Wiki (1.2)

XThreads v1.53
^ are you sure that a plugin is causing the referred issue ? have you checked it by disabling all the plugins ?
(there is a setting to temporarily disable all the plugins at general configuration settings)
Yes, that is how I know. I disabled all plugins, and the issue no longer presents itself. Enable all plugins again, and it deletes the content in the first post of any thread in any forum you edit, using the quick title edit method.
^ okay. can you check the issue by disabling advanced spoiler plugin ..
I am using the latest version of Mybb 1.6.11

I disabled advanced spoiler. It still deleted the content.
the issue could be due to java script conflict.
if this is your forum then it needs removal of multiple occurrences of code segments in headerinclude template

Edit: removed the link
I will look into that. Thank you very much!

Sorry to bother you again but I dont see any "multiple occurrences" in the headerinclude template. By saying this, do you mean "duplicated codes" or codes which are relatively the same?
Here are the contents of my headerinclude template:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dropdownmenu.js"></script>
<script>
jQuery.noConflict();
</script>
<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">
if (typeof jQuery == 'undefined')
{
	document.write(unescape("%3Cscript src='http://code.jquery.com/jquery-1.7.2.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script type="text/javascript">
	var unreadAlerts = {$mybb->user['unreadAlerts']};
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myalerts.js"></script>
{$lights_include}<script type="text/javascript">
if (typeof jQuery == 'undefined')
{
	document.write(unescape("%3Cscript src='http://code.jquery.com/jquery-1.7.2.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script type="text/javascript">
	var unreadAlerts = {$mybb->user['unreadAlerts']};
</script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myalerts.js"></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>
<script type="text/javascript" src="jscripts/thx.js"></script>{$newpmmsg}
<script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/myadvertisements.js"></script>
<script language="javascript" type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/custom_status.js"></script>
^ I was referring to duplicated code segments.
anyway, would you like to PM me temporary access to admin panel to check the referred issue