Ne işer Yarar : Ana sayfada son sütunda bilirsinizki o bölümün modları gözükür.. bu eklenti ile açılır menü ile moderatörleri görebiliyorsunuz...
Forumhome_forumbit_level2_post templatesini aç ve bu kodu bul;
PHP- Kodu:
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
bununla değiştir;
PHP- Kodu:
<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="#">Moderators</OPTION>
<OPTION VALUE="#">---------------------</OPTION>
$forum[moderators]</select></td></form></tr>
forumhome_moderator templatesini aç ve bu kodu bul;
PHP- Kodu:
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$moderator[userid]">$moderator[username]</a>
bununla değiştir;
PHP- Kodu:
<OPTION VALUE="member.php?$session[sessionurl]u=$moderator[userid]">$moderator[musername]</OPTION>
header templatesini aç ve bu kodu bul ;
PHP- Kodu:
<!-- c o n t e n t table -->
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="6" cellspacing="0" border="0">
<tr>
<td>
altına ekleyiniz;
PHP- Kodu:
<!-- kaotixVIBEinc -->
<script>
<!--
function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") { window.l o c a t i o n.href = newPage }
}
// -->
</script>
<!-- /kaotixVIBEinc -->
Not : c o n t e n t ve l o c a t i o n kelimelerini birleştirerek ekleyiniz sansürlü oldugu için ayırt ederek eklenmiştir...