[外掛] 編輯會員發表數 1.0.3

phpBB 大部分皆是由竹貓星球提供資料!
頭像
懸壺子
系統管理員
系統管理員
主題中的帖子: 1
文章: 33489
註冊時間: 2001-10-05 , 10:10
個人狀態: 道骨學習佛心..^^..
貼心留言: 氣候不穩
性別: 公仔
來自: 黃金故鄉
聯繫:

[外掛] 編輯會員發表數 1.0.3

未閱讀文章 懸壺子 »

[外掛] 編輯會員發表數 1.0.3

http://phpbb-tw.net/phpbb/viewtopic.php?t=30642

代碼: 選擇全部

########################################################################################## 
## 
## Hack Title:    Edit user posts via ACP 
## Hack Version:  1.0.3 (ex phpBB 2.0.4) 
## Author:        Acid 
## Support:     http://www.phpbbhacks.com/forums 
## 
## Description:   A hack to have the ability to edit the count of 
##        user_posts per admin panel. 
## 
## Files to edit:       3 
##         language/lang_english/lang_admin.php 
##         admin/admin_users.php 
##         templates/xxx/admin/user_edit_body.tpl 
## 
########################################################################################## 
## 
## Notes: 
## First always make a back-up from the files that you're going to edit. 
## 
########################################################################################## 
## 
## Versions: 
## 
## 1.0.3 - added style sheet to post field 
## 1.0.2 - fixed a typo 
## 1.0.1 - fixed a bug (user_posts will be display in field now ;)) 
## 1.0   - Release 
## 
########################################################################################## 

使用說明:
n這是一個可以從系統管理控制台編輯會員發表數的模組,假如遇到會員要求回復發表數時可以利用這個模組編輯。
檔案下載:
http://www.phpbbhacks.com/download/263
中文語系:

代碼: 選擇全部

# 
#-----[ OPEN ]------------------------------------------ 
# 
language/lang_english/lang_admin.php 
# 
#-----[ FIND ]------------------------------------------ 
# 
$lang['User_special_explain'] = '... 
# 
#-----[ BEFORE, ADD ]------------------------------------------ 
# 
$lang['Set_posts'] = '發表篇數'; 
備註:
假如您不想安裝這個模組又想要避免因為刪除文章所產生的糾紛,請安裝"刪文後文章數不減"模組解決這類的問題。
請參照此連結:
http://phpbb-tw.net/phpbb/viewtopic.php?t=14790
版面鎖定 主題已鎖定

回到「phpBB2」