search
HomeCMS TutorialDiscuzHow to remove discuz copyright
How to remove discuz copyrightFeb 24, 2023 am 09:15 AM
discuz

How to remove discuz copyright: 1. Find and open the "header_common.htm" file and delete the "Powered by Discuz!" content; 2. Find and open the "footer.htm" file and delete "Powered" by ME" content.

How to remove discuz copyright

The operating environment of this tutorial: Windows 7 system, Discuz X3.2 version, DELL G3 computer

How to remove discuz copyright?

【Discuz】Remove the copyright information, modify the title bar and bottom

Although this article introduces how to remove the copyright information of Discuz! It disappeared without a trace, but it is still recommended to retain the copyright information of Discuz without affecting the visual effect of the forum. After all, it contributed to me such an excellent open source forum php project. The main purpose is to use the opportunity of thinking about removing copyright information to learn to modify the title bar and bottom of the Discuz! project.
Here we take the default template and the Discuz project without any modifications as an example.
Discuz!'s copyright information first exists in two places, one is the title bar and the other is the bottom.
First of all, the title bar file of Discuz is hidden in the file ..\template\default\common\header_common.htm. Be careful not to confuse it with the header.htm, it has nothing to do with it.
Find lines 6-16 inside as shown below:

In the title node, the $navtitle variable represents the title of the current page. $_G['setting']['bbname'] represents the noun of the current site. This can be changed in the admin background. Powered by Discuz! is the copyright information attached to Discuz. $_G['setting']['seohead'], this is the title you attach to the admin background.
As shown below, in Discuz's admin background->Global->SEO Settings->Others->Other header information, the information filled in is $_G['setting'][' seohead'] information.

After that, as shown below, in Global->Site Information, the site name you fill in will affect $_G['setting']['bbname '] value.
By the way, other settings of site information, website name, website URL, etc. will affect the information in the lower right corner.

In other words, if you want to take out the copyright information, the only modification you need is to change Powered by Discuz! to Powered by Me!, etc. Or delete it, and the result will be as shown below:

Of course, you can write some static text on the title node for convenience.
is followed by some meta tags on lines 9 to 16, which are used to describe the attributes of an HTML web page document, such as author, date and time, web page description, and keywords. They are only used to cooperate with some search engines. Find your forum better. Change it to whatever it is.
base href specifies the base URL for all relative URLs on the page, that is, all absolute paths../ will be replaced with the information here, and generally no modification is needed here.
is followed by Discuz’s footer modification, which also contains Discuz’s copyright information.
Discuz’s footer is hidden in ..\template\default\common\footer.htm
In lines 77-80, the div node with the id of frt, as shown in the following figure:

This is just a bunch of p, a, strong and other html tags. Please feel free to modify it in this tag with the id of frt, $_G['setting'] ['version'] This variable represents the current version number of Discuz.
For example, change to the following code:
		<div>
			<p>Powered by <strong>ME</strong>
			</p>
<p>© 1900-2100</p>
		</div>
will get the following effect:

当然,还是那句话,不建议这么做。毕竟人家怎么无私奉献出一个开源的php论坛出来不容易。
至于有人上面的Discuz友情链接怎么去掉?这里不用改代码,直接在后台里面->运营->友情链接中,该怎么改就怎么改,可以直接关闭。

最后在右下角的信息修改,这里上面说过已经怎么在admin后台那修改。但你可以直接改代码。写出更多东西。
就紧贴上面的58-76行id为flk的div里面。如下图所示:

比如我不想显示当前站点的名称,可以直接将第63行有关$_G['setting']['sitename']这个变量的a标签直接弄走。修改之后如下图所示,加粗的站点名称不见了。

至此,整个Discuz的论坛的所有版权信息全部去掉。
因为整个Discuz论坛的所有页面都在引用header_common与footer两个页面,因此这样一修改,整个论坛都改好了。
同时说一句,整个footer.htm里面的代码不一定要带版权信息的,你可以完全可以换成自己的里面,空空是也也可以但一定要保留

The above is the detailed content of How to remove discuz copyright. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
discuz database error怎么解决discuz database error怎么解决Nov 20, 2023 am 10:10 AM

discuz database error的解决办法有:1、检查数据库配置;2、确保数据库服务器正在运行;3、检查数据库表状态;4、备份数据;5、清理缓存;6、重新安装Discuz;7、检查服务器资源;8、联系Discuz官方支持。解决Discuz数据库错误需要从多个方面入手,逐步排查问题原因,并采取相应的措施进行修复。

怎么去掉discuz版权怎么去掉discuz版权Feb 24, 2023 am 09:15 AM

去掉discuz版权的方法:1、找到并打开“header_common.htm”文件,删掉“Powered by Discuz!”内容;2、找到并打开“footer.htm”文件,删掉“Powered by ME”内容即可。

discuz是什么意思discuz是什么意思Aug 23, 2023 am 10:27 AM

Discuz是一个功能强大的开源论坛软件,可以帮助用户快速搭建和管理一个社区论坛,提供了一套完整的论坛系统解决方案,Discuz是由名为Comsenz的中国公司开发和维护的,并且在全球范围内广泛使用。Discuz还有一个庞大的用户社区,可以提供技术支持和经验分享。

discuz论坛是什么discuz论坛是什么Jul 10, 2023 am 11:03 AM

discuz论坛是一种网络论坛软件,也称BBS,它是一种用于在互联网上建立论坛社区的程序系统。只哟中功能强大的论坛软件,可以帮助用户建立一个专业、完善的论坛社区,并且可以实现多种功能,如搭建用户注册、登录、查看主题、发布帖子、发表评论、设置版主等功能,让用户可以轻松地进行论坛社区的管理和维护。

什么是discuz什么是discuzAug 23, 2023 am 10:24 AM

discuz是一种功能强大、灵活性高、安全稳定的开源论坛软件,是一个基于PHP和MySQL的在线社区平台,提供了一个完整的论坛系统,包括帖子、主题、用户管理、权限控制等功能。Discuz还具备良好的用户体验和界面设计,以及庞大的开发者社区,可以为用户提供帮助和支持。

discuz如何修改头像discuz如何修改头像Aug 08, 2023 pm 03:53 PM

discuz修改头像的方法:1、登录Discuz后台,在网站根目录下找到“admin.php”或者“admin”目录并登录;2、进入用户管理,可以在左侧或者顶部的导航菜单中找到并点击进入;3、搜索用户,使用搜索功能来找到特定的用户;4、修改头像,在编辑页面,可以找到头像的选项并上传新的头像;5、保存修改;6、刷新页面即可。

discuz登录失败怎么解决discuz登录失败怎么解决Aug 03, 2023 pm 02:09 PM

discuz登录失败解决方法:1、仔细检查输入的用户名和密码是否正确,并尝试重置密码;2、确保浏览器允许使用Cookie,并将Discuz网站添加到信任的网站列表中;3、通过论坛首页上的“联系我们”或“举报”链接找到管理员的联系方式并解决;4、查看服务器日志来确定是否存在配置问题。

discuz附件在哪discuz附件在哪Aug 08, 2023 pm 02:08 PM

discuz附件在网站的根目录下,其路径类似于"/home/wwwroot/forum/data/attachment",在这个目录下,每个附件都会有一个唯一的文件名,以确保文件的唯一性和安全性,附件通常是用户在帖子或私信中上传的文件,例如图片、音频或文档,附件的上传和管理是论坛功能的重要组成部分,使用户能够分享和交流各种类型的内容。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),