QQ問題外掛:生日外掛birthdays2.0.0
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php ... F%E6%97%A5
使用版本:phpBB 2.0.19
網站位置:http://218.168.5.69/phpBB2/index.php
帳號123
密碼123
圖片位址:http://photo.xuite.net/zaqs000
狀況描述:
問題一
安裝完生日外掛時(birthdays2.0.0),在個人資料(生日欄位)裡出現一點及選項的文字,要怎樣消除!
問題二
不知道是安裝到那種外掛,後台多出了一個欄位,不知道有沒有大大知道那是啥外掛的欄位,可以提供一下!
謝謝~QQ
補充:已安裝外掛
top5最新發表的主題 閃光會員名稱
簡易子版面1.3 快速回覆主題2.00
虛擬貨幣CashMod223 login view (訪客會員分區)1.0.0
性別外掛1.26 勳章系統0.4.5S
人氣指數 for phpBB2.0.0 銀行
付費瀏覽1.0.9 付費瀏覽-設定使用者權限
文章數來限制會員的一些論壇功能
公告置頂分區1.0.5 跑馬燈
討論版使用者在線圖例1.0.0 生日birthdays2.0.0
檔案上傳2.4.1 Attachment2.4.1
[強化] 會員個人資料頁面顯示發表主題數及回覆數
[強化] 會員個人資料頁面顯示註冊天數
文章樓層編號 書籤bookmarks-102
[問題]生日外掛birthdays2.0.0(以解決)
版主: 版主管理群
[問題]生日外掛birthdays2.0.0(以解決)
最後由 sqaz000 於 2006-02-28 03:46 編輯,總共編輯了 1 次。
●網站位置:自家電腦
●架設主機作業系統:Windows Xp Sp1
●上網方式:Hinet
●快速架站程式:appserv-win32-2.3.0.exe
●安裝的程式:‧Apache 1.3.29
‧PHP 4.3.4
‧MySQL 4.0.16
‧Zend Optimizer 2.1.0b
‧phpMyAdmin 2.5.4
●phpBB2 版本:phpBB 2.0.19
●架設主機作業系統:Windows Xp Sp1
●上網方式:Hinet
●快速架站程式:appserv-win32-2.3.0.exe
●安裝的程式:‧Apache 1.3.29
‧PHP 4.3.4
‧MySQL 4.0.16
‧Zend Optimizer 2.1.0b
‧phpMyAdmin 2.5.4
●phpBB2 版本:phpBB 2.0.19
To sqaz000:
那個欄位的確是 '生日外掛' 的控制選項
您應該是沒有更新 lang_admin.php
以下是安裝說明部份擷取:
您可先新增到
language/lang_chinese_traditional_taiwan/lang_admin.php
再試著中文化看看.
至於您提到的 '在個人資料(生日欄位)裡出現一點及選項的文字'
建議您:
先忽略它, 待使用過一陣子後, 再修改 lang_main.php 即可.
那個欄位的確是 '生日外掛' 的控制選項
您應該是沒有更新 lang_admin.php
以下是安裝說明部份擷取:
代碼: 選擇全部
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_admin.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]-----------------------------------
#
$lang['Birthdays'] = 'Birthdays';
$lang['bday_show'] = 'Birthday Panel Visibility';
$lang['Unconditional'] = 'Unconditional';
$lang['Conditional'] = 'Conditional';
$lang['bday_show_explain'] = 'Determines whether or not the Birthday Panel on the main Index should be visible in the event that there are no birthdays or upcoming birthdays (unconditional = yes, conditional = no)';
$lang['bday_require'] = 'Require Date of Birth';
$lang['bday_require_explain'] = 'The year of birth will only be required if the "Require Year" option is selected';
$lang['bday_year'] = 'Require Year';
$lang['bday_year_explain'] = 'When this option is selected, users attempting to provide a date of birth will also need to provide a year of birth.';
$lang['bday_lock'] = 'Disallow Date of Birth Changes';
$lang['bday_lock_explain'] = 'Once entered, the date of birth cannot be changed, again. Atleast when this option is selected.';
$lang['bday_lookahead'] = 'Number of Days to Look Ahead';
$lang['bday_lookahead_explain'] = 'Affects the Birthday Panel on the main Index. Entering -1 will disable Birthday Lookahead';
language/lang_chinese_traditional_taiwan/lang_admin.php
再試著中文化看看.
至於您提到的 '在個人資料(生日欄位)裡出現一點及選項的文字'
建議您:
先忽略它, 待使用過一陣子後, 再修改 lang_main.php 即可.
因為要實際瞭解此外掛的相關功能, 所以在測試論壇試裝.sqaz000 寫:感謝兩位大大的幫忙~
已經將語系問題改好了~
不過在個人資料(生日欄位)裡出現一點及選項的文字還是搞不定~
http://wang5555.dnsfor.me/test/phpbb2/profi ... greed=true
發覺您的問題主要是因為
1. 參考了此外掛發表者 taicomjp 的中文化後, 沒有再加以 (意會) 修改.
2. 原始的語句文法, 比較符合西方人的用法.
相關修改, 參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php?p=229259#229259


