Admin User List 2.0.5 + Türkçe Dil

Eklentiler ile ilgili gelişmeler. Yeni modlar, güncellemeler.

Admin User List 2.0.5 + Türkçe Dil

İleti KenanBalamir 09.05.2006, 04:37

[syntax="php"]##############################################################
## MOD Basligi: Admin Userlist
## MOD Yapimcisi: Milkboy31 (original author is wGEric)
## MOD Açiklamasi: Kullanicilarinizin bir listesini gösterir ve çesitli düzenlemeler yapmanizi saglar
## MOD Sürümü: 2.0.5c
##
## Kurulum Seviyesi: Kolay
## Kurulum Süresi: 5 Dakika
## Düzenlenecek Dosyalar: language/lang_english/lang_admin.php
## Dahili Dosyalar: admin/admin_userlist.php
## templates/subSilver/admin/userlist_body.tpl
## templates/subSilver/admin/userlist_group.tpl
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Yapimci Notu:
##
## Silinen kullanicilar geri gelmez!
##
## A special thanks to all those who helped test this MOD
## GPHemsley
## R45
##
##############################################################
## MOD History:
##
## 2006-01-18 - version 2.0.5c
## - Cleaned up some code to be more uniform
## - Fixed the sql error readout bug
## - Added Email, Post, and Website columns
## - Added ability to sort by Website
## - Added "upgrades" folder to hold optional files
##
## 2005-10-20 - version 2.0.5b
## - Removed some hard coded language to be officially PHPBB MOD Compatible
##
## 2005-10-12 - version 2.0.5
## - Updated template disclaimer/license to be officially PHPBB MOD Compatible
##
## 2005-10-10 - version 2.0.4
## - Added support for Nivisec's Color Groups mod (see colorgroups_userlist.mod)
## - Fixed admin/mod color scheme from 2.0.3 release
##
## 2005-10-06 - version 2.0.3 (wGEric, the original author, passed the MOD to Milkboy31)
## - Fixed sort function
## - Selected sorting option remains highlighted on results page
## - Prevent setting 0 users from causing error
## - Deleting group mods fixed
## - Sorts by newest registration first (by ASC instead of DESC by default)
## - Names link back to "manage user" instead of "profile" now
## - Userlist length is set to topics_per_page instead of posts_per_page
## - Added Select / De-select all buttons
## - Corrected placement of </Form> code
## - Added "time" to last activity column
## - Deleting a member keeps their ID on posts instead of using Anonymous
## - Spelling correction of "Delete" in userlist delete confirmation
##
## 2004-07-13 - Versoin 2.0.2
## - Fixed bugs with adding users to groups
## - fixed other bugs as well
##
## 2004-05-24 - Version 2.0.1
## - Fixed security issues
## - Made compatible with php 3
## - Fixed minor bugs
##
## 2004-05-18 - Version 2.0.0
## - complete rewrite of code
## - added ability to add multiple users to a group
## - changed look, Open/Close Feature
## - Fixed all known bugs
## ##############################################################
## Bu MOD'u Forumunuza Eklemeden Önce, Degisiklik Gerektiren Dosyalarin Bir Yedegini Alin!
##############################################################

#
#-----[ KOPYALA ]------------------------------------------
#
kopyala admin/admin_userlist.php to admin/admin_userlist.php
kopyala templates/subSilver/admin/userlist_body.tpl to templates/subSilver/admin/userlist_body.tpl
kopyala templates/subSilver/admin/userlist_group.tpl to templates/subSilver/admin/userlist_group.tpl

#
#-----[ AÇ ]------------------------------------------
#
language/lang_english/lang_admin.php


#
#-----[ BUL ]------------------------------------------
#
# Full Line:
# $lang['Install_No_PCRE'] = 'phpBB2 Requires the Perl-Compatible Regular Expressions Module for PHP which your PHP configuration doesn\'t appear to support!';
#
$lang['Install_No_PCRE'] =


#
#-----[ SONUNA, EKLE ]------------------------------------------
#

//
// Admin Userlist Start
//
$lang['Userlist'] = 'Kullanici Listesi';
$lang['Userlist_description'] = 'Kullanicilarinizin bir listesini gösterir ve çesitli düzenlemeler yapmanizi saglar';

$lang['Add_group'] = 'Grup Ekle';
$lang['Add_group_explain'] = 'Seçili kullaniciyi hangi gruba eklemek istiyorsaniz seçin';

$lang['Open_close'] = 'Aç/Kapa';
$lang['Active'] = 'Aktif';
$lang['Group'] = 'Gruplar';
$lang['Rank'] = 'Derece';
$lang['Last_activity'] = 'Son Aktivite';
$lang['Never'] = 'Aktivite Yok';
$lang['User_manage'] = 'Yönet';
$lang['Find_all_posts'] = 'Tüm Mesajlari Bul';

$lang['Select_one'] = 'Bir tane seç';
$lang['Ban'] = 'Ban';
$lang['Activate_deactivate'] = 'Aktif/Devre Disi';

$lang['User_id'] = 'Kullanici id';
$lang['User_level'] = 'Kullanici Seviyesi';
$lang['Ascending'] = 'Artan';
$lang['Descending'] = 'Azalan';
$lang['Show'] = 'Göster';
$lang['All'] = 'Tümü';

$lang['Member'] = 'Üye';
$lang['Pending'] = 'Askida';

$lang['Confirm_user_ban'] = 'Seçili kullanici[lari]yi banlamak istediginizden emin misiniz?';
$lang['Confirm_user_deleted'] = 'Seçili kullanici[lari]yi silmek istediginizden emin misiniz?';

$lang['User_status_updated'] = 'Kullanici[larin] durumu basariyla güncellendi!';
$lang['User_banned_successfully'] = 'Kullanici[lar] basariyla banlandi!';
$lang['User_deleted_successfully'] = 'Kullanici[lar] basariyla silindi!';
$lang['User_add_group_successfully'] = 'Kullanici[lar] basariyla gruba eklendi!!';

$lang['Click_return_userlist'] = 'Kullanici listesine dönmek için %sburaya%s tiklayin';
//
// Admin Userlist End
//

#
#-----[ KAYDET/TÜM DOSYALARI KAPAT ]------------------------------------------
#
# EoM [/syntax]
Eklentiler
admin_userlist_205c.zip
Yönetim Panelinde kullanıcıların bir listesini göstererek, ek işlemler yapmanızı sağlar.
(21.53 KiB) 643 defa indirildi
KenanBalamir
Üye
Üye
 
İleti: 1
Kayıt: 16.04.2006, 16:02

Duyurular & Güncellemeler



Kimler çevrimiçi

Bu forumu görüntüleyenler: Kayıtlı kullanıcı yok ve 0 misafir

cron