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 horizontal lines every 5th row in DedeCMS article list
- DedeCMS implements the method of adding horizontal lines every 5th row in the article list: first enter the DedeCMS background; then open the article list template file; then add the code as "[field:global name=autoindex runphp="yes"]if(@me%10= =0)".
- DEDECMS 1624 2019-12-27 09:20:07
-
- How to bind domain name to DedeCMS Wap.php
- DedeCMS Wap.php binding domain name method: first create a directory to bind independent domain names; then set "index.wml" access as the preferred choice in IIS; then enter the code as "<%@LANGUAGE="VBSCRIPT"CODEPAGE ="65001"%>" is enough.
- DEDECMS 2106 2019-12-27 09:16:13
-
- How to make a single page of DreamWeaver
- How to create a Dreamweaver single page: First open the "archives.class.php" file; then add the code as "$this->Fields['content']=$this->TypeLink->TypeInfos['content'];" and save it.
- DEDECMS 1959 2019-12-27 09:10:16
-
- How to modify the list of special articles in the DreamWeaver article system
- How to modify the list of special articles in the Dreamweaver article system: first open the "specialtopic.lib.php" file; then find the "ch_specialtopic()" function; then modify the list of special articles through the tag "{dede:field.note/}" Can.
- DEDECMS 2175 2019-12-27 09:06:23
-
- How to make the article title bar exceed 60 characters in DEDECMS
- How to make the article title bar exceed 60 characters in DEDECMS: first modify the MYSQL data structure; then open the "action_article_save.php" file; then modify the code to "$title = cn_substr($title,250)".
- DEDECMS 2535 2019-12-26 10:11:03
-
- What should I do if the automatic keyword extraction by dedecms cannot be turned off?
- The solution to the problem that dedecms' automatic keyword extraction cannot be turned off: first open the "config.cache.bak.php" file; then change "$cfg_arc_autokeyword = 'Y';" on line 60 to "$cfg_arc_autokeyword=N".
- DEDECMS 2104 2019-12-26 10:06:08
-
- How to get rid of the bold title in DedeCMS list recommendation
- How to remove the bold title in the DedeCMS list recommendation: First open the "arc.listview.class.php" file; then find and delete the code "if(preg_match('/c/', $row['flag'] )){$row['title']}" is enough.
- DEDECMS 2292 2019-12-26 09:57:21
-
- What should I do if the page is blank after the dedecms article jump attribute is turned on?
- When the dedecms article jump attribute is turned on, the page is blank because when using the "header(location:url)" function to jump, there is output content in front. The solution is to modify the code to "<META HTTP-EQUIV="REFRESH" CONTENT= "0;>" is enough.
- DEDECMS 2379 2019-12-26 09:53:21
-
- How to implement code highlighting in DedeCms 5.7
- How to implement code highlighting in DedeCms 5.7: first create a new "dialogs" folder; then download and open the "syntaxhighlight.js" file; then modify the style in the "<table>" tag; and finally place the introduced code in "</ Just before the body>” tag.
- DEDECMS 2117 2019-12-26 09:49:48
-
- How to add article summary at the previous and next link of the article page in DedeCMS
- How to add an article abstract to the "Previous Article Next Article" link on the article page in DedeCMS: First open the "arc.archives.class.php" file; then look for the "GetPreNext" function and change it to "description".
- DEDECMS 2157 2019-12-26 09:43:24
-
- How to imitate DEDECMS? Latest comments on the right side of DoNews
- DreamWeaver DEDECMS imitates the latest comments on the right side of DoNews: first enter the dedecms backend; then open the corresponding template file; then add the code as "[field:arctitle function='cn_substr(@me,20)'/]".
- DEDECMS 1780 2019-12-26 09:39:27
-
- What should I do if dedecms directly accesses the domain name and cannot jump to index.php?
- The solution to the problem that dedecms cannot jump to "index.php" when accessing the domain name directly: first open the "httpd-vhosts.conf" file under apache; then modify the content to "<virtualhost *:80>allow</virtualhost>" .
- DEDECMS 3146 2019-12-26 09:36:15
-
- How to display the copy address in DEDECMS
- How to display the copy address in DEDECMS: first enter the dedecms background; then open the corresponding template file; then add the copy function code as "function copyUrl(url){...}".
- DEDECMS 1908 2019-12-26 09:31:57
-
- How does dedecms realize the output of large picture showphoto.htm atlas content
- Dedecms implements the method of outputting the atlas content of the large picture "showphoto.htm": first open the "showphoto.php" file; then add the code "$dsql->GetOne()"; finally refresh the page to display the atlas content.
- DEDECMS 2269 2019-12-26 09:29:03
-
- How to run php script in DEDE template
- How to run the php script in the DEDE template: first open the "extend.fuc.php" file; then add the function "function abc($val){return $val*2;}"; then run the php script in the DEDE template as " echo $GLOBALS".
- DEDECMS 3315 2019-12-26 09:25:54