Not Solved How to? disable/remove "Click and hold to edit" feature?
#1
Not Solved Exclamation 
This user has been denied support. This user has been denied support.
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!
Heart

[Image: logo2.png]
Reply
#2
Not Solved
ACP > Templates > Forumdisplay Templates > forumdisplay_thread > and find the following and Remove;
 id="tid_{$inline_edit_tid}"
Reply
#3
Not Solved
(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>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)