ACP Add User MOD(後台增加會員)

phpBB3.0.x請盡早更新為phpBB3.2.x版,官方已停止更新
頭像
懸壺子
系統管理員
系統管理員
主題中的帖子: 3
文章: 34654
註冊時間: 2001-10-05 , 10:10
個人狀態: 道骨學習佛心..^^..
貼心留言: 氣候不穩
性別: 公仔
來自: 黃金故鄉
聯繫:

ACP Add User MOD(後台增加會員)

未閱讀文章 懸壺子 »

ACP Add User MOD(後台增加會員)

來源:http://www.phpbb.com/community/viewtopi ... 9&t=580108
Modification name: ACP Add User MOD
Author: Highway of Life
Modification description: Adds a new Module that enables an Administrator to create a new user account through the Administration Control Panel
Adds an extra permission to allow administrator to create a new user account.
Gives the administrator the ability to instantly approve a new member after creation.
Modification version: 1.0.0
Tested on phpBB version: See below

Download file: acp_add_user_mod.zip
File size: 38661 Bytes

Modification overview page: View


Selected tags:

category
Add-Ons
Admin Tools
time
~ 3 Minutes
phpbb
3.0.RC4
3.0.RC5

Support for this modification needs to be asked within this topic. The phpBB Team is not responsible or required to give anyone support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB MODifications Team may not be able to provide support.

This MOD has only been tested by the phpBB MOD Team with the phpBB version listed in the topic. It may not work in any other versions of phpBB.
圖檔
頭像
懸壺子
系統管理員
系統管理員
主題中的帖子: 3
文章: 34654
註冊時間: 2001-10-05 , 10:10
個人狀態: 道骨學習佛心..^^..
貼心留言: 氣候不穩
性別: 公仔
來自: 黃金故鄉
聯繫:

Re: ACP Add User MOD(後台增加會員)

未閱讀文章 懸壺子 »

后台管理汉化
來源:http://phpbb.web4chinese.com/forum/viewtopic.php?t=1718

代碼: 選擇全部

<?php 
/** 
* 
* acp_add_user [English] 
* 
* @author David Lewis (Highway of Life) http://phpbbacademy.com 
* @中文翻译(土老耄) http://phpbb.web4chinese.com, http://www.phpbbchina.com 
* @package acp 
* @version $Id: info_acp_add_user_mod.php 31M 2007-08-05 01:14:00Z (local) $ 
* @copyright (c) 2007 Star Trek Guide Group 
* @license http://opensource.org/licenses/gpl-license.php GNU Public License 
* 
*/ 

/** 
* DO NOT CHANGE 
*/ 
if (empty($lang) || !is_array($lang)) 
{ 
   $lang = array(); 
} 

// DEVELOPERS PLEASE NOTE 
// 
// All language files should use UTF-8 as their encoding and the files must not contain a BOM. 
// 
// Placeholders can now contain order information, e.g. instead of 
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows 
// translators to re-order the output of data while ensuring it remains correct 
// 
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine 
// equally where a string contains only two placeholders which are used to wrap text 
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine 

$lang = array_merge($lang, array( 
   'ACP_ACCOUNT_ADDED'         => '用户已经添加。账号资料已经已电子邮件的方式发送至用户,现在用户可以使用您预设的账号及密码登陆', 
   'ACP_ACCOUNT_INACTIVE'      => '用户已经添加。但是,系统设定要求用户自行激活账号。<br />激活账号的链接已经发至用户电子邮箱内', 
   'ACP_ACCOUNT_INACTIVE_ADMIN'=> '用户已经添加。但是,系统设定要求管理员激活账号。<br />激活账号的链接已经发至管理员电子邮箱内,当管理员激活账号后,用户将会收到电子邮件通知。', 
   'ACP_ADD_USER'            => '添加用户', 
   'ACP_ADMIN_ACTIVATE'      => '系统将发送激活账号的链接至管理员的电子邮箱,同时您也可以在激活账号的栏目中手动激活该帐号,用户将收到电子邮件的通知,包括账号及登陆密码。', 
   'ACP_EMAIL_ACTIVATE'      => '当用户添加后,将会收到电子邮件通知,以及激活账号的链接。', 
   'ACP_INSTANT_ACTIVATE'      => '用户帐号将立即激活。并会收到电子邮件,内有登录密码等详细资料。', 
    
   'ADD_USER'               => '添加用户', 
   'ADD_USER_EXPLAIN'         => '添加一个新用户,若系统设定是由管理员激活账号的话,您可以在添加用户的同时激活账号。', 
   'ADD_USER_MOD_INSTALLED'   => '管理员添加会员外挂(版本 %s) 已经安装<br />Please be sure to assign <em>user_add</em> admin permissions for users who you want to be able to access this module.', 
   'ADD_USER_MOD_UPDATED'      => '管理员添加会员外挂更新至版本 %s', 
   'ADMIN_ACTIVATE'         => '激活用户帐号', 
    
   'EDIT_USER_GROUPS'         => '编辑用户组请%s点这里%s', 
    
   'CONTINUE_EDIT_USER'      => '%1$s点这里管理%2$s的个人资料%3$s', // e.g.: Click here to edit Joe’s profile. 
   'LOG_USER_ADDED'         => '<strong>新用户已经添加</strong><br />» %s', 
    
   'acl_a_add_user'         => array('lang' => '可建立新用户帐号', 'cat' => 'user_group'), 
)); 

?> 

圖檔
頭像
懸壺子
系統管理員
系統管理員
主題中的帖子: 3
文章: 34654
註冊時間: 2001-10-05 , 10:10
個人狀態: 道骨學習佛心..^^..
貼心留言: 氣候不穩
性別: 公仔
來自: 黃金故鄉
聯繫:

Re: ACP Add User MOD(後台增加會員)

未閱讀文章 懸壺子 »

圖檔
版面鎖定 主題已鎖定

回到「phpBB3.0.x」