DiscuzX3版块图片模式列表下如何修改喜欢为浏览数的方法
打开template\default(默认使用的模版)\forum的forumdisplay_list.htm
文件,查找- {lang like}: <!–{if $thread[recommends]}–>$thread[recommends]<!–{else}–>0<!–{/if}–>
复制代码 替换为- 人气: <!–{if $thread[‘isgroup’] != 1}–>$thread[views]<!–{else}–>0<!–{/if}–>
复制代码 |
|
|
|
|