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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 帖子内容页用户回帖时间 怎么删除啊

[复制链接]
wangxingang 发表于 2018-12-13 17:46:11 | 显示全部楼层 |阅读模式

蓝框里的内容怎么删除,请大家指点下,谢谢

本帖子中包含更多资源

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

x
babyfacer 发表于 2018-12-14 14:57:54 | 显示全部楼层
\template\default\forum 修改一些帖子内容页模板吧
回复

使用道具 举报

mandy~ 发表于 2018-12-14 18:05:55 | 显示全部楼层
template/default/forum/viewthread_node.htm
查找199-203行
  1. <!--{if !$post['anonymous'] && $_G['cache']['groupicon'][$post['groupid']]}-->
  2.                                                 <img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][$post['groupid']]" />
  3.                                         <!--{else}-->
  4.                                                 <img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][0]" />
  5.                                         <!--{/if}-->
复制代码

替换为
  1. <!--{if $post['first']}--><!--{if !$post['anonymous'] && $_G['cache']['groupicon'][$post['groupid']]}-->
  2.                                                 <img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][$post['groupid']]" />
  3.                                         <!--{else}-->
  4.                                                 <img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][0]" />
  5.                                         <!--{/if}--><!--{/if}-->
复制代码

查找212行
  1. <em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
复制代码

替换为
  1. <!--{if $post['first']}--><em id="authorposton$post[pid]">{lang poston} $post[dateline]</em><!--{/if}-->
复制代码

查找217行删除
  1. <span class="pipe">|</span>
复制代码

修改好后上传覆盖,后台更新缓存。

本帖子中包含更多资源

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

x
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 09:51 , Processed in 0.018924 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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