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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 请教如何删除贴内的“发表于”到“电梯直达”那一行

[复制链接]
中国的合伙人 发表于 2014-4-16 04:03:15 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X3
浏览器: IE9 
使用模板: 官方模板
BUG地址: https://discuz.dismall.com


想删除掉一行 我的网站用不上 看着很不美观
希望有知道的请告诉我删除哪里的代码 谢谢



本帖子中包含更多资源

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

x
幽壑潜蛟 发表于 2014-4-16 10:20:15 | 显示全部楼层
把模板\forum\viewthread_node.htm文件中找div class="pi"把这段删除就行了。代码类似于这样。我做了注释可能跟你的不一样。
  1. <!--{eval //帖子信息&发布时间&查看回复&查看选项}-->
  2.             <div class="pi"<!--{if $close_leftinfo && !$post['anonymous'] && $postshowavatars && $showavatars}--> style="height:48px"<!--{/if}-->>
  3.                 <!--{eval //电梯&楼层标志}-->
  4.                 <!--{if !IS_ROBOT}-->
  5.                     <!--{if !$postcount && !$_G['forum_thread']['archiveid'] && $post['first'] }-->
  6.                         <!--{eval //电梯}-->
  7.                         <div id="fj" class="y">
  8.                             <label class="z">{lang thread_redirect_postno}</label>
  9.                             <input type="text" class="px p_fre z" size="2" onkeyup="$('fj_btn').href='forum.php?mod=redirect&ptid=$_G[tid]&authorid=$_GET[authorid]&postno='+this.value" onkeydown="if(event.keyCode==13) {window.location=$('fj_btn').href;return false;}" title="{lang thread_redirect_postno_tips}" />
  10.                             <a href="javascript:;" id="fj_btn" class="z" title="{lang thread_redirect_postno_tips}"><img src="{IMGDIR}/fj_btn.png" alt="{lang thread_redirect_postno_tips}" class="vm" /></a>
  11.                         </div>
  12.                     <!--{/if}-->
  13.                     <!--{if $post['warned']}-->
  14.                         <!--{eval //帖子警告}-->
  15.                         <a href="forum.php?mod=misc&action=viewwarning&tid=$_G[tid]&uid=$post[authorid]" title="{lang warn_get}" class="y" onclick="showWindow('viewwarning', this.href)"><img src="{IMGDIR}/warning.gif" alt="{lang warn_get}" /></a>
  16.                     <!--{/if}-->
  17.                     <!--{eval //楼层名称&复制链接推广}-->
  18.                     <strong class="y">
  19.                         <a href="{if $post[first]}forum.php?mod=viewthread&tid=$_G[tid]$fromuid{else}forum.php?mod=redirect&goto=findpost&ptid=$_G[tid]&pid=$post[pid]$fromuid{/if}"  {if $fromuid}title="{lang share_url_copy_comment}"{/if} id="postnum$post[pid]" onclick="setCopy(this.href, '{lang post_copied}');return false;">
  20.                             <!--{if isset($post[isstick])}-->
  21.                                 <img src ="{IMGDIR}/settop.png" title="{lang replystick}" class="vm" /> {lang from} {$post[number]}{$postnostick}
  22.                             <!--{elseif $post[number] == -1}-->
  23.                                 {lang recommend}
  24.                             <!--{else}-->
  25.                                 <!--{if !empty($postno[$post[number]])}-->
  26.                                     $postno[$post[number]]
  27.                                 <!--{else}-->
  28.                                     <em>{$post[number]}</em>{$postno[0]}
  29.                                 <!--{/if}-->
  30.                             <!--{/if}-->
  31.                         </a>
  32.                     </strong>
  33.                 <!--{/if}-->
  34.                 <!--{eval //帖子信息&阅读选项}-->
  35.                 <div class="pti">
  36.                     <div class="authi">
  37.                         <!--{eval //用户头像}-->
  38.                         <!--{if $close_leftinfo && !$post['anonymous'] && $postshowavatars && $showavatars}-->
  39.                             <!--{eval //用户头像,用于关闭侧边信息时显示}-->
  40.                             <a href="home.php?mod=space&uid=$post[authorid]" target="_blank" class="xi2 z" style="padding-right:10px;">{echo avatar($post['authorid'], 'small')}</a>
  41.                         <!--{/if}-->
  42.                         <!--{eval //用户身份小图标}-->
  43.                         <!--{eval $_self = $thread['author'] && $post['author'] == $thread['author'] && $post['position'] !== '1';}-->
  44.                         <!--{if $_self }-->
  45.                             <img class="authicn vm" id="authicon$post[pid]" src="{IMGDIR}/ico_lz.png" />
  46.                         <!--{else}-->
  47.                             <!--{if !$post['anonymous'] && $_G['cache']['groupicon'][$post['groupid']]}-->
  48.                                 <img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][$post['groupid']]" />
  49.                             <!--{else}-->
  50.                                 <img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][0]" />
  51.                             <!--{/if}-->
  52.                         <!--{/if}-->

  53.                         <!--{if $post['authorid'] && !$post['anonymous']}-->
  54.                             <!--{if $_self}-->
  55.                                 <!--{eval //楼主}-->
  56.                                  {lang thread_author}<span class="pipe">|</span>
  57.                             <!--{/if}-->
  58.                             <!--{if !$_G['setting']['authoronleft']}-->
  59.                                     <a href="home.php?mod=space&uid=$post[authorid]" target="_blank" class="xi2">$post[author]</a>$authorverifys
  60.                             <!--{/if}-->
  61.                             <!--{if $close_leftinfo}--><!--{/if}-->
  62.                             <!--{eval //发布时间}-->
  63.                             <em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
  64.                             <!--{eval //查看回复数(仅主楼贴)}-->
  65.                             <!--{eval //查看量}-->
  66.                             <span class="pipe">|</span>
  67.                             <span class="xg1">{lang show}:</span> <span class="xi1">$_G[forum_thread][views]</span>
  68.                             <!--{eval //回复量}-->
  69.                             <span class="pipe">|</span>
  70.                             <span class="xg1">{lang reply}:</span> <span class="xi1">$_G[forum_thread][allreplies]</span>
  71.                             <!--{eval //信息来自于手机}-->
  72.                             <!--{if $post['status'] & 8}-->
  73.                                 <span class="xg1">
  74.                                         <!--{if $_G['setting']['mobile']['mobilecomefrom']}-->
  75.                                             {$_G['setting']['mobile']['mobilecomefrom']}
  76.                                     <!--{else}-->
  77.                                             {lang from_mobile}
  78.                                     <!--{/if}-->
  79.                                 </span>
  80.                             <!--{/if}-->
  81.                             <!--{eval //作者筛选}-->
  82.                             <!--{if $post['invisible'] == 0}-->
  83.                                 <span class="pipe">|</span>
  84.                                 <!--{if !IS_ROBOT && !$_GET['authorid'] && !$_G['forum_thread']['archiveid']}-->
  85.                                     <!--{eval //只看该作者}-->
  86.                                     <a href="forum.php?mod=viewthread&tid=$post[tid]&page=$page&authorid=$post[authorid]" rel="nofollow">{lang thread_show_author}</a>
  87.                                 <!--{elseif !$_G['forum_thread']['archiveid']}-->
  88.                                     <!--{eval //查看所有}-->
  89.                                     <a href="forum.php?mod=viewthread&tid=$post[tid]&page=$page" rel="nofollow">{lang thread_show_all}</a>
  90.                                 <!--{/if}-->
  91.                             <!--{/if}-->
  92.                         <!--{elseif getstatus($post['status'], 5)}-->
  93.                             <!--{if !$_G['setting']['authoronleft']}-->
  94.                                     <a href="javascript:;" class="xi2">$post[author]</a>
  95.                             <!--{/if}-->
  96.                              <em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
  97.                         <!--{elseif $post['authorid'] && $post['username'] && $post['anonymous'] || !$post['authorid'] && !$post['username']}-->
  98.                             $_G[setting][anonymoustext]
  99.                             <em id="authorposton$post[pid]">{lang poston} $post[dateline]</em>
  100.                         <!--{/if}-->
  101.                         <!--{eval //查看选项(仅主楼贴)}-->
  102.                         <!--{if !IS_ROBOT && !$_G['forum_thread']['archiveid'] && $post['first'] }-->
  103.                             <!--{if $_G['forum_thread']['attachment'] == 2 && $_G['group']['allowgetimage'] && (!$_G['setting']['guestviewthumb']['flag'] || $_G['setting']['guestviewthumb']['flag'] && $_G['uid'])}-->
  104.                                 <span class="pipe">|</span><a href="forum.php?mod=viewthread&tid=$_G[tid]&from=album">{lang view_bigpic}</a>
  105.                             <!--{/if}-->
  106.                                 <span class="none"><img src="{IMGDIR}/arw_r.gif" class="vm" alt="{lang replycredit}" /></span>
  107.                             <!--{if !$rushreply}-->
  108.                                 <!--{if $ordertype != 1}-->
  109.                                     <span class="pipe show">|</span><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&ordertype=1"  class="show">{lang post_descview}</a>
  110.                                 <!--{else}-->
  111.                                     <span class="pipe show">|</span><a href="forum.php?mod=viewthread&tid=$_G[tid]&extra=$_GET[extra]&ordertype=2"  class="show">{lang post_ascview}</a>
  112.                                 <!--{/if}-->
  113.                             <!--{/if}-->
  114.                         <!--{/if}-->
  115.                         <!--{eval //进入阅读模式(仅主楼贴)}-->
  116.                         <!--{if $post['first']}-->
  117.                                 <span class="pipe show">|</span><a href="javascript:;" onclick="readmode($('thread_subject').innerHTML, $post[pid]);" class="show">{lang read_mode}</a>
  118.                         <!--{/if}-->
  119.                         <!--{hook/viewthread_postheader $postcount}-->
  120.                     </div>
  121.                 </div>
  122.                         </div>
复制代码



回复

使用道具 举报

 楼主| 中国的合伙人 发表于 2014-4-16 17:05:19 | 显示全部楼层
幽壑潜蛟 发表于 2014-4-16 10:20
把模板\forum\viewthread_node.htm文件中找div class="pi"把这段删除就行了。代码类似于这样。我做了注释可 ...

大哥我比较蠢 div class="pi"这段一共有5行 我删除后页面就空白了
能麻烦您帮我修改下吗 谢谢

本帖子中包含更多资源

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

x
回复

使用道具 举报

幽壑潜蛟 发表于 2014-4-16 21:08:19 | 显示全部楼层
这是改好的代码。

本帖子中包含更多资源

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

x
回复

使用道具 举报

 楼主| 中国的合伙人 发表于 2014-4-17 02:54:02 | 显示全部楼层

非常感谢 请私信你的支付宝给我 作为回报给你打10块钱 虽然连杯咖啡都买不了 但是我的心意
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-12-26 21:47 , Processed in 0.033424 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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