eCos技术网是采用Discuz! X2.5平台搭建的。整体来看,discuz! X2.5平台还是不错的,基本可以满足各种功能需求。
默认情况下,discuz! X2.5(其他版本也如此)会在标题后面带有“powered by discuz!”后缀,相信大多数站长看到这个后缀都会有些不爽。本文介绍了如何在discuz! X2.5版本中去除“powered by discuz!”,其它版本应该不适用该方法。
在网站的根目录路径,找到template/default/common/header_common.htm文件并打开(最好用Dreamweaver来编辑,如果没有的话用记事本打开也行)。
再找到代码:
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> Powered by Discuz!</title>
然后用下面的代码替换:
<title><!--{if !empty($navtitle)}-->$navtitle<!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname']<!--{/if}--></title>
这样标题中就不会再有powered by discuz! ,其它地方都不需要修改的。
注意:要生效的话,记得去后台清除缓存!@
» 文章出处:
reille博客—http://velep.com
, 如果没有特别声明,文章均为reille博客原创作品
» 郑重声明:
原创作品未经允许不得转载,如需转载请联系reille#qq.com(#换成@)