current location:Home > Technical Articles > CMS Tutorial > DEDECMS
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How dedecms backs up mysql database
- How to back up mysql database with dedecms: First log in to the system backend as a super administrator; then find a "database backup/restore" tool in the backend system options; then go to System-->Data Backup/Restore-->Select All table to start backing up the mysql database.
- DEDECMS 2769 2019-07-23 09:46:36
-
- How to uninstall dedecms
- How to uninstall dedecms: first log in to the server management platform; then directly delete the source code of Dreamweaver you installed; then enter the database to clear the files, so that the dedecms website will be completely uninstalled and cleared.
- DEDECMS 2668 2019-07-23 09:38:41
-
- How to change dedecms template
- How to change the template in dedecms: first upload the template to the templates directory; then log in to the dedecms backend, find the system -> system basic parameters - site settings - template default style, and write the name of the new template; then click the generate function, and then find the update Home page, click OK.
- DEDECMS 5540 2019-07-23 09:33:49
-
- Where is the configuration file of dedecms?
- The path where the dede database configuration file is located is /data/common.inc.php. We can download this file using ftp, and then use Notepad to edit the relevant configuration information.
- DEDECMS 3190 2019-07-22 11:00:51
-
- How to remove dedecms
- First, look for the dedesql.class.php file in the include/ directory, and then there will be a few extra pieces of code from lines 588 to 592 in the include/dedesql.class.php file. Delete or comment out the code directly, save and upload it. Overwrite it and then update the web page to remove it.
- DEDECMS 3892 2019-07-22 10:56:39
-
- What is dedecms model
- The dedecms model means that the website has different needs according to different columns. For example, if we publish some ordinary articles, it only needs to find the article model. The content models of dedecms include article model, atlas model, mall model, download model, question and answer system, etc.
- DEDECMS 3049 2022-06-08 15:22:33
-
- How to change password in dedecms
- First, you need to log in to the Dreamweaver CMS backend; then click the "System" menu on the left menu bar of the Dreamweaver backend; then find "System User Management" in "System Settings" and click to enter; then find the administrator account that needs to be modified and click on the corresponding account Click the "Change" button under "Manage Items" and enter a new login password.
- DEDECMS 4836 2019-07-22 10:42:52
-
- What is dedecms template
- dedecms template is a software template of Shanghai Zhuozhuo Network Technology Co., Ltd. The template engine of DedeCMS adopts the official self-developed Dede template engine. The tags with XML-like structure are simple and easy to understand, making it easy to edit in a web page editor.
- DEDECMS 5013 2019-07-22 10:38:06
-
- What is dedecms website building?
- Dedecms website construction means using dedecms to build a website. dedecms generally refers to Dreamweaver (PHP open source website content management system), which focuses on the construction of personal websites or small and medium-sized portals.
- DEDECMS 2227 2019-07-22 10:34:50
-
- How dedecms implements pseudo-static throughout the site
- dedecms realizes pseudo-static of the whole site: the first step is to enable the pseudo-static function of the site. The second step is to modify the source program to achieve pseudo-static homepage, pseudo-static channel page, pseudo-static list page, and pseudo-static article page. The third step is to write .htaccess and .htaccess file rules and upload them to the installation directory of DedeCms.
- DEDECMS 4006 2019-07-20 13:54:46
-
- How to modify id and password in dedecms
- The first step is to enter phpMyAdmin in the database, find the dede_admin data, and click to browse. ||The second step is to click Edit to modify the ID. ||The third step is to select the system and click System User Management. ||The fourth step, click Change Account, fill in the new password here, and save it.
- DEDECMS 2820 2019-07-20 13:38:02
-
- How to install share button in dedecms
- How to install sharing button in dedecms: The first step is to get the page sharing button code. The second step is to enter the dedecms background, find the footer.htm file in the template management, copy the share button code to the end of this file, and you can see the share button after updating the website.
- DEDECMS 2520 2019-07-20 13:34:18
-
- How to configure dedecms file
- Contents of the DreamWeaver database configuration file: configure website address, "cfg_dbhost = 'localhost';", configure database name, "cfg_dbname = 'data';", configure database user, "cfg_dbuser = 'data_user';", etc.
- DEDECMS 2864 2019-07-20 13:21:51
-
- How to sort the dedecms article list page by weight
- Implementation method of sorting by weight: Find the "root directory\include\arc.listview.class.php" file, add the code for sorting by weight, call the dede:list tag, and then perform the same operation with dede:arclist.
- DEDECMS 2177 2019-07-20 13:10:23
-
- How to give permission to dedecms
- Linux space users can customize website directory permissions. Set these directory permissions to read, write, but not execute permissions. The Linux environment directory permission code is: 766; set them to read, execute, but not write permissions. , the Linux environment directory permission code is: 755. Log in to the backend for one-click updates.
- DEDECMS 3175 2019-07-20 13:08:29