2008-08-01, 02:59 AM
منور يا اسامه وحشنى يابنى وربنا
انشاء الله تكون بخير
ثانيا اشكرك اخى عوض
تم حل المشكلة
تابع الاتى
-----------------------------
ادخل على قالب
Show Thread Templates
ثمقم بأستبدال كامل محتوى هذا القالب بالكود الاتى
showthread_quickreply
انشاء الله تكون بخير
ثانيا اشكرك اخى عوض
تم حل المشكلة
تابع الاتى
-----------------------------
ادخل على قالب
Show Thread Templates
ثمقم بأستبدال كامل محتوى هذا القالب بالكود الاتى
showthread_quickreply
PHP كود :
<br />
<form method="post" action="newreply.php" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<input type="hidden" name="subject" value="RE: {$thread['subject']}" />
<input type="hidden" name="action" value="do_newreply" />
<input type="hidden" name="tid" value="{$tid}" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="quoted_ids" value="" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="787">
<thead>
<tr>
<td colspan="2" class="thead">
<div class="expcolimage">
<img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.gif" id="quickreply_img" class="expander" alt="[-]"/></div>
<div><strong>{$lang->quick_reply}</strong></div></td>
</tr>
</thead>
<tbody style="{$collapsed['quickreply_e']}" id="quickreply_e">
<tr>
<td class="trow1" valign="top" width="116"><strong>{$lang->message}</strong><br />
<span class="smalltext">{$lang->message_note}<br /><br /><label>
<input type="checkbox" class="checkbox" name="postoptions[signature]" value="yes" {$postoptionschecked['signature']} /> <strong>{$lang->signature}</strong></label><br />
<label>
<input type="checkbox" class="checkbox" name="postoptions[emailnotify]" value="yes" {$postoptionschecked['emailnotify']} /> <strong>{$lang->email_notify}</strong></label><br />
<label>
<input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="yes" /> <strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span>
</td>
<td class="trow1" width="661">
<div>{$codebuttons}
<textarea id="message" name="message" rows="10" cols="80" tabindex="2"
>{$message}</textarea> </div>
<script type="text/javascript">document.write('<div class="editor_control_bar" style="width: 90%; padding: 4px; margin-top: 3px; display: none;" id="quickreply_multiquote"><span class="smalltext">{$lang->quickreply_multiquote_selected} <a href="javascript:Thread.loadMultiQuoted();">{$lang->quickreply_multiquote_now}<\/a> {$lang->or} <a href="javascript:Thread.clearMultiQuoted();">{$lang->quickreply_multiquote_deselect}<\/a>.<\/span><\/div>');</script>
</td>
</tr>{$captcha}
<tr>
<td colspan="2" align="center" class="tfoot">
<input type="submit" class="button" value="{$lang->post_reply}" tabindex="2" accesskey="s" />
<input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="3" /></td>
</tr>
</tbody>
</table>
</form>