هاست لینوکس

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


امتیاز موضوع:
  • 0 رأی - میانگین امتیازات: 0
  • 1
  • 2
  • 3
  • 4
  • 5
ستاره ها
#1
آقا ستاره انجمنم اومده زیر آواتارExclamation
چیکا کنم که بره بالا آواتارBlush
آقا فهمیدم چرا اینجوری میشهBlush
وقتی از قسمت postbit_avatar ای متغیر {$post['onlinestatus']} پاک می کنم که آواتار 2تا نشون داده نشه اینجوری میشه(قسمت postbit_avatar فقط همین {$post['onlinestatus']} داخلشه)
خوب حالا چیکا کنم ؟Blush
پاسخ
#2
آقا این مشکلم یک راه خل بدید
این لینک ببینید http://forum.lordpersia.com/showthread.php?tid=3 قوانین انجمن که گذاشتم انجمن از عرض بزرگ شدExclamation
پاسخ
#3
آقا مشکل دوم به خاطر عرض ادیتور بود که کوچیک کردم درست شدBlush
فقط یکی همون مشک اول بیاد راهنمایی کنه ممنون میشمHeart
پاسخ
#4
شما کد پست بیتو بزار اینجا واستون ببینم میتونم ادیتش کنم Smile
دیگه وقت مدیریت سایت و انجمن رو ندارم و از امروز به بعد فقط کارم کمک تو این پشتیبانی هست

Smile
پاسخ
#5
کد:
{$ignore_bit}<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a><table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">    <tbody>        <tr>            <td class="tcat">                <div class="float_right smalltext">                    {$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>                </div>                {$post['posturl']}            </td>        </tr>        <tr>            <td class="trow1 {$unapproved_shade}">                <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">                    <tr>                        <td class="post_avatar" width="1" style="padding-left: 10px;">                            {$post['useravatar']}                        </td>                        <td class="post_author">                            <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />                            <span class="smalltext">                                {$post['usertitle']}<br />                                {$post['userstars']}                                {$post['groupimage']}                            </span>                        </td>                        <td class="smalltext post_author_info" width="165">                            {$post['user_details']}                        </td>                    </tr>                </table>            </td>        </tr>        <tr>            <td class="trow2 post_content {$unapproved_shade}">                <span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>                <div class="post_body" 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>            <td class="trow1 post_buttons {$unapproved_shade}">                <div class="author_buttons float_right">                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}                </div>                <div class="post_management_buttons float_left">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}                </div>            </td>        </tr>{$post['thxdsp_inline']}    </tbody></table>{$post['thxdsp_outline']}
پاسخ
#6
شما اگه از پست بیت کلاسیک (افقی) استفاده میکنید باید کد postbit classic رو بدید.این کد مربوط به پست بیت عمودی بود
دیگه وقت مدیریت سایت و انجمن رو ندارم و از امروز به بعد فقط کارم کمک تو این پشتیبانی هست

Smile
پاسخ
#7
کد:
{$ignore_bit}<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">    <tr>        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>        <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />        <span class="smalltext">            {$post['usertitle']}<br />            {$post['userstars']}            {$post['groupimage']}            {$post['useravatar']}<br />            {$post['user_details']}        </span>    </td>    <td class="{$altbg}" valign="top">        <table width="100%">            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>            <br />            <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">                {$post['message']}            </div>            {$post['attachments']}            {$post['signature']}            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>                {$post['iplogged']}            </div>        </td></tr>    </table></td></tr><tr>    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>    <td class="{$altbg}" style="vertical-align: middle;">        <table width="100%" border="0" cellpadding="0" cellspacing="0">            <tr valign="bottom">                <td align="right" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>                <td align="left">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>            </tr>        </table>    </td></tr>{$post['thxdsp_inline']}</table>{$post['thxdsp_outline']}
پاسخ
#8
کد:
{$ignore_bit}<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">    <tr>        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>        <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}<br />        <span class="smalltext">            {$post['usertitle']}<br />            {$post['userstars']}            {$post['groupimage']}    <br />       {$post['useravatar']}<br />            {$post['user_details']}        </span>    </td>    <td class="{$altbg}" valign="top">        <table width="100%">            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>            <br />            <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">                {$post['message']}            </div>            {$post['attachments']}            {$post['signature']}            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>                {$post['iplogged']}            </div>        </td></tr>    </table></td></tr><tr>    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>    <td class="{$altbg}" style="vertical-align: middle;">        <table width="100%" border="0" cellpadding="0" cellspacing="0">            <tr valign="bottom">                <td align="right" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>                <td align="left">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>            </tr>        </table>    </td></tr>{$post['thxdsp_inline']}</table>{$post['thxdsp_outline']}

از لحاظ کدی درست به نظر میومد اما اینی که گذاشتمو یه تست بکن نتیجه رو بگو Big Grin
دیگه وقت مدیریت سایت و انجمن رو ندارم و از امروز به بعد فقط کارم کمک تو این پشتیبانی هست

Smile
پاسخ
#9
نشدSad
آقا وقتی پلاگین آواتار فعال می کنم اینجوری میشه
پاسخ
 سپاس شده توسطشماره مجازی (۱۴۰۱/۸/۲۶، ۰۱:۴۹:۴۳ صبح) ، گراف مسنجر (۱۴۰۱/۱۰/۳، ۰۴:۱۱:۵۷ صبح) ، چارتر ۴۲۴ (۱۴۰۲/۹/۱۲، ۱۵:۱۱:۴۸ عصر)


پرش به انجمن:


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