• 23-01-2008, 17:03:41
    #1
    ForumNeuro - Forum - Oyun - Program bu sitede ki gibi nasıl moderatörleri yan tarfta gösterebilirim...?
  • 23-01-2008, 17:18:39
    #2


    Forumhome_forumbit_level2_post templatende aşağıdaki kodları bul:
    <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</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 aşağıdaki kodu bul ;
    <!-- content table -->
    <table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="6" cellspacing="0" border="0">
    <tr>
      <td>  
    Altına Ekle
    <!-- Mod tablosu başla -->
    <script>
    <!--
    function jumpPage(newLoc) {
    newPage = newLoc.options[newLoc.selectedIndex].value
    if (newPage != "") { window.********.href = newPage }
    }
    // -->
    </script>
    <!-- /Mod tablosu bit -->  


  • 23-01-2008, 17:34:59
    #3
    Üyeliği durduruldu
    Moderator Dropdown List - vBulletin.org Forum