參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=28694
作業系統:WindowsXP
PHPBB:2.0.10
'U_CPG' => append_sid('gallery/index.'.$phpEx),
這串是設定在www/phpbb2/gallery/index.php
那如果我的位置是www/gallery/index.php的話該怎麼改\r
順便問個問題..如果想把隨機圖片放到論壇首頁該怎麼做..??
搜尋過..看過很多文章..但是要用到RSS SSI的那些實在看不懂= =||
不知道有沒有什麼方法可以不需要用到RSS SSI的!!
[問題]CPG v1.3.2(已解決)
版主: 版主管理群
[問題]CPG v1.3.2(已解決)
最後由 czdance 於 2004-10-01 22:13 編輯,總共編輯了 1 次。
打開
cpg_redir.php
找到\r
$cpg_path='/gallery';
header("Location: http://".$cpg_host.$cpg_path);
改成
$cpg_path='http://www/gallery';
header("Location: http://www/gallery");
打開
includes/page_header.php
找到\r
'U_CPG' => append_sid('gallery/index.'.$phpEx),
改成
'U_CPG' => append_sid('http://www/gallery/index.'.$phpEx),
cpg_redir.php
找到\r
$cpg_path='/gallery';
header("Location: http://".$cpg_host.$cpg_path);
改成
$cpg_path='http://www/gallery';
header("Location: http://www/gallery");
打開
includes/page_header.php
找到\r
'U_CPG' => append_sid('gallery/index.'.$phpEx),
改成
'U_CPG' => append_sid('http://www/gallery/index.'.$phpEx),
實不相瞞,這東東我根本不想用\r
只是看好像蠻多人在問,就抓來玩玩 :p
你說的隨機圖片展示,我在官網論壇看了下
好像還是要用到什麼 RSI (沒仔細看,密密麻麻的英文看了頭好痛)
所以應該是幫不上忙了
請有興趣的網友研究看看 ^^
不然你也可試試 smartor 的 Photo Album v2.0.53
http://smartor.is-root.com/viewtopic.ph ... e77ae5653e
效果也不賴 ^^
只是看好像蠻多人在問,就抓來玩玩 :p
你說的隨機圖片展示,我在官網論壇看了下
好像還是要用到什麼 RSI (沒仔細看,密密麻麻的英文看了頭好痛)
所以應該是幫不上忙了
請有興趣的網友研究看看 ^^
不然你也可試試 smartor 的 Photo Album v2.0.53
http://smartor.is-root.com/viewtopic.ph ... e77ae5653e
效果也不賴 ^^


