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 parent column call and multi-level support currentstyle in DEDECMS
- How to add parent column calls and multi-level support for currentstyle in DreamWeaver: First open the "inc_typelink.php" file; then add the code in the text as "if($reID>0){$dbrow = $this->dsql->GetOne (...)" can be used.
- DEDECMS 1843 2019-12-13 09:44:02
-
- What should I do if the paging on the Dreamweaver list page is misaligned (the paging is displayed vertically)
- Solution to the misaligned paging on the Dreamweaver list page: First open the list page paging code file; then add the style code as ".dede_pages{text-align:right;}.dede_pages ul{float:right;padding:...}"; Just save it at last.
- DEDECMS 1618 2019-12-13 09:38:34
-
- How to deal with the cache in the Dreamweaver column that causes the number of newly published articles and pagination to be out of sync?
- Solution to the out-of-synchronization of the number of articles and pagination in the DreamWeaver column: first open the "/dede/content_list.php" file with an editing tool; then replace the 104th line of code in the article with "if (true || empty($arr) )"; just save it finally.
- DEDECMS 1966 2019-12-13 09:34:57
-
- Dedecms message board calls head.htm
- Step 1: We need to open "/include/common.func.php". This file exists by default in version 5.6. If it does not exist in 5.5, we can create one. This file function is used to parse templates. You can also open "include/ extend.func.php" file.
- DEDECMS 2180 2019-12-12 14:59:10
-
- How to modify the template path of Dede website
- How to modify the template path on the Dede website: first determine the template directory, such as "templets\xahot.net"; then replace "{dede:global.cfg.../}" and "$cfg_templets_skin;" in batches with other safe paths. .
- DEDECMS 3007 2019-12-12 11:02:23
-
- How to use Dreamweaver CMS to build a multi-language website
- How to use Dreamweaver CMS to build a multi-language website: First, create multi-language covers and navigation columns in the Dreamweaver CMS backend; then use the tag "{dede:type typeid='*'}" to call the cover of each language individually Columns and navigation columns are enough.
- DEDECMS 3502 2019-12-12 10:55:04
-
- How to display the author's avatar on the dede article page
- How to display the author's avatar on the dede article page: first open the "arc.archives.class.php" file; then add the code "$this->Fields['authorface']=$authorInfo['face']; under line 154; "That's it.
- DEDECMS 2177 2019-12-12 10:47:38
-
- What should I do if I keep getting prompted that the verification code is incorrect when logging in to the DreamWeaver backend?
- The solution to the problem that the verification code is always prompted when the DreamWeaver background login is incorrect: first open the "login.php" file; then replace the code "if($validate=='')" with "if(false)"; then open the "login" .htm" file and delete the specific HTML code about the verification code.
- DEDECMS 2992 2019-12-12 10:44:01
-
- How to count the number of column articles in dede
- The method for dede to count the number of articles in a column: first open the "common.func.php" file; then add the code "function GetTotalArc($tid){}"; then add the code "total {dede:type}{/dede" to the home page template :type}" can be used.
- DEDECMS 2319 2019-12-12 10:40:05
-
- What should I do if Dedecms is often cheated?
- Solutions to why Dedecms is often hacked: 1. Modify the name of the DEDE folder; 2. Add a verification code in the background; 3. Add field filtering to the website; 4. Restrict the format of uploaded files; 5. Delete unnecessary programs .
- DEDECMS 2083 2019-12-12 10:34:15
-
- How to call tag on dedeCMS list page
- How to call tags on the dedeCMS list page: first open the "common.func.php" file; then add the code "$tags .= "<a href='/tags.php?/".urlencode(...)"; then Just call "tag" using the "dede" tag.
- DEDECMS 2275 2019-12-12 10:28:02
-
- How does dedecms call the content of a single page column to the home page?
- How dedecms calls the content of a single page column to the home page: first open the home page source code file; then add the code "{dede:channelartlist}{dede:field.content/}{/dede:channelartlist}" and save it to call up the relevant data .
- DEDECMS 1851 2019-12-12 10:22:33
-
- How to call dedecms third-level column
- How to call the dedecms third-level column: first enter the dedecms background; then open the corresponding source code file; then add the code "{dede:channelartlist typeid=4 row=10 } </p> <p> {dede:field...}" and save it.
- DEDECMS 2272 2019-12-12 10:18:35
-
- What should I do if DEDECMS related documents are not relevant?
- Solution for DEDECMS-related documents that are not relevant: First open the "inc_functions.php" file; then add the code "function ShowKeyWordArc(){}"; then place the file on the article template page.
- DEDECMS 1975 2019-12-12 10:15:04
-
- How to separately call the number of search results on the dedecms search page
- The method of calling the number of search results individually on the dedecms search page: first open the "arc.searchview.class" file; then add the code "$list_len = trim($ctag->GetAtt("listsize"));"; then use the tag to call That’s it.
- DEDECMS 2092 2019-12-12 09:58:45