السلام عليكم
هاك المستوى لكل قسم بالواجهة الرئيسية
طريقة التركيب
فتح الملف includes/functions_forumslist.php
ابحث عن:
كود://get counters from the counters cache ( prepared by fetch_last_post_array() ) $forum['threadcount'] = $counters["$forum[forumid]"]['threadcount']; $forum['replycount'] = $counters["$forum[forumid]"]['replycount'];
الصق تحته:
كود:/* begin forum activity hack */ if ($forum[threadcount]!=0) { $nowstamp=time(); $forumactivity=intval($forum[threadcount] / $forum[replycount] * ($nowstamp+$forum[lastpost]) / ($nowstamp-$forum[lastpost]+1) / 3600); if ($forumactivity > 68) { $forumactivity = 68; } } else { $forumactivity=0; } /* end forum activity hack */
بعدها إذهب للتمبلت: forumhome_forumbit_level2_post
ابحث عن :
كود:<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
ضع تحته:
كود:<table width="85%"><td noWrap> <DIV class=smallfont ><font color=red>» النشاط:</font> <IMG height=6 alt="" src="images/b.gif" width="$forumactivity%"><IMG height=6 alt="" src="images/br.gif" width=6></DIV></td></table>
قم برفع الصور التي بالمرفقات الى المجلد الرئيسي images
انتهي
لمشاهدة الهاك
www.alfirooz.com/vb


رد مع اقتباس
