首页 > 代码库 > Discuz! X3.2 在帖子标题显示分类信息中的某个字段内容的实现方法
Discuz! X3.2 在帖子标题显示分类信息中的某个字段内容的实现方法
1. 设计好一组分类信息;
2. 在列表页模板中填写帖子的标题格式,例如:
[{producer_value}][{artist_value}]{subject}[{size_value}{size_unit}]
3. 修改template\default\forum\forumdisplay_list.htm文件,将173行起的一组 if 语句替换成:
<!--{if !$thread[sortid]}-->
<a href="http://www.mamicode.com/forum.php?mod=viewthread&tid=$thread[tid]&
{if $_GET[‘archiveid‘]}archiveid={$_GET[‘archiveid‘]}& {/if}extra=$extra"$thread[highlight]{if $thread[‘isgroup‘] == 1 || $thread[‘forumstick‘]} target="_blank"{else} onclick="atarget(this)"{/if} class="s xst">$thread[subject]</a>
<!--{else}-->
$stemplate[$thread[sortid]][$thread[tid]]
<!--{/if}-->
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。