هاست لینوکس

آخرین بسته‌ی MyBB: نسخه‌ی 1.8.27 MyBB منتشر شد


امتیاز موضوع:
  • 0 رأی - میانگین امتیازات: 0
  • 1
  • 2
  • 3
  • 4
  • 5
مشکل مکان پاپ آپ ویرایش/ویرایش سریع در پست بیت
#5
یعنی بدون فایل xml نمیشه فهمید؟

راستی من یادم رفت بگم من قسمت postbit-classic که با div شروع میشد رو با tr و td عوض کردم  برای پست اول صفحه کار میکرد و درست جای خودش بود اما دومی و بعدی ها زیرش

میومد اما میرفت زیر لایه دیگه . در کل منظورم اینه که امکان داره از div ها باشه و اگر با tr و td کار بشه شاید درست بشه . اما مشکل اینجاست که وفتی با tr و td کار میکنم قالب پست بیت

 خراب میشه و درهم نشون میده

 کد های زیر برای قالبی که پاپ آپ بد نشون داده میشه:

کد:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
    <div class="post_author scaleimages">
    {$post['useravatar']}
        <div class="author_information">    
    <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
        <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}
            </span>    
    </div>
    <div class="author_statistics">
        {$post['user_details']}
    </div>
</div><div>
<div class="post_content">
    <div class="post_head">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
    {$post['subject_extra']}
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
    {$post['attachments']}
    {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
        {$post['iplogged']}
    </div>
</div>
<div class="post_controls">
    <div class="postbit_buttons author_buttons float_right">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
    </div>
    <div class="postbit_buttons post_management_buttons float_left">
        {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['thanks']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    </div>
</div>

کدهای زیر هم ویرایش شده کد های هست و پاپ آپ در پست اول زیرش میاد اما قالب بندی پست بیت رو بد نشون میده و درهم:


کد:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<tr><div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
    <tr><td class="post_author scaleimages">
    {$post['useravatar']}
        <div class="author_information">    
    <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />
        <span class="smalltext">
                {$post['usertitle']}<br />
                {$post['userstars']}
                {$post['groupimage']}
            </span>    
    </div>
    <div class="author_statistics">
        {$post['user_details']}
    </div>
        </td></tr>
<tr><td class="post_content">
    <div class="post_head">
        {$post['posturl']}
        {$post['icon']}
        <span class="post_date">{$post['postdate']} <span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
    {$post['subject_extra']}
    </div>
    <div class="post_body scaleimages" id="pid_{$post['pid']}">
        {$post['message']}
    </div>
    {$post['attachments']}
    {$post['signature']}
    <div class="post_meta" id="post_meta_{$post['pid']}">
        {$post['iplogged']}
    </div>
</td></tr>
<tr><div class="post_controls">
    <div class="postbit_buttons author_buttons float_right">
        {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
    </div>
    <div class="postbit_buttons post_management_buttons float_left">
        {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['thanks']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
    </div></tr>
    </div>></tr>

عکس قالب درهم پست بیت رو هم میزارم ببینید به چه شکل شده اما پاپ آپ ویرایش زیر باز میشه .


فایل‌(های) پیوست شده بندانگشتی (ها)
       
پاسخ


پیام‌های داخل این موضوع
RE: مشکل مکان پاپ آپ ویرایش/ویرایش سریع در پست بیت - توسط alimoazzez - ۱۳۹۳/۱۲/۵، ۲۲:۴۸:۲۰ عصر

موضوع‌های مشابه…
موضوع نویسنده پاسخ بازدید آخرین ارسال
  مشکل ویرایش سریع motorola30 7 3,644 ۱۳۹۵/۴/۵، ۰۴:۲۴:۱۷ صبح
آخرین ارسال: motorola30
  مشکل در ویرایش سریع ارسال ashpazkhanoom 3 1,698 ۱۳۹۴/۱۲/۲۱، ۲۰:۱۹:۰۶ عصر
آخرین ارسال: ashpazkhanoom

پرش به انجمن:


کاربرانِ درحال بازدید از این موضوع: 1 مهمان