MyBB Community Forums

Full Version: "Click and hold to edit" question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi.

I've noticed that "Click and hold to edit" function is working only on default theme in both languages.
I checked forumdisplay templates for diferences but everything is the same except the design portions ofc. Nothing suspicious for me there.

In firefox the function just doesn't show error but in IE it shows the following error on the status bar:
Line: 48
Char: 30
Error: Invalid argument.
Code: 0

What file should I search to fix it?
Bump.
Link to your forum?
Can you post the contents of your forumdisplay_thread template please.
<tr>
	<td align="center" class="{$bgcolor}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
	<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
	<td class="{$bgcolor}">
		{$attachment_count}
		<div><span>{$prefix} {$gotounread}<a href="showthread.php?tid={$thread['tid']}" class="{$inline_edit_class}" id="tid_{$inline_edit_tid}"><strong>{$thread['subject']}</strong><span  class="thread_sticky_{$thread['sticky']}"style="color : blue;"><img  ALIGN="right" src="http://clubs-kino.net/clubs/images/icons/show_sticky.gif" alt="Sticky" /></span></a>{$thread['multipage']}</span></div>{$thread['td_description']}
	</td>
	<td align="center" class="{$bgcolor}">{$thread['profilelink']}</td>
	<td align="center" class="{$bgcolor}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
	<td align="center" class="{$bgcolor}">{$thread['views']}</td>
	{$rating}
	<td class="{$bgcolor}" style="white-space: nowrap">
		<span class="smalltext"> {$lastpostdate} {$lastposttime}<br />
		от {$lastposterlink} <a href="showthread.php?action=lastpost&amp;tid={$thread['tid']}"><img src="http://clubs-kino.net/clubs/images/DarkOrange/lastpost.png" alt="last post"style="vertical-align:middle"/></a> </span>   
	</td>
{$modbit}
</tr>
Well? Smile
Bump.