MyBB Community Forums

Full Version: quick reply not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
showthread_quickreply templates

<br />
{$moderation_notice}
<form method="post" action="newreply.php?tid={$tid}&amp;processed=1" name="quick_reply_form" id="quick_reply_form">
	<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
	<input type="hidden" name="subject" value="RE: {$reply_subject}" />
	<input type="hidden" name="action" value="do_newreply" />
	<input type="hidden" name="posthash" value="{$posthash}" id="posthash" />
	<input type="hidden" name="quoted_ids" value="" id="quoted_ids" />
	<input type="hidden" name="lastpid" id="lastpid" value="{$last_pid}" />
	<input type="hidden" name="from_page" value="{$page}" />
	<input type="hidden" name="tid" value="{$tid}" />
	<input type="hidden" name="method" value="quickreply" />

<div class="cash_v1">
<table cellspacing="0" cellpadding="0">
	<tr>
		<td class="thead-left"></td>
		<td class="thead-bg">
			<h1>
			{$lang->quick_reply}
			</h1></td>
		<td class="thead-right"></td>
	</tr>
</table>
<table cellspacing="0" cellpadding="0">
	<tr>
		<td class="table-left"></td>
		<td class="table-bg">
			<table border="0" cellspacing="0" cellpadding="4" class="tborder">
				<tbody style="{$collapsed['quickreply_e']}" id="quickreply_e">
			<tr>
				<td class="{$trow}" valign="top" width="22%">
					<strong>{$lang->message}</strong><br />
					<span class="smalltext">{$lang->message_note}<br />{$smilieinserter}<br />
					{$option_signature}
					<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span>
				</td>
				<td class="{$trow}">
					<div style="width: 95%">
						<textarea style="width: 100%; padding: 4px; margin: 0;" rows="10" cols="80" name="message" id="message" tabindex="1"></textarea>{$codebutquick}
					</div>
					<div class="editor_control_bar" style="width: 95%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote">
						<span class="smalltext">
							{$lang->quickreply_multiquote_selected} <a href="./newreply.php?tid={$tid}&amp;load_all_quotes=1" onclick="return Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}</a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}</a>.
						</span>
					</div>
				</td>
			</tr>
			{$captcha}
			<tr>
</tr>
		</tbody>
			</table>
		</td>
		<td class="table-right"></td>
	</tr>
</table>
<table cellspacing="0" cellpadding="0">
	<tr>
		<td class="table-bottom-left"></td>
		<td class="table-bottom-bg"><img src="cash/spacer.gif" alt="" width="1" height="1" /></td>
		<td class="table-bottom-right"></td>
	</tr>
</table>
</div>
<div class="fix"></div>
				<center><td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" id="quick_reply_submit" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td>
  </center></tr>
		</tbody>
	</table>
</form>
Please list the plugins you have.
And please give us your forum's URL.

Thanks
(2014-12-22, 11:06 PM)Foo_ Wrote: [ -> ]Please list the plugins you have.
And please give us your forum's URL.

Thanks

Image Resizer & Optimizer with GD
Google SEO (1.6.5)
and
works in default theme but my theme not work
do all other javascript functions work? report posts, select all threads, multi-quote, rate, etc?
(2014-12-22, 11:31 PM)xienon Wrote: [ -> ]works in default theme but my theme not work

is your theme compatible with 1.8... themes made for 1.6 may not work correctly with 1.8...
provide forum url & a test user account so that someone can check the issue
(2014-12-23, 05:46 AM)Gx00 Wrote: [ -> ]do all other javascript functions work? report posts, select all threads, multi-quote, rate, etc?

yess all work, not web site localhost Sad