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 to set up pseudo-static in DEDECMS 5.7
- DEDECMS5.7 pseudo-static setting method: first select "Yes" in the background-system parameters-core settings-whether to use pseudo-static; then set the document to "dynamic browsing only" in the background-system-sql command line and set the column to "Use dynamic pages"; finally modify the httpd.ini pseudo-static rules.
- DEDECMS 2323 2019-11-09 15:35:09
-
- How to modify the number of words in the abstract in dedecms
- How to modify the number of words in the summary by dedecms: 1. Fill in the number of words in the background - system - basic system parameters - other options - automatic summary length; 2. Modify the length of the description field in the dede_archives table of the database; 3. Change the cn_substrR in the dede folder to a larger size Just click.
- DEDECMS 2250 2019-11-09 15:21:07
-
- How to turn the previous article to the next article by pressing the keyboard direction keys in Dreamweaver
- How to use the keyboard direction keys to turn pages from the previous article to the next in DreamWeaver: First, add a hyperlink to the next article in the arc.archives.class.php file; then use js to register keyboard listening events on the content page; and finally, according to Just use keyboard events to jump to the page.
- DEDECMS 2486 2019-11-09 15:05:57
-
- What are the labels of Dedecms?
- The dedecms tags of DreamWeaver include: 1. Website name {dede:global.cfg_webname/}; 2. Website root URL {dede:global.cfg_basehost/}; 3. Website root directory {dede:global.cfg_cmsurl/} and so on.
- DEDECMS 2347 2019-11-09 14:45:11
-
- DedeCMS content publishing
- DedeCMS tutorial: There are many ways to publish content, but you must first create a column. For example: in "Column Management", click the left mouse button above the column name and click "Add Content"; after publishing the content, the system will automatically generate the HTML of the document by default, but you must manually generate the column list corresponding to this document. HTML.
- DEDECMS 3979 2019-11-16 09:24:00
-
- How to achieve 'interlaced color change' in Dream Weaver List
- The method of realizing "interlaced color change" in Dreamweaver list: first use autoindex in the article list code to auto-increment; then perform a modulo operation on autoindex and 2; and finally output different class styles based on the modulo result.
- DEDECMS 1925 2019-11-09 14:23:27
-
- How does the Dream Weaver system prohibit dynamic browsing of unaudited documents?
- Methods for prohibiting dynamic browsing of unaudited documents in the Dreamweaver system: 1. Open and edit the /plus/view.php file; 2. Use "$mid = $arc->Fields['mid']" to obtain mid; 3. Use If determines the mid, non-contributing users and administrators can prohibit viewing.
- DEDECMS 1890 2019-11-09 13:54:39
-
- How to send a successful review SMS message to the contributor after a DreamWeaver member submits a review?
- The method for sending a successful review short message to the contributor after the Dreamweaver member submits and reviews: 1. Implement the function of extracting the publisher ID in archives_do.php; 2. Implement the insertion message into the short message table after the review is successful; 3. After the review is successful, Just send a short message to the publisher at the same time.
- DEDECMS 2275 2019-11-09 13:36:51
-
- How does Dreamweaver improve the speed of web page access?
- Dreamweaver's methods to improve the speed of web page access: 1. Separate the javascript that processes article pages to facilitate caching; 2. Change the code for article query clicks to ajax asynchronous requests, etc.
- DEDECMS 1681 2019-11-09 13:22:11
-
- Where is the DreamWeaver cms database configuration file?
- The DreamWeaver cms database configuration file is in /data/common.inc.php. You can open it with an editor such as Notepad and modify it according to your needs.
- DEDECMS 4346 2019-11-09 11:58:32
-
- How to relocate DedeCMS site data
- Method for relocating dedecms site data: 1. Log in to the DreamWeaver backend and prepare for database backup and restoration; 2. Select all tables to submit for backup; 3. Upload all programs and directories of the website to the new server; 4. Log in to the website program backend to restore data.
- DEDECMS 2227 2019-11-09 10:35:35
-
- How to add watermark to Dreamweaver Atlas
- The method for adding watermarks to the atlas in DreamWeaver is: 1. Enter the image watermark setting in dedecms background management; 2. Enable the option of whether to use the image watermark function for uploaded images; 3. Enable the option of whether to use the image watermark function for collected images.
- DEDECMS 2100 2019-11-09 10:20:51
-
- How to change the editor of DreamWeaver from v5.7 back to the previous v5.6 version
- The method for Dreamweaver to change the v5.7 editor back to the previous v5.6 version is: 1. Confirm whether the editor has been completely upgraded to v5.7 version; 2. Check whether there is an FCKeditor folder in the include directory; 3. Enter dedecms manages the background and modifies parameters in the system core settings.
- DEDECMS 2195 2019-11-09 09:58:17
-
- What is the Field tag of DreamWeaver tag code?
- The Field tag of Dreamweaver tag code is a tag used to obtain the field value of a specific column or file and the value of commonly used environment variables. The applicable scope is: cover template, list template, document template.
- DEDECMS 2459 2019-11-09 09:48:01
-
- How to get the address of the current article in DreamWeaver
- The method for DreamWeaver to obtain the address of the current article is: 1. {dede:geturl runphp='yes'}; 2. {dede:field name='arcurl' /}; 3. {dede:field.id runphp='yes '}.
- DEDECMS 2285 2019-11-09 09:34:32