forumhome_forumbit_level1_nopost teamplesinde bul

<td class="thead" width="5%">&nbsp;</td>
   <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead" width="25%" align="$stylevar[left]">$vbphrase[last_post]</td>
    <td class="thead" width="5%">$vbphrase[threads]</td>
   <td class="thead" width="5%">$vbphrase[posts]</td>
   <if condition="$vboptions[showmoderatorcolumn]">
   <td class="thead" width="10%">$vbphrase[moderator]</td></if>
aşağıdakiyle değiştir.

<if condition="$show['member']">
   <td class="thead" width="5%">&nbsp;</td>
   <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
    <td class="thead" width="25%" align="$stylevar[left]">$vbphrase[last_post]</td>
    <td class="thead" width="5%">$vbphrase[threads]</td>
   <td class="thead" width="5%">$vbphrase[posts]</td>
   <if condition="$vboptions[showmoderatorcolumn]">
   <td class="thead" width="10%">$vbphrase[moderator]</td></if>
</if>