Discuz触屏版不能显示分类信息bug修复如下

DZ X3.2 版本触屏版不能显示类信息,这个问题论坛中不少人也提到了,但是官方一直不解决。

 

问题修复如下:

 

1. 打开 template\default\touch\forum\viewthread.htm 找到

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

 

更改为:

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

 

这样就能正常显示类信息了。

 

继续美化一下

找到

 

$option[title]: <!--{if $option['value']}-->$option[value] $option[unit]<!--{else}--><span class="grey">--</span><!--{/if}-->

 

更改为:

 

<p style="margin-bottom:5px;"><span class="grey"><em>  $option[title]</em></span> <!--{if $option['value']}-->$option[value] $option[unit]<!--{else}--><span class="grey">--</span><!--{/if}--></p>

 

就这样,分类信息就完美显示了

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/a83db2922a1010e97d59dfdba8b06a40.html