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 add dedecms background message management function
- Method to add dedecms background message management function: first download the attachment and unzip it; then copy the "guestbook.php" file to the background management directory; then enter the DreamWeaver background and select "Module->Management Module->Guestbook Module- >Modify"; finally add dedecms background message management function.
- DEDECMS 3686 2019-12-28 09:20:33
-
- What is the DEDECMS static template class file?
- DEDECMS static template class file is a template parser that uses XML namespace form. The biggest advantage of using the Dreamweaver parser to parse templates is that you can easily specify the attributes of the tag, making the template code very intuitive and flexible. The new version of the Dreamweaver template engine It can not only parse the template but also analyze the wrong tags in the template.
- DEDECMS 1895 2019-12-28 09:17:02
-
- How does DedeCMS arclist tag realize two-column arrangement in tables and lists?
- DedeCMS arclist tag implements two-column arrangement in tables and lists: first enter the DedeCMS background; then open the corresponding template file; then add the code as "{dede:arclist row='10'}[field:global]{/dede:arclist }".
- DEDECMS 1983 2019-12-28 09:13:34
-
- How to change the color of dede dreamweaver article list every other row
- How to change the color of every row in dede's article list: first enter the backend of DreamWeaver; then open the corresponding template file; then realize the color change of every row by outputting different class styles in the "li" tag. The specific code is "[field:global runphp= 'yes' name=autoindex]".
- DEDECMS 2154 2019-12-28 09:10:10
-
- Dreamweaver dedecms implements alphabetical index search function
- Step 1: First, you must modify the database structure and add a field to store Pinyin. Step 2: Get the first letter of the pinyin of the article title and save it to the database. The third step is to modify the homepage template or other templates that need to use this function.
- DEDECMS 2230 2019-12-27 14:43:21
-
- How does dedecms modify the automatically added starting ID of an article to increase the article ID from the specified number?
- The method for dedecms to modify the automatically added starting ID of an article and increase the article ID from a specified number is very simple. You only need to execute three SQL statements. The specific statement is "ALTER TABLE dede_archives AUTO_INCREMENT=100".
- DEDECMS 2140 2019-12-27 10:14:43
-
- dede:What to do if there is an error in the association between likearticle article tags and tag tags
- Solution to the error in the association between "dede:likearticle" article tags and tag tags: first open the "likearticle.lib.php" file; then search for "['keywords']" and replace all with "['tags']"; then save This file will do.
- DEDECMS 2072 2019-12-27 10:12:16
-
- What should I do if the backend of DreamWeaver is stuck?
- The solution to the stuck backend of Dreamweaver: first open the "index_body.htm" file in the website directory; then delete the code "<scripttype="text/javascript">functionshowMore(){}"; then overwrite and replace the file.
- DEDECMS 2326 2019-12-27 09:55:41
-
- How to change the picture uploaded by DedeCms to not open in a new window when clicked to open it?
- How to change it to "do not open in a new window" when clicking on the image uploaded by Dreamweaver: first open the "dede_image.php" file; then find and delete the code "onclick=\"window.open('$urlValue')\"" and Just "echo $urlValue".
- DEDECMS 2369 2019-12-27 09:51:48
-
- What should I do if filtering rules cannot be added to the keywords field during Dreamweaver CMS collection?
- The solution to the problem that filtering rules cannot be added to the keywords field when collecting by Dreamweaver CMS: first open the "dedecollection.class.php" file; then modify the code on line 717 to "preg_replace("/".$this->artNotes[''] )".
- DEDECMS 2108 2019-12-27 09:47:32
-
- How to add image download function to the new album page of DedeCms v5.6/5.7
- How to add the image download function to the new atlas page of Dreamweaver: first open the "heiphoto.js" file; then look for the "if(sina.isIE)" code; then add a line of code as "document.all.imgsrcs.href=(this .ImgObj1.src);" That's it.
- DEDECMS 1953 2019-12-27 09:40:57
-
- What should I do if the dede search keyword/tag label cannot distinguish between uppercase letters?
- The solution to the problem that dede search keywords and tag tags cannot distinguish between uppercase letters: first open the "tags.php" file in the root directory of the website; then modify the code to "strtolower(trim($_SERVER['QUERY_STRING']))"; then save This file will do.
- DEDECMS 2347 2019-12-27 09:37:35
-
- How does dedecms realize the function of pressing the keyboard direction keys (turning the page of the previous article to the next article)?
- The method for dedecms to press the keyboard arrow keys to realize the function of (turning the previous article to the next article): first open the "arc.archives.class.php" file; then replace the code with "$this->PreNext['pre']=" $mlink";"; then call it with js on the content page.
- DEDECMS 2125 2019-12-27 09:33:32
-
- How to modify the dedecms system single column template
- How to modify the dedecms system single-column template: first enter the dedecms backend; then create a new single-page template and select the channel cover; then modify the new template name to "index_article.htm"; finally open the "article_article.htm" template and modify the same name. Can.
- DEDECMS 2058 2019-12-27 09:29:49
-
- How to implement random color and font size in dedecms tag tag
- How to implement random color and font size for the dedecms tag tag: first open the "common.func.php" file; then add the function "function getTagStyle(){}"; then use the "dede:tag" code in the template to call the tag. Can.
- DEDECMS 1799 2019-12-27 09:23:43