Discuz! 导读默认显示最新发表,且将最新发表移到最前面
打开导读默认显示最新发表,且将最新发表移到最前面
打开:source\module\forum\forum_guide.php改为打开:template\default\forum\guide.htm
搜索把上边代码移动到下边这个前边
打开:source\module\forum\forum_guide.php
- $view = 'hot';
- $view = 'newthread';
搜索
- <li $currentview['newthread']><a href="forum.php?mod=guide&view=newthread">{lang guide_newthread}</a></li>
- <li $currentview['hot']><a href="forum.php?mod=guide&view=hot">{lang guide_hot}</a></li>