Ara 21
Admini Silinmez Yapmak için öncellikle
Sources/Subs-members.php Aç
BUL
// Delete a group of/single member.
function deleteMembers($users)
{
global $db_prefix, $sourcedir, $modSettings, $ID_MEMBER;
Admini Silinmez Yapmak için öncellikle
Sources/Subs-members.php Aç
BUL
// Delete a group of/single member.
function deleteMembers($users)
{
global $db_prefix, $sourcedir, $modSettings, $ID_MEMBER;
var message="Sağ Tuş Yasağı !";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
Önce avatarı olmayan üye’ye bir avatar belirleyin. mesela bu isim autoavatar.jpg olsun. images klasörünüze yükleyin daha sonra yapmanız gereken
Display.template.php açın
BUL
if (!empty($settings['show_user_images']) && empty($options['show_no_avatars']) && !empty($message['member']['avatar']['image'])) echo ' <div style="overflow: auto; width: 100%;">', $message['member']['avatar']['image'], '</div><br />';
Anasayfanın En Altındaki İstatistiklerin Düzenlenmesi
GÖRÜNÜMÜ

BoardIndex.template.php‘de
Recent Comments