This information is to see others, but some do not understand, I introduce you to modify the more clearly, suitable for rookie use.
Dream-Weaving Content Management System (DEDECMS), is a set of content publishing, editing, management search is equal to one of the Web site management System (Web CMS), he has many foreign CMS features, but also in combination with the needs of Chinese users, the Content management system concept for a clear analysis and positioning.
Recently Dedecms released a new version of 5.5 (Gbk/utf8), by many webmaster friends love. However, as a product must protect its copyright, the CMS will inevitably have some copyright information and products, the most typical of which is dedecms jump prompt information "Dedecms prompt information", then how to change this word to their own website name.
In fact, it's very simple, in version 5.1, the file is modified: Find inc_functions.php in the Include folder. But from the 5.3 version, the dream has changed the system structure, so that a lot of documents have been adjusted, a smart webmaster do not need to rely on search engines can do, such as the use of text search software can be solved. The author uses "character Batch tool" to find this file: include/common.func.php (Include in many CMS are the core files exist directory), found this file, then modified to be much simpler. (File location: Find common.func.php in the Include folder)
Open common.func.php file with Notepad, ctrl+f find: dedecms hint information, find after (a total of two), modify for you want on it. However, in order to support the dream developer, we still try to keep some copyright information, not necessarily the whole station to keep, you can like me to stand the same, in the home to dedecms leave a link.
Here's a special note about one of the Dedecms tips. In the middle is a space, search time if you can not find a direct search "hint information" to find, just at the beginning I did not find this, only to find a place, modified after the landing or display "dedecms message." "later self-confidence to see to solve the problem, here to write out the question, I hope to help you."
Too many words do not need to see, in fact, include folders in the common.func.php file.
DEDECMS Registration page is very lengthy, the question, registration agreement, personal and business choice of these a large pile, for the general personal site is not needed, but the simplification will be more refreshing. To modify this, directly modify the/member/templets/reg-new.htm file. For example, the registration protocol, the question of the prompts do not want to directly delete these code can be. Personal registration and the choice of enterprise registration can also be deleted here, because dedecms default is the personal registration, if your site does not need enterprise registration, directly delete this option can be.