导读页增加置顶帖列表

韦林 42 阅读

导读页面增加“置顶推荐”,显示所有置顶帖子,并按照全局置顶,分类置顶,本版置顶进行排序upload/source/class/table/table_forum_thread.php
1115行新增

} elseif($type == 'stick') {
$orderby = 'displayorder';
$addsql .= ' AND displayorder > 0';

upload/source/language/forum/lang_template.php
386行

'guide_stick' => '置顶推荐',

upload/source/module/forum/forum_guide.php
16行修改为

if(!in_array($view, array('hot', 'digest', 'new', 'my', 'newthread', 'sofa', 'index', 'stick'))) {

121行新增

$data['stick'] = get_guide_list('stick', 0, 30);

133行修改为

if(!in_array($view, array('hot', 'digest', 'new', 'newthread', 'sofa', 'stick'))) {

upload/template/default/forum/guide.htm
44行

<li $currentview['stick']><a href="forum.php?mod=guide&view=stick">{lang guide_stick}</a></li>

全部回复

暂无回复