如下图那样显示对应的主题的正文前200字。但对应的模版文件里好像没有“内容”的变量啊,求教
重点看红色区域的代码,应该会对你有用,这个是直接获得该文章的内容,
重点看红色区域的代码,应该会对你有用,这个是直接获得该文章的内容,
不建议在模版文件中执行查询
打开后台文件\source\module\forum\forum_forumdisplay.php
//搜索foreach($threadlist as $thread) {//在其上面添加foreach($threadlist as $v){ $tids[]=$v['tid'];}$strtids=join(',',$tids);$msginfos=DB::fetch_all("SELECT tid,message FROM %t WHERE tid IN($strtids)",array('forum_post'));if(!function_exists('messagecutstr')){ require_once libfile('function/post');}foreach($msginfos as $v){ $cutmsginfos[$v['tid']]=messagecutstr($v['message'],200);}//在其下面添加$thread['cutmsg']=$cutmsginfos[$thread['tid']];<!--230行左右,</tbody>上面添加--><tr> <td colspan="6">$thread['cutmsg']</td> </tr>
不建议在模版文件中执行查询
打开后台文件\source\module\forum\forum_forumdisplay.php
谢谢你的答案,很耐心很详细。衷心感谢。
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号