特别声明:网络搜集、整理,使用者请感谢原作者!!!
第一步
找到根目录下的 index.php 文件
查找
$newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000;
在这段文字的【下面】添加:
// *** toplist ***
@include DISCUZ_ROOT.'./toplist.php';
// *** toplist ***
第二步
找到 /templates/default/ 目录下的 discuz.htm 文件
查找
在这段文字的【上面】添加:
{template toplist}
第三步
把images文件夹中的图片上传到 images/ 中
第四步
把 toplist.php 和 pic.php 两个文件上传到根目录下。
第五步
把 toplist.htm 上传到 templates/default/ 文件夹之中。
第六步
更新缓存 完成安装。
