تحديث آخر نسخة 1.8.37

تقييم الموضوع :
  • 2 أصوات - بمعدل 2.5
  • 1
  • 2
  • 3
  • 4
  • 5
المحرر الكامل والابتسامات للرد السريع
#11
أقصد ظهور مربع كتابة الرد مرتين واحد بالمحرر و آخر بدونه
المنتدى: منتديات أحمد العمران
الإصدار: MyBB 1.4.4
الرد
شكر من طرف :
#12
انسخ محتوى قالب showthread_quickreply هنا
الرد
شكر من طرف :
#13
كود :
<br /><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: {$thread['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" />    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">        <thead>            <tr>                <td class="thead" colspan="2">                    <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.gif" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></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="22%">                    <strong>{$lang->message}</strong><br />                    <span class="smalltext">{$lang->message_note}<br /><br />                    <label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label><br />                    <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span><br />{$clickablesmilies}<br />{$clickablesmilies}                </td>                <td class="trow1">                    <div style="width: 95%">                        <textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>{$codebuttons}{$codebuttons}                    </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>                <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>            </tr>        </tbody>    </table></form>
المنتدى: منتديات أحمد العمران
الإصدار: MyBB 1.4.4
الرد
شكر من طرف :
#14
استبدله بالتالى
كود :
<br /><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: {$thread['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" />    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">        <thead>            <tr>                <td class="thead" colspan="2">                    <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.gif" id="quickreply_img" class="expander" alt="[-]" title="[-]" /></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="22%">                    <strong>{$lang->message}</strong><br />                    <span class="smalltext">{$lang->message_note}<br /><br />                    <label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} />&nbsp;<strong>{$lang->signature}</strong></label><br /> <label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" />&nbsp;<strong>{$lang->disable_smilies}</strong></label>{$closeoption}</span><br />{$clickablesmilies}<br />{$clickablesmilies}                </td>                <td class="trow1"><div style="width: 95%"> <textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1"></textarea>{$codebuttons}                    </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>                <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>            </tr>        </tbody>    </table></form>
الرد
شكر من طرف :
#15
تمام خوي بيبو بس الابتسامات تظهر مرتين
المنتدى: منتديات أحمد العمران
الإصدار: MyBB 1.4.4
الرد
شكر من طرف :
#16
داخل الكود اعلاه يوجد
كود :
{$clickablesmilies}<br />{$clickablesmilies}
احذف واحدة منهم
الرد
شكر من طرف :
#17
بعد الحذف صار فيه فراغ بين آخر رد و صندوق الرد السريع الذي حجمه أصبح أصغر
المنتدى: منتديات أحمد العمران
الإصدار: MyBB 1.4.4
الرد
شكر من طرف :
#18
هذا الفراغ فقط لإن الإبتسامات ظهرت. وهى تطلب مساحة للطول اكثر من حقل المحرر.
على كل حال يمكنك التحكم بإرتفاع الحقل النصى بالمحرر عن تغيير قيمة الـ rows بالجزء التالى من الكود
كود :
<textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1">
الرد
شكر من طرف :
#19
هل تقصد أخي بيبو زيادة قيمة الـ rows من 8 لقيمة أكبر
المنتدى: منتديات أحمد العمران
الإصدار: MyBB 1.4.4
الرد
شكر من طرف :
#20
نعم اخى. زيادتها الى ان يصبح الشكل معتدل ويناسبك
الرد
شكر من طرف :


التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم