سهل ياغالي
أفتح تمبلت forumhome_forumbit_level1  _nopost
وابحث عن 
	كود PHP:
	
<tr align="center"> 
   <td class="thead"> </td> 
   <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> 
   <td class="thead" width="175">$vbphrase[last_post]</td> 
   <td class="thead">$vbphrase[threads]</td> 
   <td class="thead">$vbphrase[posts]</td> 
   <if condition="$vboptions['showmoderatorcolumn']"> 
   <td class="thead">$vbphrase[moderator]</td> 
   </if> 
 </tr> 
  استبدله بهذا الكود
	كود PHP:
	
<tr align="center"> 
   <td class="thead" width="5%"> </td> 
   <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td> 
   <td class="thead" width="25%">$vbphrase[last_post]</td> 
   <td class="thead" width="10%">$vbphrase[threads]</td> 
   <td class="thead" width="10%">$vbphrase[posts]</td> 
   <if condition="$vboptions['showmoderatorcolumn']"> 
   <td class="thead" width="0%">$vbphrase[moderator]</td> 
   </if> 
 </tr> 
  
						
					
مواقع النشر (المفضلة)