第 1 頁 (共 1 頁)
[外掛] Easy CP 個人資料控制台(0.2.0)
發表於 : 2003-12-24 15:26
由 mit
參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php?t=21782
真的很好用的外掛喔。
目前裝在phpbb2.0.6還沒有發現問題。
只有個小小的地方需要修改,
不然主題訂閱列表會沒有辦法刪除已訂閱的主題:
在
usercp_topics.php
找到\r
if( isset($HTTP_GET_VARS['unwatch']))
{
再下面加上:
$unwatch = $HTTP_GET_VARS['unwatch'] ;
或者可以乾脆改php.ini裡的
register_global = on也可以解決。
Re: [外掛] Easy CP 個人資料控制台(0.2.0)
發表於 : 2003-12-24 22:33
由 sh85216s
mit 寫:參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php?t=21782
真的很好用的外掛喔。
目前裝在phpbb2.0.6還沒有發現問題。
只有個小小的地方需要修改,
不然主題訂閱列表會沒有辦法刪除已訂閱的主題:
在
usercp_topics.php
找到\r
if( isset($HTTP_GET_VARS['unwatch']))
{
再下面加上:
$unwatch = $HTTP_GET_VARS['unwatch'] ;
或者可以乾脆改php.ini裡的
register_global = on也可以解決。
進入"頭像面板控制"無法更改頭像 -->按下"送出",不斷地要求登入\r
怪哉!
發表於 : 2003-12-24 22:45
由 bu
作者已說它是個已知的bug... ^^"
發表於 : 2003-12-25 01:46
由 design
嚇我一大跳.
我是用連結的,ok.所以沒這個問題
發表於 : 2003-12-25 01:52
由 design
剛剛試了一下,沒您說的按送出會要全登入\r
作者說的問題,是在選擇相本會失效.
我會再觀察官方站的資訊如果修正了再告訴大家,請大家先別裝.
如果您和我一樣是只開放連結頭像則沒問題
發表於 : 2003-12-25 06:31
由 H.T.Demon
簽名檔也怪怪的... 換風格就會讓內容消失 得重打上
發表於 : 2003-12-25 07:04
由 design
H.T.Demon 寫:簽名檔也怪怪的... 換風格就會讓內容消失 得重打上
代碼: 選擇全部
#
#-----[ 打開 ]---------------------------------------------
#
ecp_cfg.main.php
#
#-----[ 尋找 ]---------------------------------------------
#
// Profile vars
#
#-----[ 在之前加入 ]--------------------------------------
#
// Signature vars
$s_hidden_fields .= '<input type="hidden" name="signature" value="' . $signature . '" />';
有三個地方都要加
簽名檔問題修正
發表於 : 2003-12-25 14:02
由 寒冰軒
代碼: 選擇全部
copy templates/subSilver/ecp/ecp_main.tpl to templates/subSilver/ecp/ecp_main.tpl
copy templates/subSilver/ecp/profile_edit_avatar.tpl to templates/subSilver/ecp/profile_edit_avatar.tpl
copy templates/subSilver/ecp/profile_edit_profile.tpl to templates/subSilver/ecp/profile_edit_profile.tpl
copy templates/subSilver/ecp/profile_edit_reg.tpl to templates/subSilver/ecp/profile_edit_reg.tpl
copy templates/subSilver/ecp/profile_edit_settings.tpl to templates/subSilver/ecp/profile_edit_settings.tpl
copy templates/subSilver/ecp/profile_signature.tpl to templates/subSilver/ecp/profile_signature.tpl
copy templates/subSilver/ecp/profile_topics.tpl to templates/subSilver/ecp/profile_topics.tpl
copy templates/subSilver/ecp/1_reg.gif to templates/subSilver/ecp/1_reg.gif
copy templates/subSilver/ecp/1_reg_f2.gif to templates/subSilver/ecp/1_reg_f2.gif
copy templates/subSilver/ecp/2_settings.gif to templates/subSilver/ecp/2_settings.gif
copy templates/subSilver/ecp/2_settings_f2.gif to templates/subSilver/ecp/2_settings_f2.gif
copy templates/subSilver/ecp/3_profil.gif to templates/subSilver/ecp/3_profil.gif
copy templates/subSilver/ecp/3_profil_f2.gif to templates/subSilver/ecp/3_profil_f2.gif
copy templates/subSilver/ecp/4_avatar.gif to templates/subSilver/ecp/4_avatar.gif
copy templates/subSilver/ecp/4_avatar_f2.gif to templates/subSilver/ecp/4_avatar_f2.gif
copy templates/subSilver/ecp/5_signatur.gif to templates/subSilver/ecp/5_signatur.gif
copy templates/subSilver/ecp/5_signatur_f2.gif to templates/subSilver/ecp/5_signatur_f2.gif
copy templates/subSilver/ecp/watch_topic.gif to templates/subSilver/ecp/watch_topic.gif
copy templates/subSilver/ecp/own_post.gif to templates/subSilver/ecp/own_post.gif
copy templates/subSilver/ecp/np_left.gif to templates/subSilver/ecp/np_left.gif
copy templates/subSilver/ecp/np_midd.gif to templates/subSilver/ecp/np_midd.gif
copy templates/subSilver/ecp/np_right.gif to templates/subSilver/ecp/np_right.gif
請問上面這一段是直接將檔案中的
templates\subSilver\內\r
ecp這個資料夾直接復製到\r
templates\我的風格\\r
是這樣嗎
看不太懂這個mod資料夾應該要如何copy
發表於 : 2003-12-25 19:03
由 mit
寒冰軒 寫:請問上面這一段是直接將檔案中的
templates\subSilver\內\r
ecp這個資料夾直接復製到\r
templates\我的風格\\r
是這樣嗎
看不太懂這個mod資料夾應該要如何copy
直接將壓縮檔裡的template\subSilver\ecp這個資料夾整顆複製到你的風格資料夾內即可...
不過這個mod還有些需要修正的地方喔...
也許等些時日再裝就不會有以後還要修改的困擾

發表於 : 2003-12-25 20:14
由 GeniusKiKi
抱歉
可以請大大順便把修改的資訊整合到外掛發表版嗎
因為那個版版無法回覆
整合過去比較方便瀏覽者
發表於 : 2003-12-25 20:54
由 design
您沒看見我有列一條修正回報連結嗎?? 連假的唷\r
不是我熱心提供這個資訊就代表我就像奶爸一樣要把支援做的好好的.
還有一些必須修改的地方,希望你們找到問題修改法熱心回報一下~
我懶了,保重吧.
發表於 : 2003-12-25 20:59
由 Bot
沒必要這麼衝吧..
發表於 : 2003-12-25 22:04
由 GeniusKiKi
design 寫:您沒看見我有列一條修正回報連結嗎?? 連假的唷\r
不是我熱心提供這個資訊就代表我就像奶爸一樣要把支援做的好好的.
還有一些必須修改的地方,希望你們找到問題修改法熱心回報一下~
我懶了,保重吧.
我真的沒有看見
非常不好意思
另外我只是好心建議一下
大大不必這麼衝吧
發表於 : 2004-01-30 21:04
由 unyleung
我安裝後....性別不見了, 及admin不能修改會員資料.....就連自己的都改不了.....有大大可以幫幫忙嗎????
發表於 : 2004-02-17 12:14
由 吉川拓也
unyleung 寫:我安裝後....性別不見了, 及admin不能修改會員資料.....就連自己的都改不了.....有大大可以幫幫忙嗎????
你的問題請參考安裝文件內的ADD Mod's資料夾 !!
另外請問丁大 : 暱稱無法自動儲存還有來自何方無法顯示 ..
目前我套用丁大修正方法加入 :
代碼: 選擇全部
// From mod
$s_hidden_fields .= '<input type="hidden" name="from" value="' . $from . '" />';
// Nickname mod
$s_hidden_fields .= '<input type="hidden" name="nickname" value="' . $nickname . '" />';
但是還是沒有反應= =...
還是必須在做什麼修改呢 ?