如何去掉Discuz论坛标题的Powered by Discuz
2个回答
2016-07-28
展开全部
方法/步骤
1
找到如下的位置 根目录/template/default/common/
找到 header_common.htm
2
原来的代码
<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>
一定记着把 - 去掉 要不你的浏览器在标题处还是出现 -
3
然后到后台里设置下。刷新,网站标题的Powered by Discuz!就木有啦。
4
然后是修改尾部的去掉Powered by Discuz! XX字样。
还是刚才那个目录,在footer.htm中大约在76行寻找。
5
原来的代码
<div id="frt"><p>Powered by <strong><a href="http***" target="_blank">Discuz!</a></strong> <em>$_G['setting']['version']</em><!--{if !empty($_G['setting']['boardlicensed'])}--> <a href="http***/?pid=1&host=$_SERVER[HTTP_HOST]" target="_blank">Licensed</a><!--{/if}--></p><p>© 2001-2013 <a href="http***" target="_blank">Comsenz Inc.</a></p></div>
修改为
<div id="frt"><p>Powered by <strong><a href="http***" target="_blank">$_G['setting']['bbname']</a></strong><!--{if !empty($_G['setting']['boardlicensed'])}--><a href="http***/?pid=1&host=$_SERVER[HTTP_HOST]" target="_blank">Licensed</a><!--{/if}--></p><p>© 2001-2013 <a href="http***" target="_blank">Comsenz Inc.</a></p></div>
6
OK,这样就修改了顶部和底部的Powered by Discuz!了,其实底部不修改也无所谓啦。
1
找到如下的位置 根目录/template/default/common/
找到 header_common.htm
2
原来的代码
<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>
一定记着把 - 去掉 要不你的浏览器在标题处还是出现 -
3
然后到后台里设置下。刷新,网站标题的Powered by Discuz!就木有啦。
4
然后是修改尾部的去掉Powered by Discuz! XX字样。
还是刚才那个目录,在footer.htm中大约在76行寻找。
5
原来的代码
<div id="frt"><p>Powered by <strong><a href="http***" target="_blank">Discuz!</a></strong> <em>$_G['setting']['version']</em><!--{if !empty($_G['setting']['boardlicensed'])}--> <a href="http***/?pid=1&host=$_SERVER[HTTP_HOST]" target="_blank">Licensed</a><!--{/if}--></p><p>© 2001-2013 <a href="http***" target="_blank">Comsenz Inc.</a></p></div>
修改为
<div id="frt"><p>Powered by <strong><a href="http***" target="_blank">$_G['setting']['bbname']</a></strong><!--{if !empty($_G['setting']['boardlicensed'])}--><a href="http***/?pid=1&host=$_SERVER[HTTP_HOST]" target="_blank">Licensed</a><!--{/if}--></p><p>© 2001-2013 <a href="http***" target="_blank">Comsenz Inc.</a></p></div>
6
OK,这样就修改了顶部和底部的Powered by Discuz!了,其实底部不修改也无所谓啦。
2017-03-31 · 知道合伙人互联网行家
关注
展开全部
打开网站根目录下/template/default/common
header_common.htm文件
找到
<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>
即可
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询