مرجع پارسی MyBB

نسخه‌ی کامل: پلاگین پاسخ سریع پیشرفته Advanced Quick Reply Form
شما درحال مشاهده‌ی نسخه‌ی متنی این صفحه می‌باشید. مشاهده‌ی نسخه‌ی کامل با قالب‌بندی مناسب.
صفحه‌ها: 1 2 3
امکانش هست که یک اسکرین شات بدید؟
شرمنده
نتونتستم اسکرین شات بزارم
خودتون ببینید

http://www.s-arm.com/forum/showthread.ph...d=10#pid10
کوین جان من منتظر کمک شما هستم
ممنون
از این کد استفاده کنید.
کد:
<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}
                </td>
                <td class="trow1">
                    <div style="width: 100%">
                        <textarea style=" padding: 4px; margin: 0;" rows="18" cols="110" 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>
متاسفانه با این کد هیچ تغییر نکرد
درود
نمیدونم چقدر دیر هست اما خب..
برای حل مشکل اسکرول دار شدن صفحه موقع استفاده از این پلاگین، بدون خاموش کردن گزینه های شکلک و مای کد، من البته با اجازه اساتید یک کد آماده براتون قرار میدم که بجای قبلی بگذارید تا مشکل کشیده شدن Wide صفحه تاپیک در هنگام استفاده از ادیتور پاسخ سریع پیشرفته رو حل میکنه..

اول برید به این آدرس:

قالب ها و پوسته ها > قالب مورد نظر > showthread > و بعد showthread_quickreply
حالا هر چی کد داره حذف کنید و کد زیر رو کپی کنید و ابتدا در نت پد پیست کنید و بعد از نت پد کپی و در showthread_quickreply پیست کنید و ذخیره کنید تا مشکل حل بشه:
کد php:
<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}
                </
td>
                <
td class="trow1">
                    <
div style="width: 120%">
                        <
textarea style="width: 67%; padding: 4px; margin: 0;" rows="18" cols="110" 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

البته نمیدونم آیا قبلا ارائه شده یا خیر. اگر چنین هست عذر میخوام.
سپاسHeart
ممنون ولی این روش دستس هست که باید تغییری در یک فایل مای بی بی صورت بگیره.
قبلا گفته شده نمیدونم کجاست Big Grin
بازم ممنون
(۱۳۸۹/۷/۲۵، ۱۴:۱۵:۰۲ عصر)AR@KST@R نوشته است: [ -> ]ممنون ولی این روش دستس هست که باید تغییری در یک فایل مای بی بی صورت بگیره.
قبلا گفته شده نمیدونم کجاست Big Grin
بازم ممنون

درود
بله ! مثل اینکه باز هم دیر رسیدم !Tongue
آقا حالا حالاها مونده برسم به عزیزان !
شرمنده م خلاصه Heart
ممنون عالیه!Heart
ممنون عالی بود
موفق باشید
انجمن تخصصی شهرسازان ومعماران در ایران
بحث داغ در مورد کنکور 90 سایت ایران شهرساز http://www.iranshahrsaz.com
صفحه‌ها: 1 2 3