作業系統是:winxp
免費空間連結:http://cgi-bin.spaceports.com/
您的上網方式:so-net adsl
您安裝的程式:如果架站在免費空間還要填寫嘛
您的 phpBB2 版本:2.05
這個TOP 5我執行上傳了也沒有出現在我的網頁上
我不知道我哪裡做錯了
/***************************************************************************
* adv_top5.php
* -------------------
* Contains GPL code copyright of phpBB group.
*
* MOD Name: Top5 topics
* Author: OOHOO
* Version: 1.x.x for phpBB 2 Beta serial
* Version: 2.0.0 for phpBB 2 RC serial
* Version: 2.1.0 for phpBB 2.0.0 and gzip function include
*
***************************************************************************/
#
#-----[ ACTION: DOWNLOAD ]------------------------------------------
#
adv_top5_mod_2.1.zip
#
#-----[ ACTION: UPLOAD ]------------------------------------------
#
adv_top5.php to /
adv_top5_body.tpl to /templates/your_template/
#
#-----[ ACTION: OPEN FILE ]------------------------------------------
#
/templates/your_template/index_body.tpl
#
#-----[ ACTION: ADD (somewhere u prefer) ]------------------------------------------
#
<iframe marginwidth=0 marginheight=0 src='adv_top5.php' frameborder=0 width='100%' scrolling=no height=250>
</iframe>
#
#-----[ ACTION: SAVE & CLOSE FILE ]------------------------------------------
[問題]這個TOP 5我執行上傳了也沒有出現在我的網頁上
版主: 版主管理群
這個步驟你有加嗎?
不然我來翻成中文解釋
不然我來翻成中文解釋
代碼: 選擇全部
#-----[ 動作:開啟檔案 ]------------------------------------------
#
/templates/你的風格/index_body.tpl
#
#-----[ 動作:加入(在您想要的位置,如不懂語法編排位置請自行嘗試看看囉!) ]------------------------------------------
#
<iframe marginwidth=0 marginheight=0 src='adv_top5.php' frameborder=0 width='100%' scrolling=no height=250>
</iframe> davidcool 寫:這個步驟你有加嗎?
不然我來翻成中文解釋代碼: 選擇全部
#-----[ 動作:開啟檔案 ]------------------------------------------ # /templates/你的風格/index_body.tpl # #-----[ 動作:加入(在您想要的位置,如不懂語法編排位置請自行嘗試看看囉!) ]------------------------------------------ # 照著做一樣沒結果耶\r 完全看不到TOP 5 <iframe marginwidth=0 marginheight=0 src='adv_top5.php' frameborder=0 width='100%' scrolling=no height=250> </iframe>
Re: [問題]這個TOP 5我執行上傳了也沒有出現在我的網頁上
sinister 寫:作業系統是:winxp
免費空間連結:http://cgi-bin.spaceports.com/
您的上網方式:so-net adsl
您安裝的程式:如果架站在免費空間還要填寫嘛
您的 phpBB2 版本:2.05
\r
這個TOP 5我執行上傳了也沒有出現在我的網頁上
我不知道我哪裡做錯了
/***************************************************************************
* adv_top5.php
* -------------------
* Contains GPL code copyright of phpBB group.
*
* MOD Name: Top5 topics
* Author: OOHOO
* Version: 1.x.x for phpBB 2 Beta serial
* Version: 2.0.0 for phpBB 2 RC serial
* Version: 2.1.0 for phpBB 2.0.0 and gzip function include
*
***************************************************************************/
#
#-----[ ACTION: DOWNLOAD ]------------------------------------------
#
adv_top5_mod_2.1.zip
#
#-----[ ACTION: UPLOAD ]------------------------------------------
#
adv_top5.php to / <-------這個檔要放根目錄(放PHPBB的那層)
adv_top5_body.tpl to /templates/your_template/
#
#-----[ ACTION: OPEN FILE ]------------------------------------------
#
/templates/your_template/index_body.tpl
#
#-----[ ACTION: ADD (somewhere u prefer) ]------------------------------------------
#
<iframe marginwidth=0 marginheight=0 src='adv_top5.php' frameborder=0 width='100%' scrolling=no height=250>
</iframe>
#
#-----[ ACTION: SAVE & CLOSE FILE ]------------------------------------------

