[外掛] Easy CP 個人資料控制台(0.2.0)

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
mit
星球公民
星球公民
文章: 247
註冊時間: 2003-10-23 18:26
來自: 壞鄰居社區
聯繫:

[外掛] Easy CP 個人資料控制台(0.2.0)

文章 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也可以解決。
圖檔
頭像
sh85216s
竹貓忠實會員
竹貓忠實會員
文章: 306
註冊時間: 2003-09-04 20:13
來自: 阿里阿度

Re: [外掛] Easy CP 個人資料控制台(0.2.0)

文章 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

怪哉!
bu
版面管理員
版面管理員
文章: 443
註冊時間: 2003-02-23 12:46
來自: 25° 4′N 121° 29′E
聯繫:

文章 bu »

作者已說它是個已知的bug... ^^"
*譯文資料在phpBB 技術文件
bu.femto-size
*和我聯絡,請寄 or Google Talk 圖檔
*作品: Intergrated Toplist & Message Can
design
竹貓忠實會員
竹貓忠實會員
文章: 330
註冊時間: 2003-10-31 00:36
聯繫:

文章 design »

嚇我一大跳.

我是用連結的,ok.所以沒這個問題
design
竹貓忠實會員
竹貓忠實會員
文章: 330
註冊時間: 2003-10-31 00:36
聯繫:

文章 design »

剛剛試了一下,沒您說的按送出會要全登入\r

作者說的問題,是在選擇相本會失效.

我會再觀察官方站的資訊如果修正了再告訴大家,請大家先別裝.

如果您和我一樣是只開放連結頭像則沒問題
頭像
H.T.Demon
竹貓忠實會員
竹貓忠實會員
文章: 368
註冊時間: 2002-09-26 00:24
聯繫:

文章 H.T.Demon »

簽名檔也怪怪的... 換風格就會讓內容消失 得重打上
design
竹貓忠實會員
竹貓忠實會員
文章: 330
註冊時間: 2003-10-31 00:36
聯繫:

文章 design »

H.T.Demon 寫:簽名檔也怪怪的... 換風格就會讓內容消失 得重打上

代碼: 選擇全部

# 
#-----[ 打開 ]--------------------------------------------- 
# 

ecp_cfg.main.php 

# 
#-----[ 尋找 ]--------------------------------------------- 
# 

   // Profile vars

# 
#-----[ 在之前加入 ]-------------------------------------- 
# 

// Signature vars
         $s_hidden_fields .= '<input type="hidden" name="signature" value="' . $signature . '" />'; 

有三個地方都要加

簽名檔問題修正
寒冰軒
竹貓忠實會員
竹貓忠實會員
文章: 417
註冊時間: 2003-11-06 23:24
來自: 阿婆A灶腳
聯繫:

文章 寒冰軒 »

代碼: 選擇全部

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
~§ 架站系統:WindowsXP §~
~§ 架站程式:Appserv2.4.4a §~
~§ 使用網路:giga ADSL §~
~§ 安裝程式:Apache + php + MySql §~
~§ 論壇版本: 2.0.18 §~
申明檔
1.新手發問並不是可恥的事.可恥的是沒有按照發文規則及格式還裝做沒解決你的問題是我們的錯。
2.很樂意大家pm給我.或把我加入即時通.msn,但加入並不是代表小弟已成為您的私人看護
3.還是想不通嗎? 那可以到地下十八樓找你的答案。
[http://microduo.home99.tw/?fromuid=6331]微剋多資訊[/url]
mit
星球公民
星球公民
文章: 247
註冊時間: 2003-10-23 18:26
來自: 壞鄰居社區
聯繫:

文章 mit »

寒冰軒 寫:請問上面這一段是直接將檔案中的
templates\subSilver\內\r
ecp這個資料夾直接復製到\r
templates\我的風格\\r
是這樣嗎
看不太懂這個mod資料夾應該要如何copy
直接將壓縮檔裡的template\subSilver\ecp這個資料夾整顆複製到你的風格資料夾內即可...

不過這個mod還有些需要修正的地方喔...
也許等些時日再裝就不會有以後還要修改的困擾 :mrgreen:
圖檔
GeniusKiKi
竹貓忠實會員
竹貓忠實會員
文章: 1086
註冊時間: 2003-10-28 14:50

文章 GeniusKiKi »

抱歉
可以請大大順便把修改的資訊整合到外掛發表版嗎
因為那個版版無法回覆
整合過去比較方便瀏覽者
再也不當爛好人...
好人是小白轉型成大白的墊腳石...
design
竹貓忠實會員
竹貓忠實會員
文章: 330
註冊時間: 2003-10-31 00:36
聯繫:

文章 design »

您沒看見我有列一條修正回報連結嗎?? 連假的唷\r

不是我熱心提供這個資訊就代表我就像奶爸一樣要把支援做的好好的.

還有一些必須修改的地方,希望你們找到問題修改法熱心回報一下~

我懶了,保重吧.
Bot
星球普通子民
星球普通子民
文章: 26
註冊時間: 2002-11-13 01:05

文章 Bot »

沒必要這麼衝吧..
GeniusKiKi
竹貓忠實會員
竹貓忠實會員
文章: 1086
註冊時間: 2003-10-28 14:50

文章 GeniusKiKi »

design 寫:您沒看見我有列一條修正回報連結嗎?? 連假的唷\r

不是我熱心提供這個資訊就代表我就像奶爸一樣要把支援做的好好的.

還有一些必須修改的地方,希望你們找到問題修改法熱心回報一下~

我懶了,保重吧.
我真的沒有看見
非常不好意思

另外我只是好心建議一下
大大不必這麼衝吧
再也不當爛好人...
好人是小白轉型成大白的墊腳石...
unyleung
星球公民
星球公民
文章: 77
註冊時間: 2003-07-03 23:49

文章 unyleung »

我安裝後....性別不見了, 及admin不能修改會員資料.....就連自己的都改不了.....有大大可以幫幫忙嗎????
吉川拓也
竹貓忠實會員
竹貓忠實會員
文章: 1215
註冊時間: 2003-02-09 18:24
來自: [ G.I.T ]
聯繫:

文章 吉川拓也 »

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 . '" />'; 
但是還是沒有反應= =...

還是必須在做什麼修改呢 ?
善用 搜尋 可以解決您 90% 的問題
頭腦清晰,選擇正確。 (╯▔︹▔)╯~╘═╛
主題已鎖定

回到「外掛問題討論」