الدعم العربي

نسخة كاملة : هاك عدد مواضيع العضو فى الـ postbit
أنت حالياً تتصفح نسخة خفيفة من المنتدى . مشاهدة نسخة كاملة مع جميع الأشكال الجمالية .
الصفحات : 1 2
الملف المرفق عبارة عن هاك عدد مواضيع العضو فى الـ postbit

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

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


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

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

افتح قالب postbit

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

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

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

بالتوفيق بإذن الله.
ألف الف الف شكر على الهاك وجارى التجربة
مشكور اخوي بيبو اضافة رائعة

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

[attachment=750]

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

وشكراً
انسخ لى قالب postbit_classic وقالب postbit_author_user
هذا قالب

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>

ومشكور خيو ..
استبدل قالب الـ 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>
مشكور اخوي بيبو تم التركيب ..

يعطيك الف عافية ..
لك جزيل الشكر اخي بيبو...
العفو يا طيب
موفق بإذن الله.
شكراً بيبو على الإستجابة وتوفير الهاك
ربنا يوفقك ديماً
الصفحات : 1 2