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:
-
- Dedecms has added the function of keeping articles at the top of the list for a day
- By default, in dedecms5.7 background, articles can be pinned to the top for a period of time such as one week or one month. In the management background, there is such code in the source code to realize the function of increasing the time of the day.
- DEDECMS 2073 2019-12-05 14:59:27
-
- What are the basic methods for optimizing the website using Dreamweaver CMS system?
- The first is the setting of the 404 page, which can reduce dead links within the website; the second is the setting of the website robots.txt. Since Dreamweaver has its own robots, it can block some content or content that the website does not need to crawl based on the actual situation of the website. Link.
- DEDECMS 3016 2019-12-04 14:50:56
-
- Dreamweaver dedecms TAG tag cannot find and implement color tag method
- Solution to the TAG tag problem of Dedecms: There is a tags.php file in the root directory of the Dedecms program. Open the file and find $tag = FilterSearch(urldecode($tag)); and change it to urldecode($tag);.
- DEDECMS 1952 2019-12-03 15:03:40
-
- How to modify the DEDECMS dreamweaver template to prevent the website from being hacked
- The method to modify the DEDECMS template to prevent the website from being hacked is: first rename the "data" directory under the root directory or move it outside the website directory; then rename the "dede" management directory and reinforce it.
- DEDECMS 2333 2019-12-03 10:24:15
-
- What is the general character limit function of Dreamweaver?
- The general word limit function of DreamWeaver is the "cn_substr()" function, and its syntax is "[field:title function='cn_substr(@me,30)'/]".
- DEDECMS 2118 2019-12-03 10:06:10
-
- How to call the guestbook on the homepage of DreamWeaver
- In the DreamWeaver system, you can use the "{dede:loop}" tag to call the guestbook, and the syntax is "{dede:loop}<a href="[field:phpurl/]/plus/guestbook.php"></a> {/dede:loop}".
- DEDECMS 2504 2019-12-03 10:00:16
-
- How to use {dede:field}
- The statement usage of {dede:field name='array' /} is "{dede:field runphp='yes'} @me=@me['title'];{/dede:field}", and field supports "array" "Get the value of any field.
- DEDECMS 3750 2019-12-03 09:54:57
-
- How to randomly recommend articles on dedecms article page
- How to randomly recommend articles on the dedecms article page: first open the template article content page; then add the tag code "{dede:arclist row='' pagesize='' titlelen='' orderby=''}{/dede:arclist}" that is Can.
- DEDECMS 3986 2019-12-03 09:49:32
-
- What are the problems faced by dedecms when building a Taobao blog site?
- The problems of using dedecms as a blog-type Taobao guest site include: 1. The problem of dedecms editing content and updating time; 2. The problem of dedecms watermark; 3. The problem of calling thumbnails on content pages such as articles and products; 4. The single album page does not display symbols. Question; 5. Issues with special effects at the top and bottom of the website, etc.
- DEDECMS 2456 2019-12-03 09:44:13
-
- How to allow users to choose the font size on the DreamWeaver article page
- The method of allowing users to select the font size on the Dreamweaver article page: first add "function FontZoom(){}" to the back of the content page template <head>; then add the code "<small>Font:< where the size needs to be called /small>[<a href=''>Large</a>" will do.
- DEDECMS 2119 2019-12-03 09:38:58
-
- How to increase the number of articles in Dreamweaver and keep them at the top of the list for one day
- Dreamweaver has added a method to keep the article on top for one day: first find the "<td></td>" code in the source code; then add the code "<option value="1">Stick it on top for one day</option>" to the page That’s it.
- DEDECMS 1746 2019-12-03 09:32:20
-
- How to Realize Dream Weaving Album Click on the picture to turn the page
- Dreamweaver's method to realize page turning by clicking on a picture in the atlas: first obtain the current page number and total page number of the picture page; then use js in the template to analyze the static page and dynamic page and turn the page downward; then modify the picture output code and complete Just call the goNextPic method.
- DEDECMS 2044 2019-12-03 09:28:23
-
- How does DedeCMS call the number of comments on the article content page?
- How DedeCMS calls the number of comments on the article content page: first create a feedcount file in the plus directory; then add the js code "src="{dede:field name='phpurl'/} in the template where the total number of comments needs to be displayed. ...""That's it.
- DEDECMS 2318 2019-12-03 09:23:04
-
- How does Dreamweaver tag display the number of articles corresponding to each tag?
- How to display the number of articles corresponding to each tag in Dreamweaver tag: first find and open the "tag.lib.php" file; then add "$row['count'] = $count['count(" under line 87 of the code tid)'];"; Then get the number of articles through the tag.
- DEDECMS 2742 2019-12-03 09:18:44
-
- How to remove the style width height attribute in img in DreamWeaver
- How to remove the style width height attribute in img in DreamWeaver: first open the "article_add.php" file; then add the "preg_replace" code under the "AnalyseHtmlBody" code to remove it.
- DEDECMS 2263 2019-12-03 09:13:50