أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

Rank system


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif [مجابه] Rank system
  17-06-2011 05:49 مساءً  
spilili
معلومات الكاتب
open the template writer_info.tpl

chercher :





CODE
<img border="0" src="{$RatingInfo[&#39;rating&#39;]}">



change it by :
CODE






{if {$Info[&#39;usergroup&#39;]} == 1}
<img border="0" src="look/images/rating/rating_5.gif">

{elseif {$Info[&#39;usergroup&#39;]} == 2}
<img border="0" src="look/images/rating/rating_5.gif">

{elseif {$Info[&#39;usergroup&#39;]} == 3}
<img border="0" src="look/images/rating/rating_5.gif">

{elseif
{$Info[&#39;usergroup&#39;]} == 8}
<img border="0" src="look/images/rating/rating_5.gif">

{else}
<img border="0" src="{$RatingInfo[&#39;rating&#39;]}">
{/if}

this code will fixe the rank to the groups 1 2 3 8




the code is easy and you can edit it dont forgate to specifie the location of image

from : emovip


تم تحرير المشاركة بواسطة :spilili بتاريخ:17-06-2011 05:50 مساءً



الساعة الآن 08:24 AM