مرجع پارسی MyBB

نسخه‌ی کامل: پلاگین پاسخ سریع پیشرفته Advanced Quick Reply 1.0
شما درحال مشاهده‌ی نسخه‌ی متنی این صفحه می‌باشید. مشاهده‌ی نسخه‌ی کامل با قالب‌بندی مناسب.
صفحه‌ها: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
میشه یه عکس از ادیتورت بذاری احتمالا باید بری کنتل پنل مدیر کل << پیکره بندی <<تنظیمات <<و تنظیمات ادیتور ت رو درست کنی تا از حالت معمولی در بیاد و پیشرفته بشهSmile
سلام
من این ادیتور رو نصب کردم
اما وقتی تو پاسخ صحیح متنی میخوام ارسال کنم
پیام زیر رو میده:

There was an error posting your reply:

متن از قلم افتاده است. لطفاً یک متن وارد نمایید.




تو رو خدا راهنمایی کنید.ممنون میشم
در ضمن ارسال پاسخ سریع پیشرفته رو هم نصب کردم ها
خوب دوستان این پلاگین رو من بدون مشکل نصب کردم
فقط یک مشکلی داشت اونم این بود که کادر سفیدش میزد بیرون
برای اون هم باید این کار رو کنید:
اول به مسیر زیر برید:
Templates > Your Theme’s Template > Show Thread Templates > showthread_Quickreply
بعد این خط رو پیدا کنید:
<textarea style="width: 100%; padding: 4px; margin: 0;" rows="18" cols="80" name="message" id="message" tabindex="1"></textarea>

حالا به جای row=18
عددش رو زیاد کنید تا کادر درست شه
واسه من با 20 درست شد
اگر از عرض هم مشکل داره درصد عرض رو کم کنید
اگر هم مشکل آیکون داشتید
می رید به مسیر زیر
Templates > Your Theme’s Template > ShSmilie Inserter Templates > smilieinsert
widthبعد عدد
رو تغییر میدید تا کادرتون درست شه
مشکل بعدی من هم حل شد
مشکل چپ به راست بودن
مشکلی که من داشتم این بود که به صورت پیشفرض نوشته ها از چپ به راست بود و باید تراز به راست میکردی
اما راه حل
شما اول فایل زیر رو دانلود می کنید
http://community.mybbiran.com/attachment.php?aid=2374
thread بعد فقط فایل
رو جایگزین میکنید jscripts در پوشه ی
بعد از فعال سازی 2 تا جعبه شکلک اومده چه جوری یکیشو بردارم؟
(۱۳۹۰/۸/۶، ۰۰:۳۴:۰۵ صبح)shooshoo نوشته است: [ -> ]بعد از فعال سازی 2 تا جعبه شکلک اومده چه جوری یکیشو بردارم؟

متغير جعبه شكلك دوبار تكرار شده يكيشو پاك كن.

كنترل پنل مديريت » قالب ها » قالب مورد نظر » Show Thread Templates » قالب showthread_quickreply

متغير :

کد php:
{$clickablesmilies
کد:
<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>
                </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>
                    </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>
پیداش نکردم میشه پیدا کنید؟
(۱۳۹۰/۸/۶، ۰۱:۰۸:۲۸ صبح)shooshoo نوشته است: [ -> ]
کد:
<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>
                </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>
                    </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>
پیداش نکردم میشه پیدا کنید؟

چيزي كه از اين كد مشخصه اينه كه پلاگين پاسخ سريع پيشرفته فعال نيست !!!!!
لطفاً كدي رو كه دوبار شكلك هارو نشون ميده رو بزاريد . كد مربوط به فعال بودن پلاگين باشه.
دوستان متغیر ضمیمه کردن اتچمنت چیه و تو کدام تمپلت هست چون میخواستم به پاسخ سریع پیشرفته هم اضافش کنم
صفحه‌ها: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17