云水论坛
标题:
【Discuz! X2】【版权信息美化】怎样修改版权信息和浏览器标题Powered by Discuz!
[打印本页]
作者:
森森
时间:
2011-8-10 18:01
标题:
【Discuz! X2】【版权信息美化】怎样修改版权信息和浏览器标题Powered by Discuz!
【怎样去掉浏览器标题顶上的POWERED BY】
在template/default/common目录下查找header_common.htm文件,
[code]$_G['setting']['bbname'] - <!--{/if}--> Powered by Discuz!</title>
替换Powered by Discuz。
【怎么在底部左下角添加版权信息】
template\default\common\footer.htm
自己的例子
查找:
</div>
<div id="frt">
<p>Powered by <strong><a href="http://www.discuz.net" target="_blank">Discuz!</a></strong> <em>$_G['setting']['version']</em><!--{if !empty($_G['setting']['boardlicensed'])}--> <a href="http://license.comsenz.com/?pid=1&host=$_SERVER[HTTP_HOST]" target="_blank">Licensed</a><!--{/if}--></p>
<p class="xs0">© 2001-2011 <a href="http://www.comsenz.com" target="_blank">Comsenz Inc.</a></p>
</div>
修改成
/div>
<div id="frt">
<p>程序版本 Comsenz <a href="http://www.discuz.net" target="_blank">Discuz!</a> <em>7.2</em></p>
<p class="xs0">web© 1997-2011 <a href="http://www.yunshui.net" target="_blank">YunShui.Net云水
论坛All rights.</a></p>
</div>
另外,论坛底部的那个举报需要在后台设置?
template\default\common\footer.htm文件中删除:
| $nav['id'] == 'report' && $_G['uid'] |
如果没有修改过footer,两边的分割竖线都去掉
也可以不用去掉,直接在后台中修改。界面--导航设置--底部导航去掉对勾即可。
欢迎光临 云水论坛 (http://www.yunshui.net/)
Powered by Discuz! X2.5