Moderatör Sütunu açılır olsun
Forumhome_forumbit_level2_post templatesnde bul:
<td class="alt1"><div class="smallfont">$forum[moderators]</div></td> 
Bununla değiştir;

<form><td class="alt1"><div class="smallfont"> 
<SELECT NAME="newLoc" onChange="jumpPage(this.form.newLoc)" style="font-size: 7pt; background-color: #dfdfdf; font-family: Arial, Tahoma;" maxlength="20"> 
<OPTION VALUE="#">Moderatörler</OPTION> 
<OPTION VALUE="#">Boş</OPTION> 
$forum[moderators]</select></td></form></tr>  
forumhome_moderator templatesini aç ve bu kodu bul;

<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$moderator[userid]">$moderator[username]</a>  
Bununla değiştir;

<OPTION VALUE="member.php?$session[sessionurl]u=$moderator[userid]">$moderator[musername]</OPTION> 
header templatesini aç ve bu kodu bul ;

<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="6" cellspacing="0" border="0"> 
<tr> 
<td>  
Altına Ekle

<script> 
<!-- 
function jumpPage(newLoc) { 
newPage = newLoc.options[newLoc.selectedIndex].value 
if (newPage != "") { window.location.href = newPage } 
} 
// --> 
</script>