已有 16 位网友发表了一针见血的评论,你还等什么?
-
3月06日
-
由于需要,我们可能会把discuz门户上方的登录注册功能(如下图)去掉或者放到其他的位置。那么我们该如何实现呢?
图中区域代码位于template/default/common/header_userstatus.htm中:
<div id="um"> <div class="avt y"> ......</div> <p>......</p> <p>......</p> </div>
该文件(header_userstatus.htm)被template/default/common/header.htm中调用(调用代码已加粗):
<div class="hdc cl"> <!--{eval $mnid = getcurrentnav();}--> <h2><!--{if !isset($_G['setting']['navlogos'][$mnid])}--><a href="{if $_G['setting']['domain']['app']['default']}http://{$_G['setting']['domain']['app']['default']}/{else}./{/if}" title="$_G['setting']['bbname']">{$_G['style']['boardlogo']}</a><!--{else}-->$_G['setting']['navlogos'][$mnid]<!--{/if}--></h2> <!--{template common/header_userstatus}--></div>
而header.htm文件被template/default/portal/index.htm中调用。因header.htm被多文件调用。所以新建一个header2.htm,其中删除调用代码<!--{template common/header_userstatus}-->,或者换成任何想要的东西,然后在template/default/portal/index.htm中调用新的header2.htm即可。(记得更新缓存,还有注意扩展名都是htm而不是html)。
除非注明,文章均为宿迁波仔博客原创,转载请注明本文地址:http://wangboxyk.cn/post/discuz-menhu-portal.html标签:discuz 网站建设
- 评论:(16)
- 隐藏评论
【评论很精彩,有内幕、有真相!】