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 dedecms search page cannot use arclist and other tags?
- The solution to the problem that tags such as arclist cannot be used on the dedecms search page: first open the "arc.searchview.class" file; then add the code "require_once(DEDEINC."/taglib/arclist.lib.php");".
- DEDECMS 2242 2019-12-12 09:54:50
-
- How to add custom attributes in dede
- How to add custom attributes in dede: First, select "System-SQL Command Line Tool" in the dede background; then enter the sql statement "insert into `dede_arcatt`(sortid,att,attname) values(9,'d',' ');" That's it.
- DEDECMS 1904 2019-12-12 09:51:33
-
- How to configure security in dedecms
- Methods for safe configuration of dedecms: 1. Keep DEDE updated and patch in time; 2. Delete the "install" folder; 3. Rename the management directory; 4. Delete "index.php" in the root directory; 5. , Delete "guestbook" under "plus".
- DEDECMS 1744 2019-12-12 09:46:10
-
- How to change the name of the default folder in DEDECMS?
- First, find the system configuration file. Generally, this file will be stored in the Include directory, and the file name is: common.inc.php. Open common.inc.php and take modifying the template directory templates as an example.
- DEDECMS 2464 2019-12-11 14:52:46
-
- What should I do if the first login password in dede is incorrect?
- The solution to the wrong password for the first login in dede: first check whether the "dede_admin" table exists; then delete the table "dede_admin" in the database; then reinstall the dede system.
- DEDECMS 2090 2019-12-11 11:06:05
-
- How to replace DedeCMS keywords
- How to replace the DedeCMS keyword: first find and open the "include/arc.archives.class.php" file; then add the code "function _highlight(){...}" in line 1226.
- DEDECMS 2091 2019-12-11 11:02:21
-
- What should I do if the data connection fails after DreamWeaver uploads to the server?
- The solution to the data connection failure after DreamWeaver uploads to the server: first open the "common.inc.php" file in the "data" folder; then modify it to the correct database connection information.
- DEDECMS 2529 2019-12-11 10:54:46
-
- What is the use of DEDECMS V5.6 default homepage template javascript?
- The function of DEDECMS V5.6 default home page template javascript is to introduce the ajax framework of DedeCMS, which is mainly used for some special effects in the template, such as changing the login status after logging in, "like and dislike" on the content page, "support and objection" in the comment list, etc. wait.
- DEDECMS 2578 2019-12-11 10:51:07
-
- How to intercept strings in dedecms arclist
- In dedecms, you can use the "cn_substr" function to intercept the string in arclist. The syntax is "[field:title function="cn_substr(@me,10)"/]".
- DEDECMS 2116 2019-12-11 10:45:59
-
- How to call the article body content on the homepage and list page of DreamWeaver
- How to call the article body content on the Dreamweaver homepage and list page: first enter the Dreamweaver backend; then select "Core -> Channel Model -> Content Model Management -> Ordinary Article -> Change -> Basic Settings -> List Additional Fields" ;Then add the "body" value; finally use the tag "dede:list" to call "body".
- DEDECMS 2161 2019-12-11 10:39:50
-
- How to prevent Dedecms from being hacked
- Methods to prevent Dedecms from being mounted: 1. Set the security permissions of the server; 2. Set the directory permissions under the Windows host; 3. Update the program patch; 4. Change the background directory name; 5. Complicate the FTP password; 6. Perform data Backup.
- DEDECMS 2559 2019-12-11 10:33:34
-
- What should I do if the weight sorting method used by Dedecms does not work?
- The solution to the invalid use of weight sorting by Dreamweaver dedecms: First open the file "arc.listview.class.php"; then insert the code "else if($orderby=="weight") { $ordersql... }" will do.
- DEDECMS 2111 2019-12-11 10:19:27
-
- How to speed up dedecms generation speed
- Methods to speed up dedecms generation: first delete the "related articles", "hot articles", and "recommended articles" tags in the article template; then use absolute values for all template paths, php attachment paths, etc. URL replacement can increase the generation speed.
- DEDECMS 2342 2019-12-11 10:14:20
-
- What should I do if DEDECMS-related articles are not relevant?
- Solution for DEDECMS-related articles that are not relevant: First open the "inc_functions.php" file; then add the code "function ShowKeyWordArc(){}"; then open the "Article Template Page" and replace the code with "ShowKeyWordArc".
- DEDECMS 1645 2019-12-11 10:09:19
-
- How to add custom attributes in DeDeCMS
- How to add custom attributes in Dreamweaver: first enter "phpmyadmin"; then find the "dede_archives" structure and click on the structure to modify it; then find the "dede_arcatt" structure and click "Insert" to add a piece of data.
- DEDECMS 1801 2019-12-11 10:01:43