我想要的是個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 ]------------------------------------------

