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:
-
- dedecms custom content model on the homepage list page and how to call the tag in the content
- How to call the dedecms custom content model on the homepage list page and content label: first use the "dede:arclistsg" tag to call the custom model; then use "dede:list" to let the list page call the independent model; finally write in the place to be called Just go to "{dede:field.name/}".
- DEDECMS 3035 2019-12-18 09:59:27
-
- How to modify the English version of dedecms 5.1 utf-8
- How to modify the English version of dedecms 5.1 utf-8: first open the "inc_archives_view.php" file; then replace the Chinese in the text with English; then open the "inc_arclist_view" file and change the Chinese characters in it to English; finally set "mate" that is Can.
- DEDECMS 2407 2019-12-18 09:54:29
-
- What is the call label for the secondary column of the dedecms homepage navigation menu?
- The call label for the secondary column of the dedecms homepage navigation menu is "dede:channelartlist", and its syntax is "{dede:channelartlist typeid='top' row='8'}...{/dede:channelartlist}".
- DEDECMS 2088 2019-12-18 09:48:53
-
- How does dedecms call the current column ID and the current column top ID?
- The method for dedecms to call the current column ID and the top-level ID of the current column: first call the column ID in the template using the "{dede:type}[field:ID /]{/dede:type}" method; then when you need to call the top-level column ID Just add the "dede:type" tag somewhere.
- DEDECMS 2063 2019-12-18 09:46:16
-
- How to call the column name and column link address in dedecms
- The method for dedecms to call the column name and column link address: first enter the dedecms background; then open the source code file; then add the code as "{dede:type}<a href="[field:typelink /]">...{/dede :type}" and save it.
- DEDECMS 2666 2019-12-18 09:42:54
-
- How to use sql statements to add custom attributes to the dedecms template in the backend of the dedecms website
- How to use SQL statements to add custom attributes to the dedecms template in the backend of the dedecms website: First enter the backend of dedecms; then select "System -> SQL Command Line Tool -> Run SQL Command Line"; then add the sql code; finally use the dede tag to call That’s it.
- DEDECMS 2250 2019-12-18 09:30:41
-
- How does Dreamweaver CMS search and replace the custom content of the database in batches through regular expressions?
- The method of using Dreamweaver CMS to search and replace the custom content of the database through regular batch search: first select the data table and fields; then select the replacement method of the regular expression; then determine the primary key field and the replaced content; finally use the regular expression as "MM[ \d]*GG" is enough.
- DEDECMS 2805 2019-12-18 09:26:22
-
- How to set up the arclist loop of Dedecms to determine the first li, then add fixed css, otherwise not add it?
- In dedecms, you can use the channel tag to realize the function of arclist loop to judge css. The implementation syntax is "{dede:arclist row=4 flag='p'}...[/field:global]".
- DEDECMS 2201 2019-12-18 09:21:29
-
- Modify the default title length of dedecms
- Enter the background - system - system settings - basic system parameters - other options - change the document title to the maximum length you want. The original default is 60; log in to the database and change the title field in the database table dede_archives table. The original default is 60.
- DEDECMS 1920 2019-12-17 14:53:34
-
- How to modify the jump link after DEDECMS custom form submission
- How to modify the jump link after submitting the DEDECMS custom form: first open the "plus/diy.php" file; then find the code "$goto" and modify it to "$goto = "/abc.htm"" to jump Go to the desired page.
- DEDECMS 1939 2019-12-17 10:26:57
-
- How to call the current top column name, ID, url in DreamWeaver
- The method for Dreamweaver to call the current top column name, ID, and URL: first open the "common.func.php" file; then add the code at the bottom of the text as "function GetTopTypename($id){...}"; then use "dede :field" tag can be called.
- DEDECMS 2593 2019-12-17 10:22:56
-
- What should I do if dedecms cannot obtain the article path using [field:arcurl/]?
- The solution to the problem that dedecms cannot obtain the article path using "[field:arcurl/]" is: first log in to the dedecms backend; then open the source code file; then add the code as "[field:id runphp='yes']...[/field :id]" will do.
- DEDECMS 2021 2019-12-17 10:18:02
-
- How to call tag label and bring link in dedecms system list page
- How to call the tag tag and bring the link on the dedecms system list page: first open the "list_article.htm" file; then add the code as "[field:id runphp='yes']...[/field:id]"; finally Just save the file.
- DEDECMS 1889 2019-12-17 10:13:52
-
- How to change the default carriage return key of Dedecms v5.7 editor to paragraph break
- Dedecms editor's default method of changing the enter key to line change is to change the paragraph change: first open the "\config.js" file; then add the code "config.enterMode = CKEDITOR.ENTER_P;"; finally save the update.
- DEDECMS 2668 2019-12-17 10:10:25
-
- How to call the latest comments and comment link address statically on the DEDECMS homepage
- The method of calling the latest comment and comment link address statically on the DEDECMS homepage: first call the latest comment, the code is "{dede:feedback row='10'}"; then make the connection address of the comment statically connect with html, the code is " [field:aid runphp='yes']".
- DEDECMS 2778 2019-12-17 10:06:28