city82432同學找到的外掛....手邊剛好有些資料
==========================
把Vbb裡面的個人檔案編輯方式轉用到PHPBB
畫面變的很棒的呢~
我有副圖給大家看看
感謝godbless熱情提供中文語系
下載網址:http://phpbbhacks.com/viewhack.php?id=1477
中文語系:http://tral.phhosting.com/lang_chinese_ ... taiwan.zip
Plus1.3版本已經內建囉~
範例:http://tral.phhosting.com/
抓圖:
檔頭:
代碼: 選擇全部
##############################################################
## MOD Title: Profile Control Panel
## MOD Author: Ptirhiik < admin@rpgnet-fr.com > (Pierre) http://www.rpgnet-fr.com
## MOD Description: This mod is a rewrite of the user management, including new features
## MOD Version: 1.0.1
##
## Installation Level: easy
## Installation Time: 30 Minutes
##
## Files To Edit:
## memberlist.php
## privmsg.php
## viewonline.php
## viewtopic.php
## admin/admin_board.php
## admin/admin_ranks.php
## include/bbcode.php
## includes/constants.php
## includes/functions.php
## includes/page_header.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/index_body.tpl
## templates/subSilver/overall_header.tpl
## templates/subSilver/privmsgs_read_body.tpl
## templates/subSilver/subSilver.cfg
## templates/subSilver/subSilver.css
## templates/subSilver/viewonline_body.tpl
## templates/subSilver/viewtopic_body.tpl
## templates/subSilver/admin/board_config_body.tpl
## templates/subSilver/admin/ranks_edit_body.tpl
##
## Included Files:
## profile.php
## profile_avatar.php
## profile_birthday.php
## profile_pic.php
## profilcp/*.*
## templates/subSilver/profilcp/*.*
## templates/subSilver/images/profilcp/*.*
## templates/subSilver/images/happy_birthday.gif
## templates/subSilver/images/icon_birthday.gif
## templates/subSilver/images/icon_hidden.gif
## templates/subSilver/images/icon_hidden.gif
## templates/subSilver/images/icon_not_visible.gif
## templates/subSilver/images/icon_offline.gif
## templates/subSilver/images/icon_online.gif
## templates/subSilver/images/icon_visible.gif
## templates/subSilver/images/lang_english/icon_friend_add.gif
## templates/subSilver/images/lang_english/icon_friend_remove.gif
## templates/subSilver/images/lang_english/icon_ignore_add.gif
## templates/subSilver/images/lang_english/icon_ignore_remove.gif
##
##############################################################
## 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/
##############################################################
##
## Author Notes:
##
## to prevent an erase of the original prog, rename profile.php into profile_orig.php
##
## Additional feature of the profile cp :
## - friend list and ignore list,
## - user custom member list,
## - subscripted topics list,
## - online/offline/hidden indicator,
## - summer time management (user and administration),
## - groups on profile displaying,
## - gender (based on gender mod by Niels Chr < ncr@db9.dk >)
## - birthday date, also anniversary whish,
## - gender on rank titles,
## - signature editor,
## - anti-robotic registering,
## - realname, phones numbers,
## - user information display management by the user,
## - admin user management from standard user link (doesn't require to go to the ACP no more),
##
## coding :
## - more friendly programmers adding fields to users table,
## - modulated menu and sub-menu management
##
## A great thanks to Gilgraf (http://www.gilgraf.com/ggforum/) who was a so precious help
## while debugging and finalizing steps
##
##
##############################################################
##
## MOD History:
##
## 2003/06/22 - Version 1.0.1
## - add : re-send password was missing : added by Simpelscript http://webdev.haz.dk/ ,
## - enh : the redirection is no more to register form but to login form when not logged,
## - enh : modify the privmsg part in order to ease the installation,
## - fix : create_birthday_date() issued on certain server to an error,
## - fix : a lang key entry was wrong in profil_register.php,
## - fix : sorting on user pm in buddy list issued to an sql error,
## - fix : phpBB bug : the MOD user_level is granted before the acceptance into the group,
## - upg : dutch users will also find an upgrade of the language pack.
##
## 2003/06/08 - Version 1.0.0
## - minor fixes,
## - enhanced management of the user_level (ADMIN_FOUNDER added),
## - add the ability to disable anti-robotic registering control in the ACP
##
## 2003/05/28 - Version 0.0.9 (RC)
## - fix duplicated private messages while editing
## - fix HTML allowed in username
## - rewrite a part of the memberlist to enhance compliancy with postgres and ease adds
## - minor issues
## - rewrite of the installation descro
##
## 2003/05/18 - Version 0.0.8
## - fix the birthday - 1 day year 1969 issue,
## - add the set of gender in viewtopic.php,
## - add the user info in the call of function get_user_level_class(),
## - change the select javascript on the buddy list,
## - use of the class on author name in profile home
## - fix the sub value in the index sentence
## - add integration of private message management
##
## 2003/05/16 - Version 0.0.7
## - rewrite some code to make it more readable,
## - extend the list of option for the memberlist to 50 fields
## - add the tutorials to the pack
##
## 2003/05/15 - Version 0.0.6
## - more fix for compliancy with postgres SQL database
##
## 2003/05/13 - Version 0.0.5
## - fix compliancy with postgres SQL database
##
## 2003/05/12 - Version 0.0.4
## - use a the "link" color for standard user on the pseudo-css,
## - little fix for people having probs running under windows with older EasyPHP than 1.6,
## - little improvement for the selection on gender in the buddy lists
## - add the rank to the memberlist, sort and filter included
## - fix a quote issue in the username while registering
##
## 2003/05/11 - Version 0.0.3
## - minor fix within the mod (ie: display date blank when equal 0),
## - fix username change ability for the user,
## - remove anti-robotic check when modifying the user,
## - fix wrong redirection after modifying a user,
## - fix on the user_summer_time initialisation,
##
## 2003/05/10 - Version 0.0.2
## - minor fix on the install description text,
## - add a birthday today list on index,
## - add the age display on the post view
##
## 2003/05/08 - Version 0.0.1
## - first beta,
##
############################################################## 