تحديث آخر نسخة 1.8.37

تقييم الموضوع :
  • 1 أصوات - بمعدل 5
  • 1
  • 2
  • 3
  • 4
  • 5
هاك عدد مواضيع العضو فى الـ postbit
#1
الملف المرفق عبارة عن هاك عدد مواضيع العضو فى الـ postbit

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

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


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

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

افتح قالب postbit

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

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

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

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


الملفات المرفقة
.php   user_topics.php (الحجم : 2.17 ك ب / التحميلات : 54)
الرد
شكر من طرف :
#2
ألف الف الف شكر على الهاك وجارى التجربة
MyBB 1.4
الرد
شكر من طرف :
#3
مشكور اخوي بيبو اضافة رائعة

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


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

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

وشكراً
الرد
شكر من طرف :
#4
انسخ لى قالب postbit_classic وقالب postbit_author_user
الرد
شكر من طرف :
#5
هذا قالب

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>

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

يعطيك الف عافية ..
الرد
شكر من طرف :
#8
لك جزيل الشكر اخي بيبو...
الرد
شكر من طرف :
#9
العفو يا طيب
موفق بإذن الله.
الرد
شكر من طرف :
#10
شكراً بيبو على الإستجابة وتوفير الهاك
ربنا يوفقك ديماً

[صورة: logo0dc6.gif]
منتدى جامد
نسخة المنتدى mybb 1.4.4
الرد
شكر من طرف :


التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم