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 does dede retrieve the third-level column name and the content list under the column?
- The method for dede to call the third-level column name and the content list under the column: first open the "channel.lib.php" file; then add the code as "$typeid = $row['id'];"; then open "channel. lib.php" file and add the code as "$ctag".
- DEDECMS 2484 2019-12-21 10:24:18
-
- What to do if dedecms maliciously registers and posts advertising articles
- Solution to dedecms malicious registration and advertising articles: first open the "index.php" and "reg_new.php" files; then add a judgment code at the same time as "if(stristr($_SERVER['HTTP_REFERER']," your domain name ")){}" is enough.
- DEDECMS 2113 2019-12-21 10:20:02
-
- How to change dede editor to kindEditor editor
- How to replace dede editor with kindEditor editor: first download "kindEditor_for_dedeCMS.rar"; then replace "inc_fun_funAdmin.php" under kindeeditor; finally modify the system configuration in the cms background.
- DEDECMS 2569 2019-12-21 10:17:02
-
- How does dedecms automatically add hyperlinks to keywords in published articles?
- How dedecms automatically adds hyperlinks to keywords in published articles: first enter the dedecms background; then open the relevant source code file; then modify the code to "while($row = $dsql->GetArray()){.. .}" and save.
- DEDECMS 2622 2019-12-21 10:12:00
-
- DedeCms fckeditor editor blank cannot be displayed related issues
- The solution to the problem that the DedeCms fckeditor editor is blank and cannot be displayed: first open the "httpd.conf" file; then modify the code to "EnableSendfile off"; finally restart the server and clear the web page cache.
- DEDECMS 2359 2019-12-21 10:08:12
-
- How to remove the greater than sign at the end of the dede column page's breadcrumb navigation
- How to remove the greater-than symbol at the end of the dede column page's breadcrumb navigation: first open the "typelink.class.php" file; then modify the code to "return $this->valuePosition;" and save it.
- DEDECMS 1786 2019-12-21 10:04:46
-
- How does the Dreamweaver tag channel implement the list page to call the subclass of the current column?
- The method of calling the subclass of the current column on the list page of Dreamweaver tag channel: first enter the Dreamweaver backend; then open the relevant source code file; then modify the code to "{dede:channel type='son' row='10'}.. .{/dede:channel}" is enough.
- DEDECMS 1732 2019-12-21 10:01:49
-
- How to sort dede topic node articles by id type
- How to sort dede topic node articles by id type: First open the "specialtopic.lib.php" file; then replace the code with "require_once(DEDEINC.'/taglib/arclist.lib2.php');" and save it.
- DEDECMS 2694 2019-12-20 10:34:39
-
- How to use JS to call the total number of comments in DEDECMS
- DreamWeaver uses JS to call the total number of comments: first create a new "fedcount.php" file under "PLUS" and add the content as "document.writeln()"; then insert the code as "{dede:field" in the content page template name=ID/}" is enough.
- DEDECMS 1872 2019-12-20 10:27:00
-
- How to limit the number of words when dedecms obtains description information
- In dedecms, you can use the tag "field:description" to obtain description information and limit the number of words. The syntax is "[field:description function='cn_substr(@me,34)'/]".
- DEDECMS 1901 2019-12-20 10:23:42
-
- How to modify the dedecms pagelist tag
- How to modify the dedecms pagelist tag: First open the "arc_listview.class.php" file; then modify the code to "function GetPageListDM($list_len,$listitem="index"){}".
- DEDECMS 2363 2019-12-20 10:20:56
-
- How to generate tag tags in dede tag cloud
- How to generate tag tags from dede tag cloud: First, add the code as "{dede:tag row='45' getall='1'}" in the "index.htm" file on the homepage; then add the code in the "common.func.php" file Just add the "getTagStyle" function.
- DEDECMS 2364 2019-12-20 10:16:10
-
- How to remove the id in the pinyin naming rules of DEDECMS articles
- How to remove the id in the pinyin naming rules of Dreamweaver articles: first change "aid" in the article naming rules to "pinyin"; then open the "channelunit.func.php" file; then replace the code with "$articleRule = str_replace(. ..);" will do.
- DEDECMS 2223 2019-12-20 10:10:52
-
- How to use dedecms to display the file name of the article title page in pinyin
- How to use dedecms to display the file name of the article title page in pinyin: first select the website column management; then modify the advanced options of the column; then open the "inc_channel_unit_function" file; and finally delete the ""_".$aid" part of the article.
- DEDECMS 1895 2019-12-20 10:06:48
-
- How does DEDE call up all the pictures in the album in the album list?
- How DEDE calls up all the pictures in the album in the album list: first open the "common.func.php" file; then add the code "function Getimgs($aid, $imgwith = 220, $imgheight = 80...) {}" and save it.
- DEDECMS 2461 2019-12-20 10:03:05