【实测】在DZ帖子列表页添加展示帖子简介/帖子摘要的完美方法
        
        
| 
 
                        
    
		
| 修改前: 
   修改后:
 
   
 教程开始:(修改前请备份文件)
 1、进入网站根目录并打开文件——source——module——forum——forum_forumdisplay
 2、搜索代码
 在其后面插入如下代码复制代码$threadids[$threadindex] = $thread['tid'];
【注:$thread['post']['message'], 200 中的200为文字显示的字符数量,可根据自身需求进行修改】
 
 3、进入网站根目录并打开文件——template——default 或 当前是用模版——forum——forumdisplay_list在对应位置插入如下函数代码
 
 4、后台——工具——更新缓存即可
 
 | 
 | 
|  | 
|
|  | 
|  |