
Paket modifikasyona burdan ulaşabilirsiniz.
Admin Note Pad (İngilizce)
Manuel Anlatım
languages/Modifications.turkish.php de
Bul
?>Öncesine Ekle:
//Admin Not Defteri Başlangıcı $txt['notepad_title'] = 'Admin Notderfteri'; $txt['notepad_des'] = 'Buraya forumdaki diğer adminlerin görebileceği notlar bırakabilirsiniz.'; $txt['notepad_save'] = 'Kaydet'; //Admin Not Defteri sonuAnadizin İndex.php de
Bul
'news' => array('ManageNews.php', 'ManageNews'),Öncesine Ekle:
'notesave' => array('Notepad.php', 'SaveNote'),Themes/default/Admin.template.php de Bul
</table>'; // Is there an update available? echo 'Öncesine Ekle
<tr> <td class="windowbg" valign="top" style="padding: 7px;"> <h3>' . $txt['notepad_title'] . '</h3> ' . $txt['notepad_des'] . '<br /> <form method="POST" action="' . $scripturl . '?action=notesave"> <textarea rows="7" name="txtnotes" cols="88">' . @$modSettings['adminnotes'] . '</textarea><br /> <input type="submit" value="' . $txt['notepad_save'] . '" name="cmdnotes" /> </form> <br /> </div> </td> </tr>Son olarak Ekteki dosyayı winrardan Çıkarıp Sources klasörüne atmanız yeterli.