ملتقى قبيلة حرب الرسمي

ملتقى قبيلة حرب الرسمي (http://www.m-harb.net/vb/index.php)
-   ملتقى برامج الكمبيوتر (http://www.m-harb.net/vb/forumdisplay.php?f=5)
-   -   دمج المواضيع والمشاركات والزوار في خانة مستقلة (http://www.m-harb.net/vb/showthread.php?t=84530)

الحب الباقي 25-02-11 02:37 AM

دمج المواضيع والمشاركات والزوار في خانة مستقلة
 
السسلآم عليكم ..

بطلب من أحد الاعضاء , لهذه الطريقة , تم تنفيذهـآ ~

وهي دمج ( عدد المواضيع وعدد المشاركات وعدد الزوار ) في خانة مستقلة

مثـآل مباشر ~

Mesho Net


طريقة التركيب ~

في قـآلب forumhome أو قـآلب forumhome_forumbit_level1_nopost

وقـآلب forumdisplay

استبدل مـآبين
كود:

<thead>
و
كود:

</thead>
بالتـآلي ..

كود:

        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="40%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="30%">$vbphrase[last_post]</td>
          <td class="thead" width="20%">الاحصائيات</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead" width="10%">$vbphrase[moderator]</td>
          </if>
        </tr>

<-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=->

استبدل قـآلب forumhome_forumbit_level2_post

بالتـآلي ..

كود:

<tr align="center">
        <td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
        <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
                <div>
                        <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                </div>
                <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
                <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
        </td>
        <td class="alt2">$forum[lastpostinfo]</td>
        <td class="alt1">
<div class="mr"><if condition="$show['browsers']">المتواجدون : $forum[browsers]<else />المتواجدون : 0</if></div>
<div class="mr">$vbphrase[threads] : $forum[threadcount]</div>
<div class="mr">$vbphrase[posts] : $forum[replycount]</div>
</td>
        <if condition="$vboptions['showmoderatorcolumn']">
        <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
        </if>
</tr>
$childforumbits

<-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=->

استبدل قـآلب forumhome_forumbit_level1_post

بالتـآلي ..

كود:

<if condition="!$show['collapsable_forums']">
<tbody>
</if>
        <tr align="center">
                <td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">

                <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                        <td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
                        <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
                        <td>
                        <div>
                                <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                        </div>
                        <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                        <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
                        <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
                        </td>
                </tr>
                </table>

                </td>
<td class="alt2">$forum[lastpostinfo]</td>
        <td class="alt1">
<div class="mr"><if condition="$show['browsers']">المتواجدون : $forum[browsers]<else />المتواجدون : 0</if></div>
<div class="mr">$vbphrase[threads] : $forum[threadcount]</div>
<div class="mr">$vbphrase[posts] : $forum[replycount]</div>
</td>
                <if condition="$vboptions['showmoderatorcolumn']">
                <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
                </if>
        </tr>

<if condition="!$show['collapsable_forums']">
</tbody>
</if>

<if condition="$childforumbits">
<if condition="!$show['collapsable_forums']">
<tbody>
</if>
        $childforumbits
<if condition="!$show['collapsable_forums']">
</tbody>
</if>
</if>

<-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=->

واضف هذآ الكـود في تعـآريف Css الاضافية ..

كود:

.mr {
border-bottom:1px solid #CCCCCC;
padding:2px 0;
text-align:center;
}


محمدالخضراني 01-03-11 05:22 AM

يعطيك ربي العافيه وبيض الله وجهك

وليف الشوق 29-06-11 03:50 PM

تسلم ياالذيب الله يعطيك العافيه

الحب الباقي 11-09-11 07:48 PM

¨°o.O ( ×××××××) O.o°¨

الله يـعـطـيـكم الـعـافيـــــــــــة على المرور
بيض الله وجيهكم



الساعة الآن 02:04 PM

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd. Designed & TranZ By Almuhajir

Ads Management Version 3.0.1 by Saeed Al-Atwi