تو قسمت نمایش نام مدیران اسم یوزرای ادمین بیاد بالا

Silver PC

Well-Known Member
سلام
همونطور که میدونید وقتی یه انجمن رو نصب میکنیدو براش مدیر تعیین میکنید تو قسمت نمایش مدیران انجمن نام ادمین آخر از همه میاد که با استفاده از این روش میاد بالا:

تو template این رو پیدا کنید :

کد:
SHOWGROUPS

بعد این متن رو پیدا کنید :

کد:
<if condition="$moderatorbits">
<!-- moderators -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat" colspan="4">$vbphrase[moderators]</td>
</tr>
<tr>
    <td class="thead">&nbsp;</td>
    <td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
    <td class="thead" width="50%">$vbphrase[forums]</td>
    <td class="thead">$vbphrase[contact]</td>
</tr>
$moderatorbits
</table>
<br />
<!-- end moderators -->
</if>

$usergroups

جاشو با اینا عوض کنید :

کد:
$usergroups

<if condition="$moderatorbits">
<!-- moderators -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
    <td class="tcat" colspan="4">$vbphrase[moderators]</td>
</tr>
<tr>
    <td class="thead">&nbsp;</td>
    <td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
    <td class="thead" width="50%">$vbphrase[forums]</td>
    <td class="thead">$vbphrase[contact]</td>
</tr>
$moderatorbits
</table>
<br />
<!-- end moderators -->
</if>

منببع : مرجع وی بی
 

جدیدترین ارسال ها

بالا