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 to call hidden columns in dedecms
- How to call hidden columns in dedecms: first open the source file; then add the code "{dede:sqlsql='Select*fromdede_arctypewhereishidden=1'}[field:typename/]{/dede:sql}".
- DEDECMS 2177 2019-12-09 10:16:48
-
- How to modify the title length in dede5.7
- How to modify the title length in dede5.7: First open the "Backend-System-SQL Command Tool" in sequence; then enter the command "ALTER TABLE `dede_archives` CHANGE `title` `title`VARCHAR(255)".
- DEDECMS 1924 2019-12-09 10:12:06
-
- What are the ultimate tips for dedecms security settings?
- The ultimate tips for dedecms security settings are: 1. Set the data and templets folders to "readable, writable, non-executable" permissions; 2. Delete the member and special directories; 3. Delete the install installation directory; 4. Set a complex administrator password; 5. Regularly back up website directories and databases, etc.
- DEDECMS 2101 2019-12-09 10:08:37
-
- How to modify the data directory name on the DEDECMS website
- How to modify the name of the data directory on the DEDECMS website: first open the "common.inc.php" file; then modify "data" to a new directory name; then use "FTP" to change the "data" directory to the same directory name ;Finally, update the "template cache directory" in the website background.
- DEDECMS 2658 2019-12-09 10:04:44
-
- How to migrate the system's data directory to a directory other than web in dedecms
- How to migrate the system's data directory to a directory other than the web in dedecms: first find the data folder in the root directory; then right-click and select [Cut] the folder; then paste it and migrate it to the upper-level directory, that is, a non-web directory. Just go to the Web directory.
- DEDECMS 2288 2019-12-09 10:00:38
-
- How to use the DEDE Dreamweaver planning task function to regularly update the homepage
- How to use the DEDE Dreamweaver scheduled task function to regularly update the homepage: first enter "Backstage - System - Scheduled Task Management"; then create a new scheduled task; then upload the "dede-post" file to the "plus/task" in the website directory /"; finally modify the task file so that the website can be updated regularly.
- DEDECMS 2224 2019-12-09 09:54:16
-
- How to use dedecms [field:fulltitle/] tag
- The dedecms [field:fulltitle/] tag is mainly used to call the full title. Its usage syntax is "{dede:arclist}<li ><a href="" title="[field:fulltitle/]">...".
- DEDECMS 2539 2019-12-09 09:49:27
-
- How to modify the dedeCMS friendly links of the DreamWeaver template to be drop-down
- Method to modify the dedeCMS friendly link of the Dreamweaver template to a drop-down type: first open the "flink.lib.php" file; then change the code "<li>[field:link /]</li>" to "[field:link / ]"; then modify the original friendly links in the homepage template to be drop-down.
- DEDECMS 2557 2019-12-09 09:44:44
-
- How to optimize the security issues of DedeCms
- Methods to optimize the security issues of DedeCms: first delete the install folder when installing DedeCms; then delete the default administrator admin and re-set the administrator; then change the default directory name of dedecms background management dede; finally, delete the default directory name dede. Just turn off or delete all the functions you have reached.
- DEDECMS 2193 2019-12-09 09:40:00
-
- How to change the generated directory of the Dreamweaver website map
- How to generate a directory for the Dreamweaver website map: first create an rss folder in the root directory of the website; then open the "makehtml_map.php" file and replace the code "$cfg_cmspath" with "$cfg_cmspath."/data/rssmap.html" ; "That's it.
- DEDECMS 2665 2019-12-09 09:35:56
-
- How to add the number of statistical documents in the column list of dedecms dreamweaver template
- How to add the number of statistical documents to the dedecms dreamweaver template column list: first open the "extend.func.php" file; then add the code "function GetTotalArc(){...}"; then call the "arclist" and "list" templates Just code.
- DEDECMS 1942 2019-12-09 09:30:36
-
- What should I do if the URL cannot be entered for the universal tag loop in Dedecms?
- The solution to the problem that the universal tag loop in Dedecms cannot enter the URL: first open the "common.func.php" file; then add the code "function IDReturnURL(){...}"; then modify the calling method in the template. solve.
- DEDECMS 2222 2019-12-09 09:25:25
-
- How to change the default directory name in DEDECMS Member Center
- The core has written the DEDE member directory as member. Now we can modify the DEDE core file! Find the root directory of the file location "include/common.inc.php", open it, and change member on the right to the member directory you want.
- DEDECMS 2359 2019-12-07 14:43:50
-
- How does dede count the number of column articles?
- The method of dede to count the number of column articles: first open the "common.func.php" file; then add the code "function GetTotalArc($tid){...}" to count the number of column articles.
- DEDECMS 2101 2019-12-07 10:54:24
-
- How to let dedecms implement shtml
- How to let dedecms implement shtml: first create a public template "right.htm"; then write the code as "function lib_shtml(&$ctag,&$refObj){...}"; then directly call "{dede: shtml/}".
- DEDECMS 2306 2019-12-07 10:50:19