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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to add floor number to Dreamweaver review
- How to add a floor number to Dreamweaver comments: First open the "/plus/feedback_ajax.php" file; then remove the DESC from the SQL statement and add "$i=0;" to the code; then add it in the while loop "$i++;" can output the floor number.
- DEDECMS 2233 2019-11-15 10:38:00
-
- What is the dede:php tag?
- The "dede:php" tag means that you can write php statements in the template to get any function the user wants. The complete tag name is "{dede:php} {/dede:php}".
- DEDECMS 3075 2019-11-15 10:32:17
-
- How to call dede:img on the Dreamweaver list page
- The method of calling "dede:img" on the DreamWeaver list page: first open the extend.func.php file and create a custom function; then use "field:imgurl" to call the image information; finally use the "{/dede:arclist}" tag. "dede:img" can be called.
- DEDECMS 2192 2019-11-15 10:27:46
-
- How does DEDECMS generate HTML pages?
- How to generate an HTML page in DEDECMS: First, add the [Information Publisher] permission to [audit my published documents] in the DEDECMS background; then find the [dede/templets/article_add.htm] file and modify it to automatically generate it HTML page.
- DEDECMS 4031 2019-11-15 10:23:02
-
- How to call the TAG tag in the current article on the DreamWeaver list page
- How to call the TAG tag in the current article on the Dreamweaver list page: 1. First add the listtag($aid) method in the root directory of dedecms; 2. Use {dede:field.id...} on the article page; 3. Call the TAG tag , use [field:id...] on the list page.
- DEDECMS 3098 2019-11-15 10:21:43
-
- How to modify the style of the DreamWeaver friendly link module
- How to modify the style of the DreamWeaver friendly link module: first open the "/include/taglib/flink.lib.php" file; then find the code "<li>[field:link /]</li>"; then change "<li ></li>" Just remove it.
- DEDECMS 2657 2019-11-15 10:17:20
-
- How to filter out Html tags in DEDE
- The way to filter out Html tags in DEDE is to use the Html2text() function. This function is used to remove the html tag code. The syntax is "[field:body function="cn_substr(Html2text(@me),80)"/]".
- DEDECMS 2070 2019-11-15 10:12:48
-
- Method to implement dedecms search results page sorting by click
- The method to implement dedecms search results page sorting by click is to modify the value of the $this->OrderBy option in the include/inc_arcsaerch_view.php file to dede_full_search.click desc.
- DEDECMS 2650 2019-11-15 10:09:30
-
- What is the interception function of Dreamweaver string content?
- The Dreamweaver string content interception function is the cn_substr() function, which is used to intercept the length of the string. The syntax is "cn_substr(str,80)".
- DEDECMS 2395 2019-11-15 10:08:53
-
- DedeCMS friendly link management
- DedeCMS tutorial: Friendly links can bring direct traffic to a website. They can allow search engines to include more of your website pages, and high-quality website links can improve your ranking. Friendly links generally include pictures and text links. In Dream Weaver, you can manage friendly links through relevant plug-ins.
- DEDECMS 5511 2019-11-16 09:22:00
-
- Advertising management functions of DedeCMS
- DedeCMS tutorial: Log in to the system backend as a super administrator, click [Module]-[Auxiliary Plug-in]-[Ad Management] to enter the advertising management page; click "Add a new advertisement" to add an advertisement.
- DEDECMS 2373 2019-11-16 09:22:27
-
- Introduction to DedeCMS auxiliary modules and plug-ins
- DedeCMS tutorial: DedeCMS has built-in file manager, site news release, friendly link module, guestbook module, voting module, advertising management, Baidu News and other commonly used small plug-ins.
- DEDECMS 3130 2019-11-16 09:22:59
-
- HTML update for DedeCMS
- DedeCMS tutorial: Publish content (the HTML of the document will be directly generated when publishing); update the column HTML corresponding to the content (if the content of multiple columns is updated at the same time, you can operate in one-click update mode); other HTML is updated regularly. Yes, there is no need to update every time.
- DEDECMS 3695 2019-11-16 09:23:31
-
- What is the Dreamweaver tag code Channelartlist tag?
- The function of the Dreamweaver tag code Channelartlist is to obtain the content list tags of the lower-level columns of the current channel. The scope of use is global use and has two parameters: typeid and row.
- DEDECMS 2122 2019-11-09 16:18:09
-
- What is the Mytag tag?
- The DreamWeaver tag code Mytag is a custom macro tag, used to obtain the content of the custom macro tag, and its scope of application is global use. Basic syntax: {dede:mytag typeid='0' name=''/}.
- DEDECMS 3966 2019-11-09 15:56:35