current location:Home > Technical Articles > CMS Tutorial > DEDECMS

  • What should I do if the tags.php generated by DreamWeaver is formatted incorrectly?
    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 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?
    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
    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?
    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 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?
    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
    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?
    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
    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 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 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 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 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
    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

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28