鲸云网络 发表于 2020-2-13 20:19:25

Discuz!教程之触屏版不能显示分类信息bug修复

Discuz!触屏版不能显示分类信息,这个问题论坛中不少人也提到了,但是官方一直不解决。
问题修复如下:
打开 template\default\touch\forum\viewthread.htm 找到


<!--{if $post['first'] && $threadsort && $threadsortshow}-->

更改为:
<!--{if $post['first'] && $threadsortshow}-->

页: [1]
查看完整版本: Discuz!教程之触屏版不能显示分类信息bug修复