"Powered by Discuz!"怎么去掉?删除DZ版权的方法

"Powered by Discuz!"怎么去掉?删除DZ版权的方法,第1张

概述Discuz!X1出来了,装上后首页,广场,群组,家园所有页面和帖子的title都在最后带上了"Powered by Discuz!”的字样,看着挺不爽的,所以就动了把它弄掉的念头。只保留了左下角的版权信息. 方法: 1、找到:../templates/模板文件夹(默认default)/common/header.htm,我用的是默认的模板… discuz!X1出来了,装上后首页,广场,群组,家园所有页面和帖子的Title都在最后带上了"Powered by discuz!”的字样,看着挺不爽的,所以就动了把它弄掉的念头。只保留了左下角的版权信息.

方法:
1、找到:../templates/模板文件夹(默认default)/common/header.htm,我用的是默认的模板,那就在“default”下.用记事本打开header.htm

2、用记事本打开后,在第五行左右,查找: <Title>{if !empty($topic['Title'])}$topic['Title'] {/if}{if !empty($_G['home_tpl_Titles'])}{loop $_G['home_tpl_Titles'] $value}$value - {/loop}{/if}{if !empty($space[username])} $space[username]- {/if}{if !empty($navTitle)}$navTitle{/if} $_G['setting']['bbname'] $_G['setting']['SEOTitle'] - Powered by discuz!</Title>

补充:个人空间 去掉 - Powered by discuz!

找到:../templates/模板文件夹(默认default)/home/space_header.htm

<Title>{if !empty($_G['home_tpl_Titles'])}{loop $_G['home_tpl_Titles'] $value}$value - {/loop}{/if}{if !empty($navTitle)}$navTitle{/if} {if $space[spacename]} $space[spacename]- {/if}$space[username] - $_G['setting']['bbname'] $_G['setting']['SEOTitle'] - Powered by discuz!</Title>

去掉后面的“-Powered by discuz! ”即可。

底部的版权信息大家就不要去掉了,要尊重他人的劳动成果。 总结

以上是内存溢出为你收集整理的"Powered by Discuz!"怎么去掉?删除DZ版权的方法全部内容,希望文章能够帮你解决"Powered by Discuz!"怎么去掉?删除DZ版权的方法所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zz/1001577.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-21
下一篇 2022-05-21

发表评论

登录后才能评论

评论列表(0条)

保存