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 implement dedecms friendly link sub-column call
- The method to implement the dedecms friendly link sub-column call: first log in to the dedecms backend; then select "Module - Friendly Links - Website Type Management"; then edit the website type to make the website type name and ID consistent with the column name and ID; finally, in Just write the sql code in the column template.
- DEDECMS 2367 2019-12-14 10:52:52
-
- How to call and specify the body content of an article on the homepage of dedecms
- In dedecms, you can use the "arclist" tag to call the body content of an article specified on the homepage. The syntax is "{dede:arclist idlist='the id of the article to be called'addfields='body'}{/dede:arclist}" .
- DEDECMS 2606 2019-12-14 10:48:44
-
- How does dedecms call the sub-column of the current column?
- In dedecms, you can use the "sonchannel" tag to call the sub-column of the current column. The syntax is "{dede:sonchannel}<a href='[field:typeurl/]'></a>{/dede:sonchannel}" .
- DEDECMS 2365 2019-12-14 10:43:40
-
- How does dedeCMS use arclist tags to call custom fields?
- In dedeCMS, you can use the arclist tag to call custom fields. The syntax code is "{dede:arclist addfields='Additional field 1'row='8'channelid='Custom model id number'}{/dede:arclist}" .
- DEDECMS 1802 2019-12-14 10:39:08
-
- How to modify DEDECMS related articles using keywords
- How to modify DEDECMS related articles with keywords: first open the "inc_functions.php" file; then add the code as "function ShowKeyWordArc(){}"; then replace the "related articles" code with "ShowKeyWordArc()".
- DEDECMS 2259 2019-12-14 10:34:08
-
- How to call the linkage category on the homepage of dedecms 5.6
- How to call the linkage category on the dedecms homepage: first open the "channelunit.func.php" file; then add the function "GetInfoType(){}" in the file; then use "class="quote"" on the front page to call it .
- DEDECMS 2065 2019-12-14 10:29:27
-
- How to export dedecms' custom form to excel
- How to export dedecms custom form to excel: first open the "diy_list.php" file; then add the code "header("Content-type:application/vnd.ms-excel");" in the file and save it. Can.
- DEDECMS 2430 2019-12-14 10:25:31
-
- How to get N-level list link tree menu of any column in DedeCms
- DedeCms method to obtain the N-level list link tree menu of any column: first open the "channelunit.func.php" file; then add the code "function getProductTree(){...}" at the bottom of the file; finally use tags in the template Just call it.
- DEDECMS 1979 2019-12-14 10:22:04
-
- How dedecms implements random calling of thumbnails on list pages
- The method of dedecms to implement random calling of thumbnails on list pages: first open the script file that calls the thumbnails in the template; then replace the code with "<a href="[field:arcurl/]">...</a>"; finally Just upload "js" files and images to the host.
- DEDECMS 1839 2019-12-14 10:07:25
-
- How to set TAG tags and paging pseudo-static in DedeCMS system
- DedeCMS system TAG tag and paging pseudo-static setting method: first open the "tag.lib.php" file and modify the code to "$row['link']"; then modify the "arc.taglist.class.php" file; finally Just set up pseudo-static rules.
- DEDECMS 2327 2019-12-14 10:02:57
-
- How dedecms calls the body content field on the list page
- The method for dedecms to call the body content field on the list page: first open the "extend.func.php" file; then add the code as "function GetOneArchiveBody(){...}"; finally call it through the "dede:list" tag in the foreground. Can.
- DEDECMS 2026 2019-12-14 09:58:21
-
- How does dedecms determine that the secondary column is empty and not displayed?
- The method for dedecms to determine that the secondary column is empty and not displayed: first log in to the "dedecms" backend; then select "System→System Basic Parameters→Other Options→Default Template Engine Disable Label"; and then use the "channelartlist" label to achieve the judgment.
- DEDECMS 2457 2019-12-14 09:54:45
-
- How does the dede:channel tag support calling sub-column description description and keywords?
- The "dede:channel" tag supports the method of calling sub-column descriptions and keywords: first open the "channel.lib.php" file; then add the code at line 86 in the file as "$sql = "SELECT id,typename, typedir..."" can be used.
- DEDECMS 2088 2019-12-14 09:51:22
-
- How to call search_m.htm mobile site page in DreamWeaver mobile search
- How to call the "search_m.htm" mobile website page of Dreamweaver mobile search: first open the "search.php" file; then add the code "$mobile=...if($mobile==" at line 20 in the file 1){define('DEDEMOB');" That's it.
- DEDECMS 2861 2019-12-14 09:47:00
-
- What should I do if the ads in DEDE's backend have been updated but the frontend has not changed?
- The solution to the problem that the ads in DEDE's backend have been updated but the frontend has not changed: first open the "dede/ad_edit.php" file; then replace the code in it with "$dsql->ExecuteNoneQuery($query)...ShowMsg(); ” and save it.
- DEDECMS 2306 2019-12-14 09:42:15