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 are the commonly used calling codes of Dreamweaver to discuz forum?
- Commonly used codes for calling the discuz forum by DreamWeaver include: 1. The latest theme code of the forum, such as "field:lastpost"; 2. The theme code of a specific section, such as "field:tid"; 3. The code to display the essence of posts, such as "field: subject" and so on.
- DEDECMS 2851 2021-02-01 12:00:48
-
- How to call DreamWeaver custom fields at any position
- How to call any position of a custom field in DreamWeaver: first specify the "channelid" attribute and the "addfields" field; then use the calling syntax "{dede:arclist addfields='' row=''}{/dede:arclist}" that is Can.
- DEDECMS 1875 2020-01-04 09:30:47
-
- What should I do if the DEDE backend has updated ads but the frontend has not changed?
- The reason why DEDE has updated the advertisement in the backend but there is no change in the frontend is because of a cache problem. The solution is: first open the "ad_edit.php" file; then modify the code to "$dsql->ExecuteNoneQuery($query);".
- DEDECMS 1917 2020-01-04 09:26:38
-
- How does DEDE achieve the page turning effect of the previous article and the next article?
- The method for DEDE to achieve the "previous article next article" page turning effect: first enter the Dreamweaver backend; then open the corresponding template file; then add the code as "function nextpage(event){event = event? event: (window. event)}".
- DEDECMS 2238 2020-01-04 09:23:32
-
- How does DreamWeaver add image download function to the new album page?
- How to add the image download function to the new album page in Dreamweaver: first open the "heiphoto.js" file; then add a line of code as "document.all.imgsrcs.href=(this.ImgObj1.src);"; and then regenerate it page.
- DEDECMS 2623 2020-01-04 09:19:55
-
- How to automatically replace Chinese commas with English commas in DreamWeaver
- How to automatically replace Chinese commas with English commas in Dreamweaver: first open the "article_add.htm" file; then modify the code to "<input name="tags" type="text" id="tags" value="" onkeyup=' ''" and save it.
- DEDECMS 2539 2020-01-04 09:17:22
-
- How to call the first picture of the article content on the DEDE list page
- How to call the first picture of the article content on the DEDE list page: first open the "common.func.php" file; then add the code as "function firstimg($str_pic){$str_sub=substr().jpg;}" and save it. Can.
- DEDECMS 2839 2020-01-04 09:14:25
-
- How to add serial numbers to DEDECMS article list
- In DEDECMS, you can use the "autoindex" attribute that comes with Dreamweaver to realize the function of adding serial numbers to the article list. The code syntax is "[field:global runphp='yes' name=autoindex][/field:global]" .
- DEDECMS 2713 2020-01-04 09:11:48
-
- How to remove copyright and ads in DedeCms 5.7 background
- How to remove copyright and advertisements in DedeCms background: first check the "html" source file; then find the advertisement part code and delete it; then open the "login.html" file and modify the copyright statement at the bottom of "login.htm".
- DEDECMS 2035 2020-01-04 09:08:51
-
- How to modify Dedecms prompt information method in dedecms
- How to modify the Dedecms prompt information: First find the "common.func.php" file in the "include" folder and open it; then use the "ctrl+f" keys to find the "Dedecms prompt information" part; then directly modify it to what you want information.
- DEDECMS 2454 2020-01-04 09:05:14
-
- How to call Dream Weaver Most commented articles
- How to call the article with the most comments in Dreamweaver: first enter the Dreamweaver backend; then open the corresponding template file; then add the calling code as "{dede:sql sql="SELECT url,arctitle,msg, count( * ) AS count FROM. ..}" will do.
- DEDECMS 2458 2020-01-03 10:11:06
-
- How to obtain the current column path in Dreamweaver CMS
- In DreamWeaver cms, you can use the tag "{dede:channel}" to get the current column path, and the calling method is "{dede:channeltype='top'row='11'}<li class="navbg">{/ dede:channel}".
- DEDECMS 2062 2020-01-03 10:01:20
-
- How to remove the text and title at the top of the dedecms slideshow
- How to remove the text and title at the top of the dedecms slide: first open the dedecms slide code file; then delete the code "textarr[[field:global.autoindex/]] = "[field:title function]" in it. Can.
- DEDECMS 2480 2020-01-03 09:57:28
-
- How to add alt attribute to article thumbnail on DreamWeaver cms list page
- How to add the alt attribute to the article thumbnail on the DreamWeaver cms list page: first open the "list_article.htm" file; then find the tag "img"; then modify it to "<img src='{@me['litpic'] }' alt='{@me['title']}".
- DEDECMS 2437 2020-01-03 09:32:32
-
- How does dedecms call member information of a custom member model
- How dedecms calls the member information of the custom member model: first open the "memberlist.lib.php" file; then modify the code to "$attlist="row|6,iscommend|0,orderby|logintime,signlen|50" .
- DEDECMS 2558 2020-01-03 09:29:33