注册 | 登录 |
地方论坛门户及新闻和人才网址大全

DISCUZ X 主题列表页调用 贴子内容的方法

时间:2021-07-21人气:-


forumdisplay_list.htm文件查找:
<a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_G['gp_archiveid']}archiveid={$_G['gp_archiveid']}&{/if}extra=$extra"$thread[highlight]{if $thread['isgroup'] == 1 || $thread['forumstick']} target="_blank"{else}{/if} class="xst" >$thread[subject]</a>
复制代码
后面加上
<p><!--{eval require_once(DISCUZ_ROOT."./source/function/function_post.php");}-->
<!--{echo messagecutstr(DB::result_first('SELECT `message` FROM '.DB::table('forum_post').' WHERE `tid` ='.$thread[tid].' AND `first` =1'),120);}--></p>
复制代码
其中120为内容摘要的字数,可以自行控制。完成后更新缓存即可。

上篇:discuz 不同页面登陆状态无法保存

下篇:discuz 门户功能增加自定义keywords字段