首页 > CMS > Discuz > 正文

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

2024-09-11 09:05:10
字体:
来源:转载
供稿:网友
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为内容摘要的字数,可以自行控制。完成后更新缓存即可。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表