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:
-
- DedeCMS custom form mobile phone number and email verification
- The custom form of Dedecms does not filter the submitted information and is often harassed by spam messages. Provides 2 detection rules, which use regular methods to detect mobile phone numbers and email addresses. Just modify diy.php under plus and submit the detection code before warehousing.
- DEDECMS 3734 2019-11-29 15:06:06
-
- How to call custom fields on DreamWeaver CMS search results page
- Find and open the extend.func.php file in the include directory, and add code at the end of the file, where addosoft is the additional table to call the custom field, which can be seen in the Dreamweaver backend core -> channel model -> content model management.
- DEDECMS 2081 2019-11-29 13:20:26
-
- How to use php statements in dedecms? (user's guidance)
- In DEDECMS, when using php statements, there is a {dede:php} tag that can be used; the dede:php tag can be used in the same way in php.
- DEDECMS 3079 2019-11-28 17:29:04
-
- How to resize the friendly link picture logo of Dreamweaver CMS?
- Since dede's friendly link image size is hard-coded, if you want to flexibly set the size of the friendly link image, you need to modify the source code. Open the include\taglib\flink.lib.php file, find line 124, and modify width='88' height='31'.
- DEDECMS 2687 2019-11-28 15:04:19
-
- The method of restricting bytes in the column highlighting special style in Dreamweaver CMS
- The current style of DreamWeaver cannot be used in dede:channelartlist. We need to add some code ourselves. Find the file "/include/taglib/channelartlist.lib.php".
- DEDECMS 2568 2019-11-28 11:56:15
-
- How to solve the title limitation of Dreamweaver CMS?
- Solution to the limitation of the collection title of Dreamweaver CMS: modify the system parameter settings (maximum length of document title), modify the document table dede_archives field title to varchar(200), and modify the collection data import program co_export.php.
- DEDECMS 2048 2019-11-27 15:39:16
-
- What are the functions of the DreamWeaver cms collection menu?
- The collection menu functions of DreamWeaver CMS include: collection node management, temporary content management, import collection rules, monitor collection mode, export all content, and collect undownloaded content.
- DEDECMS 2368 2019-11-27 13:23:09
-
- Introduction to the independent single-table model list (arclistsg) of Dreamweaver CMS
- The independent single-table model list syntax of Dreamweaver CMS: {dede:arclistsg flag='h' typeid='' row='' col='' titlelen='' orderway='' keyword='' limit='0,1 '}.
- DEDECMS 2904 2019-11-26 16:47:29
-
- Is the arclist tag of Dreamweaver CMS commonly used?
- arclist is a commonly used tag for dream weaving, also known as a free list tag. Among them, imglist, imginfolist, specart, coolart, and autolist are all alias tags extended by different attributes defined by this tag.
- DEDECMS 2422 2019-11-26 14:40:29
-
- Commonly used SQL statements in DedeCMS
- SQL statement of DedeCMS: Use basic syntax globally: {dede:sql sql=""}Underlying template{/dede:sql}, parameter description: sql="" Complete SQL query statement underlying template fields: Search in SQL statement All fields can be called using [field:field name/].
- DEDECMS 2099 2019-11-23 14:12:31
-
- DedeCMS time format summary
- DedeCMS tutorial: time format, {dede:field name='pubdate' function='strftime("%Y year %m month %d day %H:%M:%S","@me")' /}2007 January 1, 18:30:02
- DEDECMS 2042 2019-11-21 15:55:48
-
- DedeCMS template tag syntax
- DedeCMS tutorial: DedeCMS template tags are similar to XML format. All templates contain delimiters. By default, they are {dede:*} and {/dede:*}. "*" represents the template tag name.
- DEDECMS 2527 2019-11-20 15:47:38
-
- Main template files and functions of DedeCMS
- DedeCMS tutorial: DedeCMS template directory, {cmspath}/templets/style name (English, the default is default, where system is the underlying template of the system, plus is the template used by the plug-in)/specific function template file}.
- DEDECMS 2762 2019-11-19 16:25:21
-
- What are the common tags suitable for corporate websites?
- Common tags suitable for corporate websites include: 1. "dede:field" title call tag; 2. "dede:channel" navigation call tag; 3. "dede:arclist" article free list tag; 4. "dede:flink" "Friendly links call tags and so on.
- DEDECMS 1759 2019-11-19 16:13:44
-
- How does Dreamweaver CMS call the Q&A column articles to the homepage?
- In the DreamWeaver system, you can use the tag "dede:ask" to call the Q&A column article to the homepage. The syntax is "{dede:ask row='' qtype='' tid='' titlelen=''}{/dede: ask}".
- DEDECMS 2323 2019-11-19 14:06:39