Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 分类信息字段内容为空时帖子内不显示此内段

[复制链接]
Antidote 发表于 2013-11-17 19:39:58 | 显示全部楼层 |阅读模式
本帖最后由 Antidote 于 2013-11-17 21:34 编辑

默认效果:

修改后效果:

方法:打开文件 /template/default/forum/viewthread_node_body.htm

找到:
  1. <table summary="{lang threadtype_option}" cellpadding="0" cellspacing="0" class="cgtl mbm">
  2.                                                         <caption>$_G[forum][threadsorts][types][$_G[forum_thread][sortid]]</caption>
  3.                                                         <tbody>
  4.                                                                 <!--{loop $threadsortshow['optionlist'] $option}-->
  5.                                                                         <!--{if $option['type'] != 'info'}-->
  6.                                                                                 <tr>
  7.                                                                                         <th>$option[title]:</th>
  8.                                                                                         <td><!--{if $option['value'] || ($option['type'] == 'number' && $option['value'] !== '')}-->$option[value] $option[unit]<!--{else}-->-<!--{/if}--></td>
  9.                                                                                 </tr>
  10.                                                                         <!--{/if}-->
  11.                                                                 <!--{/loop}-->
  12.                                                         </tbody>
  13.                                                 </table>
复制代码
修改为:
  1. <table summary="{lang threadtype_option}" cellpadding="0" cellspacing="0" class="cgtl mbm">
  2.                                                         <tbody>
  3.                                                                 <!--{loop $threadsortshow['optionlist'] $option}-->
  4.                                                                         <!--{if $option['type'] != 'info'}-->
  5.                                                                         <!--{if $option['value'] || ($option['type'] == 'number' && $option['value'] !== '')}-->   
  6.                                                                                 <tr>
  7.                                                                                         <th>$option[title]:</th>
  8.                                                                                         <td>$option[value] $option[unit]</td>
  9.                                                                                 </tr>
  10.                                                                                 <!--{else}-->
  11.                                                                                 <!--{/if}-->
  12.                                                                         <!--{/if}-->
  13.                                                                 <!--{/loop}-->
  14.                                                         </tbody>
  15.                                                 </table>
复制代码


下面是修改完的文件,效果为图二所示,解压后覆盖  /template/default/forum/viewthread_node_body.htm




修改完覆盖完了到后台更新一下缓存,刷新一下页面就可以了!




本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
翠翠│8lou.CC 发表于 2013-11-17 23:11:35 | 显示全部楼层
这个最人性化了,好。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-18 02:56 , Processed in 0.051427 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表