无限星辰工作室-客户无限互联网动力之源
标题:
Discuz!x3.2 列表不显示预览解决方案之一
[打印本页]
作者:
crx349
时间:
2014-10-24 16:12
标题:
Discuz!x3.2 列表不显示预览解决方案之一
故障描述:升级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.上传覆盖同名文件,故障解决
本教程有无限星辰工作室独家撰写和提供,转载请注明出处和作者。
欢迎光临 无限星辰工作室-客户无限互联网动力之源 (https://xmspace.net/)
Powered by Discuz! X3.4