الدعم العربي
هاك عدد مواضيع العضو فى الـ postbit - نسخة قابلة للطباعة

+- الدعم العربي (https://www.mybbarab.com)
+-- قسم : :: . + تطوير ودعم نسخة MyBB + . :: (https://www.mybbarab.com/forum-99.html)
+--- قسم : تطوير منتديات MyBB 1.4 (https://www.mybbarab.com/forum-1.html)
+---- قسم : هاكات منتديات MyBB 1.4 العربية (https://www.mybbarab.com/forum-89.html)
+---- الموضوع : هاك عدد مواضيع العضو فى الـ postbit (/thread-8135.html)

الصفحات: 1 2


هاك عدد مواضيع العضو فى الـ postbit - Pepo - 2009-03-15

الملف المرفق عبارة عن هاك عدد مواضيع العضو فى الـ postbit

طريقة التركيب بمنتهى البساطة ارفع الهاك لمجلد inc/plugins

ثم قم بتفعيله من لوحة التحكم.


اذا لم يظهر عدد مواضيع العضو بالـ postbit مباشرة قم بالتالى

لأصحاب النظام الأفقى

افتح قالب postbit

ابحث عن
كود :
{$post['user_details']}

استبدلها بالتالى
كود :
{$post['use_topics']}
{$post['user_details']}

لأصحاب النظام العمودى, نفس التعديلات لكن على قالب postbit_classic

بالتوفيق بإذن الله.


RE: هاك عدد مواضيع العضو فى الـ postbit - liro - 2009-03-15

ألف الف الف شكر على الهاك وجارى التجربة


RE: هاك عدد مواضيع العضو فى الـ postbit - alammary888 - 2009-03-16

مشكور اخوي بيبو اضافة رائعة

بس .. شوف الصورة


.bmp   dd.bmp (الحجم : 74.73 ك ب / التحميلات : 54)

شوف عدد المواضيع << كيف ابغاه يكون داخل اطار ؟؟

وشكراً


RE: هاك عدد مواضيع العضو فى الـ postbit - Pepo - 2009-03-16

انسخ لى قالب postbit_classic وقالب postbit_author_user


RE: هاك عدد مواضيع العضو فى الـ postbit - alammary888 - 2009-03-16

هذا قالب

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">{$post['profilelink']}</span></strong> <br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
{$post['use_topics']}
{$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']}">
<p align="center">
<span style="font-size:20px;">{$post['message']}</span></p>
</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="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
<td align="right">{$post['button_spam']}{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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>
</table>

وهذا قالب
postbit_author_user
كود :
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="1" class="tborder" style="font-size:11px">
    <tr>
    <td class="trow3" align="center">
    {$lang->postbit_posts} {$post['postnum']}
    </td>
    </tr>
    <tr>
    <td class="trow3" align="center">
    {$lang->postbit_group} {$usergroup['title']}
    </td>
    </tr>
    <tr>
    <td class="trow3" align="center">
    {$lang->postbit_joined} {$post['userregdate']}
    </td>
    </tr>
    <tr>
    <td class="trow3" align="center">
    {$lang->postbit_status} {$post['onlinestatus']}
    </td>
    </tr>
    <tr>
    <td class="trow3" align="center">
    {$post['replink']}
    </td>
    </tr>
<tr>
    <td class="trow3" align="center">
    
{$post['warninglevel']}    </td>
    </tr>
</table>

ومشكور خيو ..


RE: هاك عدد مواضيع العضو فى الـ postbit - Pepo - 2009-03-16

استبدل قالب الـ postbit_classic بالتالى
كود :
{$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> <br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}
{$post['useravatar']}<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="1" class="tborder" style="font-size:11px">
<tr><td class="trow3" align="center">
{$post['use_topics']}
</td></tr>
{$post['user_details']}
</table>
</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']}">
<p align="center">
<span style="font-size:20px;">{$post['message']}</span></p>
</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="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
<td align="right">{$post['button_spam']}{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$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>
</table>

وقالب postbit_author_user بالتالى
كود :
<tr>
    <td class="trow3" align="center">
    {$lang->postbit_posts} {$post['postnum']}
    </td>
    </tr>
    <tr>
    <td class="trow3" align="center">
    {$lang->postbit_group} {$usergroup['title']}
    </td>
    </tr>
    <tr>
    <td class="trow3" align="center">
    {$lang->postbit_joined} {$post['userregdate']}
    </td>
    </tr>
    <tr>
    <td class="trow3" align="center">
    {$lang->postbit_status} {$post['onlinestatus']}
    </td>
    </tr>
    <tr>
    <td class="trow3" align="center">
    {$post['replink']}
    </td>
    </tr>
<tr>
    <td class="trow3" align="center">
    
{$post['warninglevel']}    </td>
    </tr>



RE: هاك عدد مواضيع العضو فى الـ postbit - alammary888 - 2009-03-16

مشكور اخوي بيبو تم التركيب ..

يعطيك الف عافية ..


RE: هاك عدد مواضيع العضو فى الـ postbit - Dr.Desmond - 2009-03-19

لك جزيل الشكر اخي بيبو...


RE: هاك عدد مواضيع العضو فى الـ postbit - Pepo - 2009-03-19

العفو يا طيب
موفق بإذن الله.


RE: هاك عدد مواضيع العضو فى الـ postbit - hidden_ghost - 2009-03-19

شكراً بيبو على الإستجابة وتوفير الهاك
ربنا يوفقك ديماً