مرجع پارسی MyBB

نسخه‌ی کامل: مشکل-کمک
شما درحال مشاهده‌ی نسخه‌ی متنی این صفحه می‌باشید. مشاهده‌ی نسخه‌ی کامل با قالب‌بندی مناسب.
صفحه‌ها: 1 2
سلام
وقتی کاربرا میخان پست بدن یه مشکل جدی دارن
1-پاسخ سریع کار نمیکنه یعنی اون منو بالاش نمیاد
2-شکلک هم نمیگیره
کسی ینیست؟؟؟؟؟؟؟؟
پلاگین پاسخ سریع را نصب کرده اید؟
بله
نصب کردم
کسی‎ ‎نیست‎ ‎جواب‎ ‎بده؟
درود
دوست گرامی
پلاگین را یه بار غیر فعال کن و سپس فعال کن جواب نداد بگو راه حل بعدی رو بگم
موفق باشید Smile
همین کارو کردم نگرفتHuh
درود
دوست گرامی دیدم
1. شما باید از نوع نصب کنید اینطوری که من دیدم در یک جا اشتباه پیشرفتی عزیز . از نوع نصب کن درست میشه ولی کامل وصحیح موفق باشید
نهاخه تا امروز درست کار میکرد
ولی امروز اینطوری شد
اول این که ایشون از نسخه 1.4.13 استفاده میکنند و اون پلاگین براشون جواب نمیده.
بعد ایشون تغییراتی دادن و دکمه افزودن فایل های یوتوب را قرار دادن که فکر کنم اشتباه قرار دادن.
پیشنهاد میکنم از کد زیر در تمپلیت showthread_quickreply استفاده کنید:
کد:
<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="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="trow2" width="20%"><strong>{$lang->post_subject}</strong></td>
<td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="RE: {$thread['subject']}" tabindex="1" /></td>
</tr>
{$posticons}
<tr>
            <tr>
                <td class="trow1" valign="top" width="22%">
                    <strong>{$lang->message}</strong><br />
                    <span class="smalltext">{$lang->message_note}<br />
{$smilieinserter}<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>
{$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>
خب الان شکلک نمایش داده نمیشه
من میخام مثل اولش بشهHuh
صفحه‌ها: 1 2