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 to do if dedecms utf-8 is garbled?
- The garbled characters in dedecms utf-8 are caused by not selecting BOM when saving htm. The solution is to enter the dedecms background, then open the template file, and then select the "Include Unicode signature" option in the save window.
- DEDECMS 2594 2019-12-24 09:16:33
-
- What should I do if the background response of Dedecms is extremely slow and often gets stuck?
- After investigation, it was found that the problem lies in the index_testenv.php file. Due to the slow execution of DedeCMS security prompts, it is not yet clear which piece of code caused the problem. The solution at this stage is to block the relevant code.
- DEDECMS 1990 2019-12-23 16:09:55
-
- How does dede call the entire content of the article page on the homepage?
- In dede, you can use the sql statement to call the entire content of the article page. The sql statement is "{dede:sql sql="SELECT body FROM `dede_addonarticle` where aid = 2"}{/dede:sql}".
- DEDECMS 2480 2019-12-23 10:53:01
-
- How to read the latest articles on dedecms artlist
- The method for dedecms artlist to read the latest articles on the whole site: first enter the dedecms background; then open the homepage template file; then use the "type='top'" attribute to call the latest articles, the syntax is "{dede:arclist row=10 typeid=' top'}".
- DEDECMS 1858 2019-12-23 10:49:19
-
- How to add automatic numbers to pictures in the album in DEDECMS
- DEDECMS adds automatic numbering to the pictures in the atlas: first open the "productimagelist.lib.php" file; then add the code "$GLOBALS['autoindex'] = 0;"; then use "field:global" in the content page "Just call it.
- DEDECMS 2604 2019-12-23 10:45:47
-
- How to use DedeCMS Pagetitle tag
- In DedeCMS, [Pagetitle tag] is used to obtain the page title of the document, and its syntax is "{dede:pagetitle style='select'/}<br />{dede:prenext/}".
- DEDECMS 2135 2019-12-23 10:42:06
-
- How does DEDE call other field values in the runphp=yes tag?
- DEDE calls other field values in the "runphp=yes" tag: first open a PHP tag; then replace the value you want to assign to the global variable; then assign the field value to runphp in another run.
- DEDECMS 2146 2019-12-23 10:38:10
-
- How to optimize the performance of DedeCms V5.5
- Methods for performance optimization of DedeCms V5.5: 1. Turn off the option "Articles are collected by users"; 2. Enable template caching and modify the cache update time; 3. Optimize the database "dede_archives" and delete mainindex and lastpost.
- DEDECMS 2238 2019-12-23 10:31:33
-
- How does Dede change the background color of the article list on alternate lines?
- Dede implements the method of changing the background color of the article list on alternate lines: first enter the Dede background; then open the list template file; then add the code as "{:list pagesize='50'}.$a="<font color=red>"strftime( ){/dede:list}".
- DEDECMS 2106 2019-12-23 10:24:48
-
- How to update the homepage of the DeDeCMS DreamWeaver mobile website
- How to update the homepage of the DeDeCMS DreamWeaver mobile website: first enter the DeDeCMS backend; then select the "Generate" column in the backend; then modify the template path; and finally click [Update Home Page HTML].
- DEDECMS 3879 2019-12-23 10:20:57
-
- How to display keyword tags and call related articles on the DEDE text page
- How to display keyword tags and call related articles on the DEDE text page: first enter the DEDE backend; then open the relevant source code file; then add the code "{dede:likeart titlelen='36′ row='10′}{/dede :likeart}" will do.
- DEDECMS 2313 2019-12-23 10:14:22
-
- How to judge dedecms template tags
- How to judge the dedecms template tag: first enter the dedecms background; then open the source code file; then add the code "[field:pubdate runphp='yes'] if(($ntime - @me) < $day3) @me = $a ;" That's it.
- DEDECMS 2771 2019-12-23 10:10:32
-
- Dream Weaver dedecms prompts what to do if body has not allow words
- The solution to the "body has not allow words" prompt from Dreamweaver: first open the "filer.inc.php" file; then modify the code on line 19 to "preg_match_all("@{$cfg_notallowstr}@"..." and save it That’s it.
- DEDECMS 2308 2019-12-21 10:41:24
-
- How to configure the pseudo-static of the entire site of the DreamWeaver system
- How to configure pseudo-static for the whole site of Dreamweaver system: first set the server to support pseudo-static, that is, URL rewriting; then enter the background of Dreamweaver system; then select "System->Core Settings"; finally find "Whether to use pseudo-static" and select "OK to save".
- DEDECMS 2292 2019-12-21 10:37:06
-
- How to delete articles and attachments in dedecms
- The method for dedecms to delete articles and attachments at the same time: first add two functions "getArcBody" and "get_img_from_body"; then open the "inc_batchup" file; then add the code "$body=getArcBody($aid)".
- DEDECMS 2427 2019-12-21 10:29:12