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:
-
- What should I do if the tags.php generated by DreamWeaver is formatted incorrectly?
- Recently, many website administrators reported that after using the Dreamweaver system to generate the tags.php file, they found that the page layout was disordered, the intervals between tags were inconsistent, and even deformation occurred. This problem is actually related to the tags.php code that comes with the DreamWeaver system, and we need to optimize it. Step 1: Modify the style sheet. In the tags.php file that comes with the DreamWeaver system, the layout of the style sheet is in the form of a table. This layout method can easily cause the spacing between tags to be disordered, resulting in unsightly page layout. There may even be heavy content
- DEDECMS 917 2023-03-31 09:41:52
-
- How to add column pictures in Dreamweaver CMS
- How to add column pictures in Dream Weaver CMS: 1. Name the column picture field to be added "typeimg", and the execution code is "alter table dede_arctype add typeimg varchar(100)"; 2. Modify "catelog_add.php" and "catelog_edit" .php" file content; 3. Use the channel tag to call the column, and then get the top column image of the current column.
- DEDECMS 1786 2023-03-14 10:42:30
-
- What should I do if I forget my password for Dreamweaver CMS?
- Solution for forgetting the password of Dreamweaver cms: 1. Log in to MySql, find the name of the database corresponding to the website, and click to enter the database; 2. Find the dede_admin table, then find the administrator-related information row and select it; 3. Restore the Restore the password to the initial value and change the pwd value to the default "f297a57a5a743894a0e4".
- DEDECMS 2502 2023-03-08 09:39:22
-
- How to modify the dedecms login page
- How to modify the dedecms login page: 1. Find and open the "templets/login.htm" file in the system root directory; 2. Remove the copyright information at the bottom and comment out "<div class="dede-iframe">. .....</div>" code; 3. Find the "images/login-bg.jpg" picture in the dede directory and replace it with the new picture.
- DEDECMS 1910 2023-03-02 09:44:05
-
- Does dedecms have a mobile version?
- dedecms has a mobile version. The installation method for the mobile version is: 1. Move the DATA to the security settings outside the root directory and modify the "/m/index.php" code; 2. In "Update Homepage HTML", change "Select Homepage" Template" to "default/index_m.htm"; 3. Change the URL of "Graphic and Text Information" on the homepage to a mobile link; 4. Set the mobile station to be accessible through the secondary domain name.
- DEDECMS 1840 2023-03-02 09:31:23
-
- How to modify the database name of Dreamweaver CMS
- How to modify the name of DreamWeaver cms database: 1. Directly modify the database name in mysql; 2. Open the "data" folder in the root directory, and then find the "common.inc.php" file; 3. Modify "$cfg_dbname" "The following data is sufficient.
- DEDECMS 2277 2023-02-28 09:39:09
-
- What should I do if the dedecms webpage has garbled characters?
- Solution to the garbled code on the dedecms webpage: 1. Check from the background whether the encoding of the Dreamweaver management system being used is gbk or utf-8; 2. Check the encoding of the Dreamweaver template file htm, and then use Notepad to open the template file; 3 , click "Save As" to change the encoding to "utf-8".
- DEDECMS 1509 2023-02-28 09:25:23
-
- How to change the location of Dreamweaver CMS registration number
- How to change the location of Dreamweaver CMS registration number: 1. Enter the Dreamweaver backend, and then find the "Template" category; 2. Click "Default Template Management"; 3. Find "footer.htm" and click Modify; 4. Find " {dede:global.cfg_powerby/}" and then fill in the registration number.
- DEDECMS 1831 2023-02-27 09:46:51
-
- What should I do if I forget my DreamWeaver cms username and password?
- Solution for forgetting the username and password of Dreamweaver CMS: 1. Open the database and find the database table name "dede_admin"; 2. Click "dede_admin" and replace "d95a993df018d377fef8" with "f297a57a5a743894a0e4".
- DEDECMS 2553 2023-02-27 09:39:02
-
- What to do if dedecms thumbnail error is reported
- Solution to dedecms thumbnail error: 1. Set the windows directory to user read permissions; 2. Set "windows/Temp" to user read and write permissions; 3. Find the "upload_tmp_dir" directory in php.ini, and then remove the preceding The semicolon; 4. Set the address and give the user read and write permissions.
- DEDECMS 2072 2023-02-27 09:32:20
-
- How to add multiple languages to dedecms
- How to add multi-language to dedecms: 1. Enter the dedecms background and create a cover column; 2. Set the file saving directory of the cover column "General Options" to cn or en; 3. Set the list template of the cover column "Advanced Options" to "cn_index.htm" or "en_index.htm"; 4. Just call the cover column of each language and the navigation column of each language separately.
- DEDECMS 2354 2023-02-27 09:21:17
-
- How to modify click volume in dedecms
- How to modify the number of clicks in dedecms: 1. Run the "UPDATE dede_archives SET click..." statement in the database; 2. Open the "\plus\count.php" file and modify the content to "UPDATE `{$maintable}` SET click =click+$rand_num WHERE {$idtype}='$aid'".
- DEDECMS 2180 2023-02-24 09:39:14
-
- How to replace keywords in dedecms
- How to replace keywords with dedecms: 1. Find the "include/arc.archives.class.php" file; 2. Find "function _highlight($string, $words, $result, $pre) {... }" code, and then add "uasort($words,create_function('$a, $b'...)" after the code.
- DEDECMS 1614 2023-02-24 09:21:50
-
- How to implement batch replacement in dedecms
- How to implement batch replacement of dedecms: 1. Open "Dreamweaver cms backend->Core->Batch Maintenance->Database Content Replacement" in sequence, and then select the database tables that need to be replaced for batch replacement; 2. Use the SQL command "update dede_archives set title=replace(title,'xx','yy');" To achieve batch replacement and modification of article titles or text keywords.
- DEDECMS 1650 2023-02-23 10:05:34
-
- How to delete content in dedecms
- How to delete content in dedecms: 1. Log in to the website backend and click "System" -> "SQL Command Line Tool"; 2. In the page that opens, execute the SQL command "delete dede_addonarticle, dede_archives, dede_arctiny from..." That’s it.
- DEDECMS 2076 2023-02-23 09:13:20