Discuz! 触屏版完美显示分类信息解决方案之一
1. 打开 template\default\touch\forum\viewthread.htm 搜索
<!--{if $post['first'] && $threadsort && $threadsortshow}-->
修改为:
<!--{if $post['first'] && $threadsortshow}-->
2. 美化:
搜索
$option: <!--{if $option['value']}-->$option $option<!--{else}--><span class="grey">--</span><!--{/if}--><br />
修改为:
<p style="margin-bottom:5px;"><span class="grey"><em>$option</em></span> <!--{if $option['value']}-->$option $option<!--{else}--><span class="grey">--</span><!--{/if}--></p>
3.替换同名文件,更新缓存,手机访问刷新看看效果
页:
[1]