السلام عليكم
[هاك مؤشر] المستوى لكل قسم
لرؤية مثال
http://www.al-garya.com/hewar/index.php?styleid=10
لاحظ تحت مسمى كل قسم
الشرح:
خطوتين فقط
////////////////////
افتح ملف
includes/functions_forumlist.php
----------
ابحث عن:
-------------------------------
$forum['replycount'] = $counters["$forum[forumid]"]['replycount'];
-------------------------------
تحته مباشره اضف
---------------------------------
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;
}
-----------------
الان الخطوة الثانيه افتح تمبلت
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=green>المستوى»</font> <IMG height=6 alt=""
src="w2w2w2/misc/b.gif" width="$forumactivity%"><IMG height=6
alt="" src="w2w2w2/misc/br.gif" width=6></DIV></td></table>
--------------------
ملاحظه غير مسار الصور فى التمبلت للستايل حقك او الذي تستخدمه
تحت مجلد misc في الاستايل الذي تستخدمه
هنا مثلا استايل
w2w2ws2
-------------
انتهى الشرح
الصور فى الملف المرفق مع
functions_forumlist.php
للنسخه 3.0.3
جاهز ومعدل للى مايبغى ينفذ الخطوه الاولى
تحياتي للجميع
تعريب وتطوير
http://www.w2w2w2.com/
ولانسأل الا الدعاء![]()