Discuz!7.2今日,昨日,最高日,主题,帖子,会员,欢迎新会员
Discuz! 7.2显示 今日, 昨日, 最高日,主题,帖子,会员,欢迎新会员
打开/include/index_classics.inc.php查找:include template('discuz');
上面加:$lastmember= $db->result_first("SELECT username FROM {$tablepre}members ORDER BY uid DESC LIMIT 1");
修改templates/defau…