MyBB Community Forums

Full Version: How to? disable/remove "Click and hold to edit" feature?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to, disable/remove "Click and hold to edit" feature in thread listing?

As it is not very important in my forum.
Thanks for helping!
ACP > Templates > Forumdisplay Templates > forumdisplay_thread > and find the following and Remove;
 id="tid_{$inline_edit_tid}"
(2011-06-07, 03:12 PM)Yaldaram Wrote: [ -> ]ACP > Templates > Forumdisplay Templates > forumdisplay_thread > and find the following and Remove;
 id="tid_{$inline_edit_tid}"

That's not it. That would disable all inline moderation.

Open 'forumdisplay_threadlist_inlineedit_js', and remove:
<script type="text/javascript" src="jscripts/inline_edit.js?ver=1400"></script>
<script type="text/javascript">
<!--
	if(use_xmlhttprequest == "1")
	{
		new inlineEditor("xmlhttp.php?action=edit_subject&my_post_key="+my_post_key, {className: "subject_editable", spinnerImage: "{$theme['imgdir']}/spinner.gif", lang_click_edit: "{$lang->click_hold_edit}"});
	}
// -->
</script>