| 故障描述:升级Discuz!x3.2后列表预览功能失效了。 适合版本:Discuz!x3.2
 解决方案:
 1.打开template/default/forum/forumdisplay_list.htm
 搜索
 
 复制代码<!--{if !(!empty($_G['setting']['antitheft']['allow']) && empty($_G['setting']['antitheft']['disable']['thread']) && empty($_G['forum']['noantitheft']))}-->
                                                                                                <a class="tdpre y" href="javascript:void(0);" onclick="previewThread('{echo $thread['moved'] ? $thread[closed] : $thread[tid]}', '$thread[id]');">{lang preview}</a>
                                                                                        <!--{/if}-->
修改为:
 
 复制代码<a class="tdpre y" href="javascript:void(0);" onclick="previewThread('{echo $thread['moved'] ? $thread[closed] : $thread[tid]}', '$thread[id]');">{lang preview}</a>
2.上传覆盖同名文件,故障解决
 本教程有无限星辰工作室独家撰写和提供,转载请注明出处和作者。
 
 
 |