--------------------------------------------------------------------------------
http://phpbb-tw.net/phpbb/viewtopic.php?t=38000
前言
檔頭說明
中文化參考
安裝說明修正
外掛下載
1. 前言:
當您的後台設定-> 由會員自行啟用帳號;
如果有新的註冊會員, 沒有收到認證信時,
他不是再重新註冊, 就是會向您反應;
這時候, 您可能得由後台, 將他的帳號啟動,
多少也增加了一些麻煩; 同時也難以保證, 他的註冊電郵是正確的
\n這個外掛, 可以讓未收到認證信的會員, 申請新的啟用序號;
一旦有會員再度反應未收到認證信時, 就請他自行處理囉!
2. 檔頭說明:
代碼:
代碼: 選擇全部
##############################################################
## MOD Title: Resend Activation
## MOD Author: p0rt //66 http:/irgoslak.org/
## MOD Description: Allows unactive users to resend themselves new activation keys
## MOD Version: 1.0.0
## MOD Compatibility: 2.0.11
##
## Installation Level: Easy
## Installation Time: 1 Minutes
## Files To Edit: 4
## login.php
## profile.php
## language/lang_english/lang_main.php
## templates/subSilver/login_body,tpl
##
## Included Files: 3
## templates/profile_resendactivation.tpl
## includes/usercp_sendactivation.php
## lang/email/user_activate_resend.tpl
##
##############################################################
3. 中文化( 修正) 參考:
參照原安裝說明部份( 補充缺少的紅字部份):
引言回覆:
#
#-----[ OPEN ]------------------------------------------------
#
language/lang_chinese_traditional_taiwan/lang_main.php
#
#-----[ FIND ]------------------------------------------------
#
代碼: 選擇全部
$lang['Forgotten_password'] =
#-----[ AFTER, ADD ]-----------------------------------------
#
代碼: 選擇全部
$lang['Resend_Activation'] = '申請新的啟用序號';
#-----[ FIND ]------------------------------------------------
#
代碼: 選擇全部
$lang['Password_updated'] =
#-----[ AFTER, ADD ]-----------------------------------------
#
代碼: 選擇全部
$lang['New_activation_sent'] = '新的啟用序號已寄出; 請檢查您的電子郵件信箱, 以取得帳號啟用的相關資訊.';
$lang['No_send_account_active'] = '此帳號已經啟用';
電子郵件中文化:
引言回覆:
#
#-----[ OPEN ]------------------------------------------------
#
language/lang_chinese_traditional_taiwan/email/user_activate_resend.tpl
#
#-----[ FIND ]------------------------------------------------
#
代碼: 選擇全部
Subject: New Activation
Charset: iso-8859-1
Hello {USERNAME}
You are receiving this email because you have (or someone pretending to be you has) requested a new activation key be sent for your account on {SITENAME}. If you did not request this email then you`ll still need to reactivate your account,
To activate it. To do this click the link provided below.
{U_ACTIVATE}
{EMAIL_SIG}
#-----[ Replace With ]-----------------------------------------
#
代碼: 選擇全部
Subject: 新的啟用序號通知
Charset: iso-8859-1
親愛的 {USERNAME}:
您會收到這封電子信件, 是因為您( 或是某人假裝是您) 有向 {SITENAME} 請求新的啟用序號.<br>
<b>即使您沒有提出這個請求, 但是您仍然需要重新啟用您的帳號!</b>
請點一下下面的連結, 去啟用您的帳號.
{U_ACTIVATE}
{EMAIL_SIG}
4. 安裝說明修正( 有點像雞蛋裡挑骨頭):
#
#-----[ OPEN ]------------------------------------------------
#
resend_activation.txt
#
#-----[ FIND ]------------------------------------------ r
#
代碼: 選擇全部
copy root/templates/profile_resendactivation.tpl to templates/profile_resendactivation.tpl
#-----[ Replace With ]-----------------------------------------
#
代碼: 選擇全部
copy root/templates/subSilver/profile_resendactivation.tpl to templates/subSilver/profile_resendactivation.tpl
5. 外掛下載:
http://www.phpbbhacks.com/download/4361