هاست لینوکس

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


امتیاز موضوع:
  • 0 رأی - میانگین امتیازات: 0
  • 1
  • 2
  • 3
  • 4
  • 5
درخواست متغیر های پست بیت
#1
درود
دوستان عزیز کسی متغیر پست بیت رو داره ، من همه ی متغیر های پست بیت رو می خوام هر کس داره بزار ممنونش می شم
یادش بخیر چه زمانی بود
پاسخ
#2
postbit_author_user
کد php:
<div class="post_field">{$lang->postbit_posts} {$post['postnum']}</div>
<
div class="post_field">{$lang->postbit_joined} {$post['userregdate']}</div>
<
div class="post_field">{$post['replink']}{$post['warninglevel']}</div

postbit
کد php:
{$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"><a href="#" id="profilelink_{$post['pid']}">{$post['username_formatted']}</span></strong></a>
<
div id="profilelink_{$post['pid']}_popup" class="popup_menu" style="display: none;">
<
div class="popup_item_container">
<
a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$post['uid']}class="popup_item">مشاهده پروفايل کاربر</a>
</
div>
<
div class="popup_item_container">
<
a href="{$mybb->settings['bburl']}/search.php?action=finduser&amp;uid={$post['uid']}class="popup_item">مشاهده ارسال هاي کاربر</a>
</
div>
<
div class="popup_item_container">
<
a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$post['uid']}class="popup_item">مشاهده موضوعات کاربر</a>
</
div>
<
div class="popup_item_container">
<
a href="{$post['website']}target="_blank" " class="popup_item">مشاهده وب سايت کاربر</a>
</div>
<div class="
popup_item_container">
<a href="
{$mybb->settings['bburl']}/private.php?action=send&amp;uid={$post['uid']}" class="popup_item">ارسال پيام خصوصي به کاربر</a>
</div>
<div class="
popup_item_container">
<a href="
{$mybb->settings['bburl']}/member.php?action=emailuser&amp;uid={$post['uid']}" class="popup_item">ارسال ايميل به کاربر</a>
</div>
</div><br />
<script language="
javascript" type="text/javascript">
new PopupMenu("
profilelink_{$post['pid']}");
</script>

{$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']} 

postbit_classic
کد php:
{$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"><a href="#" id="profilelink_{$post['pid']}">{$post['username_formatted']}</span></strong></a>
<
div id="profilelink_{$post['pid']}_popup" class="popup_menu" style="display: none;">
<
div class="popup_item_container">
<
a href="{$mybb->settings['bburl']}/member.php?action=profile&amp;uid={$post['uid']}class="popup_item">مشاهده پروفايل کاربر</a>
</
div>
<
div class="popup_item_container">
<
a href="{$mybb->settings['bburl']}/search.php?action=finduser&amp;uid={$post['uid']}class="popup_item">مشاهده ارسال هاي کاربر</a>
</
div>
<
div class="popup_item_container">
<
a href="{$mybb->settings['bburl']}/search.php?action=finduserthreads&uid={$post['uid']}class="popup_item">مشاهده موضوعات کاربر</a>
</
div>
<
div class="popup_item_container">
<
a href="{$post['website']}target="_blank" " class="popup_item">مشاهده وب سايت کاربر</a>
</div>
<div class="
popup_item_container">
<a href="
{$mybb->settings['bburl']}/private.php?action=send&amp;uid={$post['uid']}" class="popup_item">ارسال پيام خصوصي به کاربر</a>
</div>
<div class="
popup_item_container">
<a href="
{$mybb->settings['bburl']}/member.php?action=emailuser&amp;uid={$post['uid']}" class="popup_item">ارسال ايميل به کاربر</a>
</div>
</div><br />
<script language="
javascript" type="text/javascript">
new PopupMenu("
profilelink_{$post['pid']}");
</script>

{$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']}" class="post_body">
                
{$post['message']}
            </div>
            
{$post['attachments']}
            
{$post['signature']}
            <div style="
text-alignrightvertical-alignbottom;" 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-spacenowraptext-aligncentervertical-alignmiddle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="
{$altbg}" style="vertical-alignmiddle;">
        <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']} 

2 کد آخر پیشفرض نیستند !
مهم بودن رو فراموش کن!

تیتر روزنامه ی یکشنبه، زباله ی روزدوشنبه است …


پاسخ
 سپاس شده توسطkhp (۱۳۹۱/۵/۲، ۱۳:۱۶:۳۰ عصر) ، soltaneghalbha (۱۳۹۱/۵/۲، ۱۳:۲۷:۲۱ عصر) ، Fa r s h i d (۱۳۹۱/۵/۲، ۱۵:۴۷:۲۹ عصر) ، شماره مجازی (۱۴۰۱/۸/۲۶، ۰۱:۵۲:۵۰ صبح) ، گراف مسنجر (۱۴۰۱/۱۰/۳، ۰۴:۱۴:۵۱ صبح) ، چارتر ۴۲۴ (۱۴۰۲/۹/۱۲، ۱۵:۱۶:۱۵ عصر)


پرش به انجمن:


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