1 頁 (共 1 頁)

[問題]關於top5的修改

發表於 : 2004-01-28 13:11
vrukyo
我在論壇上面看到的 多是top5和hot5和last5
我想要的是個last5 但是是不會連回覆都計算下去的mod

有沒有這樣類型的mod呢 當然 不一定是要5個
10個也是可以的 (這應該可以自己修改吧)

還是 我應該要將那邊改一下呢\r
找不到相關的文章 才發言麻煩大家\r
我用的top5是這個

代碼: 選擇全部

/*************************************************************************** 
*                               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 ]------------------------------------------ 

發表於 : 2004-01-28 14:26
依夢兒
將 adv_top5.php 中的:

$MAX_TOPICS = 5;

把 5 改成 10 就好了。

發表於 : 2004-01-28 23:09
vrukyo
依夢兒 寫:將 adv_top5.php 中的:

$MAX_TOPICS = 5;

把 5 改成 10 就好了。
不過 我主要是想要我說的回覆不算在內的last 5 or 10 啦.... :-D :-D