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

  • How to change the encoding method of dedecms
    How to change the encoding method of dedecms
    Modification method: 1. Back up the original website, use the background data backup function to back up the database, and package all the files under the website root directory; 2. Use the transcoding tool to transcode the database; 3. Clear the website space data and download If you install the new dedecms program according to the new encoding method, you will get a blank newly encoded Dreamweaver website; 4. Use web page editing software to batch encode the template; 5. Import the transcoded data into the blank Dreamweaver website. Can.
    DEDECMS 2247 2023-02-22 18:34:55
  • Can Dreamweaver CMS upload videos?
    Can Dreamweaver CMS upload videos?
    Dreamweaver cms can upload videos. The method to upload videos is: 1. In the root directory of the website, find "include\dialog\select_media.php" and add the mp4 item to the file; 2. Download ckeditor; 3. Open In the DreamWeaver backend, find the video icon and click to upload the video.
    DEDECMS 2364 2023-02-22 17:08:35
  • What should I do if the thumbnail is distorted when calling DreamWeaver CMS?
    What should I do if the thumbnail is distorted when calling DreamWeaver CMS?
    Solution to the distortion of thumbnails called by DreamWeaver cms: 1. In "System - Attachment Settings", set the default width and height of the thumbnails to be greater than or equal to the maximum size of all called thumbnails in the entire site; 2. Open "/include /extend.func.php" file and add the code as "function thumb($imgurl, $width, $height, $bg = true){...}".
    DEDECMS 1924 2023-02-22 17:01:24
  • dedecms how to modify the font
    dedecms how to modify the font
    How to modify the font in dedecms: 1. Open the "include/ckeditor/ckeditor.js" file; 2. Search for "font_names" and find the font list; 3. Add the required Chinese fonts, and then clear the system cache.
    DEDECMS 1168 2023-02-22 09:33:52
  • Can DreamWeaver CMS build mini programs?
    Can DreamWeaver CMS build mini programs?
    Dreamweaver CMS can build small programs. The method of creating small programs is: 1. Create an API data interface for dedecms to output JSON format data; 2. Convert json encoding through the system function "json_encode()" provided by the PHP system, and then in Write the page docking data in the mini program; 3. Write the page code in the mini program, and then enter the interface data requested by the docking to render the desired style and function.
    DEDECMS 2335 2023-02-22 09:28:59
  • How to cancel verification code login in Dreamweaver CMS
    How to cancel verification code login in Dreamweaver CMS
    How to cancel the verification code login in DreamWeaver CMS: 1. Open the dedecms backend login interface; 2. Select "System -> Verification Security Settings" in turn, and then open the verification code parameter settings; 3. Remove the check mark in front of the module that does not require verification code. Select, then save and exit.
    DEDECMS 2100 2023-02-22 09:21:34
  • Can Dreamweaver CMS be used as a movie website?
    Can Dreamweaver CMS be used as a movie website?
    Dream Weaver CMS can be used as a movie website. Dreamweaver CMS is a content management system, so it is more suitable for news media websites. The Dreamweaver backend has a directory for adding and managing special information columns. You can directly publish content and it will be displayed on the front desk; and Dreamweaver CMS Supports video playback and has video module plug-in.
    DEDECMS 1565 2023-02-21 19:25:58
  • How to remove dedecms copyright
    How to remove dedecms copyright
    Methods to remove the copyright of dedecms: 1. Open the "login.htm" file and remove the code at the bottom; 2. Remove dede contained in the backend directory; 3. Search the entire site for "Dreamweaver Content Management System", and then replace all the ones with the specified name. Management system; 4. Search the entire site for "dedecms", and then replace all with the system with the specified name, etc.
    DEDECMS 2232 2023-02-21 10:44:39
  • How to delete messages in dedecms
    How to delete messages in dedecms
    How to delete messages in dedecms: 1. Open the dedecms background or PHPMYADMIN; 2. Delete the message with the specified IP by executing the "DELETE FROM `dede_feedback` WHERE `dede_feedback`.`ip` = '000.000.000.000'" command.
    DEDECMS 1714 2023-02-21 10:35:44
  • When did Dreamweaver CMS come out?
    When did Dreamweaver CMS come out?
    DedeCMS was released in August 2004; DedeCMS is a PHP open source website management system, famous for its simplicity, practicality, and open source; in August 2004, Lin Xue wrote DedeCMS, which still has hundreds of thousands of corporate and personal websites. Long term use.
    DEDECMS 2322 2023-02-21 10:36:02
  • What language is Dreamweaver CMS written in?
    What language is Dreamweaver CMS written in?
    Dreamweaver cms is written in PHP language. Dreamweaver CMS (DedeCMS) is a PHP open source website management system, used to build small and medium-sized websites; it is developed using PHP+MySQL technology and can be used on windows, linux, and unix platforms at the same time.
    DEDECMS 1487 2023-02-21 09:45:54
  • What database is Dreamweaver CMS?
    What database is Dreamweaver CMS?
    Dreamweaver cms is a mysql database. Dreamweaver cms is a PHP open source website management system, developed using PHP+MySQL technology, and can be used on windows, linux, and unix platforms at the same time; Dreamweaver cms is mainly used to create websites, mainly for the construction of personal websites or small and medium-sized portals , known for its simplicity, practicality, and open source.
    DEDECMS 2260 2023-02-20 19:11:41
  • What should dedecms pay attention to?
    What should dedecms pay attention to?
    Note: 1. Delete the default administrator admin account and password and create a new administrator. The administrator password must be long and mixed with letters and numbers; 2. Delete and temporarily close unnecessary functions until needed. Turn it on to avoid being injected by hackers; 3. Add empty index.html to each directory to prevent the directory from being accessed; 4. Hard-code write permissions and prevent the upload of PHP code after the installation is completed; 5. Delete the install file in the root directory folder to prevent others from resetting the website; 6. Regular patching, etc.
    DEDECMS 1785 2023-02-17 11:00:36
  • How to add fields in dedecms
    How to add fields in dedecms
    How to add fields to dedecms: 1. Enter the dedecms backend and find the "Common Article Model" in "Core-Channel Model"; 2. Click "Field Management" to enter the field management interface and click Add New Field; 3. Add a new field In the field interface, just fill in the form prompt text, field name and other information in sequence.
    DEDECMS 1555 2023-02-17 10:50:10
  • How to delete members in dedecms
    How to delete members in dedecms
    How to delete members in dedecms: 1. Back up the database; 2. Open the dede backend system, and then use the SQL statement "delete from dede_member where not mid="1"" to delete registered members in batches.
    DEDECMS 1399 2023-02-17 10:40:25

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