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 add and introduce php files in dedecms
- This article comes from the dede tutorial column. It introduces how to add and introduce php files in dedecms. It has certain reference value and I hope it can help everyone. PHP files can be included using the require_once() statement.
- DEDECMS 3771 2020-04-11 17:20:59
-
- How to modify the style of DedeCms verification code
- Modify the style of DedeCms verification code and the verification code file location include\validateimg.php. This function is to generate random characters. If you see no numbers in it, it is to generate the range of character keyboard codes. The original one is mt_rand(65,90). This 65 to 90 is the uppercase letters A to Z.
- DEDECMS 3444 2020-01-13 15:36:55
-
- What are the tips for using dedecms to create an English website?
- Tips for using dedecms to create an English website include: 1. Modify character set issues; 2. Modify fonts; 3. Do not allow Chinese characters to appear on all pages; 4. Set page layout and details; 5. URL processing of articles; 6. Meta Processing and so on.
- DEDECMS 3772 2020-01-15 10:27:36
-
- What needs to be modified when dedecms makes an English website?
- The things that dedecms needs to modify when making an English website are: 1. The English version of article page turning; 2. Generate article addresses and remove the article data ID; 3. Change the prompt window of DEDECMS to English; 4. Change the redirect prompt to English; 5. Change the search display to English prompts; 6. Meta settings of the page.
- DEDECMS 2979 2020-01-13 10:00:29
-
- How to set restrictions on DEDECMS execution of php scripts
- How to set restrictions on DEDECMS execution of php scripts: first open the "htaccess" file; then add the rule code as "RewriteEngine on RewriteCond % !^$..."; then edit the virtual host configuration of nginx.
- DEDECMS 3232 2020-01-13 09:56:10
-
- How to implement dede to call related articles under specified columns
- dede calls the method of implementing related articles in a specified column: first enter the dede backend; then open the corresponding template file; then add the calling code as "{dede:arclist typeid='column ID' row='10' titlelen='20'}" and save it.
- DEDECMS 3167 2020-01-13 09:51:24
-
- How to solve problems related to dede:arclist keyword
- The solution to {dede:arclist keyword='dynamically obtain keywords'} is: first open the "arclist.lib.php" file; then modify the code to "$rowGetKeyword=$dsql->GetOne("select keywords)".
- DEDECMS 2242 2020-01-15 10:26:06
-
- How to use dedecms linkage category
- How to use dedecms linkage categories: First enter the backend and enter the linkage category management interface; then click "Add Category Group" to create a linkage category group; then add the category name and click "Add Category"; finally click "Update". Can.
- DEDECMS 3035 2020-01-15 10:23:11
-
- How to use dedecms special template
- How to use the dedecms topic template: first open the "inc_archives_view.php" file; then add the code as "else if($ctag->GetName()=="specnote"){}"; then define the "$pecrule" variable .
- DEDECMS 2906 2020-01-13 09:38:20
-
- How to integrate and add ckplayer player to Dedecms to support flv, mp4 and other playback functions
- How to integrate the ckplayer player to support flv, mp4 and other playback functions in Dreamweaver: first download the player code; then add the field "ckurl" in the Dreamweaver system; then modify the player code path and add tags; and finally add the code to Just inside the template file.
- DEDECMS 3445 2020-01-15 10:20:53
-
- What should I do if DedeCMS GBK version installs sphinx full-text index and cannot query without results?
- DedeCMS GBK version installs sphinx full-text index and cannot query without results because the keyword editing in "search.php" is "GBK" and the sphinx full-text index requirement is "utf8". The solution is to modify the "search.php" file. Can.
- DEDECMS 2377 2020-01-13 09:27:51
-
- How to forward integrate DEDECMS V5.5 with Discuz 6.0
- Method for forward integration of DEDECMS V5.5 with Discuz 6.0: first log in to the Discuz V6 backend; then enable the pass in the pass section; then fill in the corresponding registration, login and exit addresses; and finally modify the "index_do.php" file of DEDECMS .
- DEDECMS 2842 2021-02-01 12:00:32
-
- What should I do if dedecms prompts that your username does not exist?
- dedecms prompts "Your username does not exist" because the username and password are entered incorrectly. The solution is: first check whether there is a username in the admin table of the database. If not, create a new username; then enter the username and password correctly. Can.
- DEDECMS 4183 2020-01-11 10:07:00
-
- How to use dedecms string interception function
- The dedecms string interception function is "cn_substr_utf8", and its function method is "if (! function_exists('cn_substr_utf8')){function cn_substr_utf8()}".
- DEDECMS 2168 2020-01-11 10:03:08
-
- How to move dedecms from subdirectory to root directory
- How to move dedecms from a subdirectory to the root directory: First, enter "System - System Settings - Basic System Parameters - Site Settings" in the background, change the "Web Page Home Page Link" to "/"; then enter the "Core Settings" And clear the contents in the "DedeCMS installation directory"; finally, update the homepage, columns, and articles.
- DEDECMS 2686 2020-01-11 09:59:03