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 call the article of the same author in Dedecms
- In dedecms, you can use the tag "dede:arclist" to call articles by the same author. The syntax is "{dede:arclist writer='this'}[field:textlink /]{/dede:arclist}".
- DEDECMS 2568 2019-11-16 11:02:09
-
- How to sort the Dreamweaver TAG tag list by latest release time
- How to sort the Dreamweaver TAG tag list by the latest release time: first find line 313 of the /include/arc.taglist.class.php file; then modify the sql statement and add "order by aid desc" at the end of the sql statement.
- DEDECMS 2575 2019-11-16 11:01:34
-
- How does DEDECMS prevent pictures from being stolen?
- The method of DEDECMS to prevent pictures from being stolen: first create an empty htaccess file in the img directory; then add the "RewriteCond %{HTTP_REFERER} !^$ [NC]" code to the file and save it.
- DEDECMS 1833 2019-11-16 10:58:43
-
- How DEDECMS implements color tag cloud
- How DEDECMS implements a colored tag cloud: First, add the "getTagStyle" function to the "common.func.php" file; then use the tag "{dede:tag}{/dede:tag}" to call it in the DEDECMS template; finally, in Just generate the corresponding "html" in the background.
- DEDECMS 2343 2019-11-16 10:53:36
-
- How does DEDECMS realize dynamic browsing of the entire site?
- The method of DreamWeaver to realize dynamic browsing of the whole site: first delete [index.html] in the root directory of the website; then select [Core] - [Generate] - [Update Homepage] - [Dynamic Browsing] in the background; then Set all columns of DreamWeaver to [Use Dynamic Pages]; finally, set all documents on the website to [Dynamic Only].
- DEDECMS 3208 2019-11-16 10:45:42
-
- How to simplify the naming rules of Dreamweaver list and internal page URL
- How to simplify the Dream Weaver list and internal pages: first open the core - website column management, click Advanced Options after creating the column; then delete the date command in the article naming rules and list naming rules; finally modify the default naming in common.inc.php Just the rules.
- DEDECMS 2176 2019-11-16 10:38:33
-
- What to do if Dreamweaver thumbnails are distorted and blurry
- The solution to the distortion and blurring of Dreamweaver thumbnails: first enter the Dreamweaver system background; then in [Attachment Settings], adjust the default width and height of the thumbnails to the maximum size; then open the "extend.func.php" file and enter "thumb" "The relevant code is enough.
- DEDECMS 2364 2019-11-16 10:36:49
-
- How does Dedecms call the number of articles in the current column?
- The method for dedecms to call the number of articles in the current column: first open and modify the "common.func.php" file; then add the calling code "{dede:type}{/dede:type}" and "[field:id] [/ field:id]".
- DEDECMS 2677 2019-11-16 10:31:36
-
- How to call the content of a single-page document on the DreamWeaver homepage
- The universal tag "dede:sql" can be used to call the content of a single page document on the Dreamweaver homepage. The syntax is "{dede:sql sql="SELECT body..." }{/dede:sql}", where the parameter "body" That’s the content of the article.
- DEDECMS 2041 2019-11-16 10:19:46
-
- How to send a text message to the author after a DreamWeaver article has been commented on?
- How to send a short message to the author after a Dreamweaver article is commented: First open the feedback.php file and find "INSERT INTO dede_feedback"; then add a SQL statement of "INSERT INTO dede_member_pms" at the end.
- DEDECMS 1883 2019-11-16 10:18:40
-
- How to remove DEDECMS verification code
- How to remove the DEDECMS verification code: first find and open the "member/index_do.php" file; then delete lines 245 to 250; then open the "membertempletslogin" file and delete lines 34 to 36.
- DEDECMS 2965 2019-11-16 10:13:34
-
- What are the DEDE date and time formats?
- DEDE date and time formats are: 1. "%a" is the abbreviation of the day of the week; 2. "%b" is the abbreviation of the month; 3. "%c" is the standard date time string; 4. "%T" means Minutes and seconds.
- DEDECMS 3432 2019-11-16 10:08:57
-
- What are the advanced security strategies for the DreamWeaver site?
- The advanced security strategies of the Dreamweaver site include: 1. Install the Apache file access permission module; 2. Add the management backend site control account; 3. Move the backend management directory out and create an independent site; 4. Set the permission control account for the management site directory. .
- DEDECMS 2244 2019-11-16 10:03:31
-
- What are the calling functions of DreamWeaver Time display?
- The functions called by Dreamweaver time display are: 1. "GetDateMK(@me)"; 2. "GetDateTimeMK(@me)"; 3. "MyDate('m-d',@me)".
- DEDECMS 2505 2019-11-16 10:02:11
-
- How to add anchor text to DEDECMS links
- How to add anchor text to Dreamweaver links: first find and open the default template file; then find the while code part; then add the anchor text "<a href=""></a>".
- DEDECMS 2095 2019-11-16 09:57:46