current location:Home > Technical Articles > CMS Tutorial
- 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 PHPCMS solves the problem of thumbnails is not clear
- PHPCMS solves the problem of unclear thumbnails: first find the classes directory in the libs under phpcms and open it; then find the file "image.class.php" and open it; finally search for the place where the "$imagefun()" function is called and open it. Just pass the third parameter to 90.
- PHPCMS 2384 2020-05-20 14:08:21
-
- The difference between phpcms and Dreamweaver
- The difference between phpcms and Dreamweaver: 1. phpcms is a website management software, while Dreamweaver is a web page code editor; 2. phpcms is used to build websites, while Dreamweaver is used to create web pages.
- PHPCMS 3009 2020-05-20 11:28:59
-
- How to adjust keywords in phpcms
- How to adjust keywords in phpcms: first enter the phpcms management background; then find and open the corresponding code file; then add the code to call the keywords as "{loop $keywords$keyword}<a href="{APP_PATH}..{/loop }"; Finally save the changes.
- PHPCMS 2755 2020-05-20 11:24:12
-
- Imperial cms security settings optimization sharing
- Below, the Imperial CMS secondary development tutorial column will introduce to you the optimization and sharing of the security settings of Imperial CMS. I hope it will be helpful to friends in need! First, let’s get to know the security authentication features of Empire CMS: Four-fold security verification for Empire login: The first level: double MD5 encryption of the password. The password cannot be cracked. If the database is downloaded, it cannot...
- Empire CMS 3222 2020-05-17 14:49:29
-
- About the basic use of WordPress REST API
- Below, the WordPress website building tutorial column will introduce you to the basic use of WordPress REST API. I hope it will be helpful to friends in need! The WordPress system opens the REST API by default, which means that in addition to outputting content in HTML format, articles can also be output in JSON format...
- WordPress 3917 2020-05-17 14:28:35
-
- How Discuz solves the error run_sql_error during installation
- This article implements functions to solve the run_sql_error error when installing discuz in MySQL8.0. If you want to see the solution directly, go directly to the solution directory. Problem environment VMware virtual machine Centos7.3PHP7.0MySQL8.0NGINX1.14Discuz3.4 problem. Restore the local environment to PHP5.6+ MySQL5.6 has no problems installing discuz.
- Discuz 3093 2020-05-16 09:00:51
-
- How to add friendly links in phpcms
- How to add friendly links in phpcms: 1. Log in to the phpcms content management system; 2. Switch to the module options, click [Friendly Links], [Add Friendly Link]; 3. Select the friendly link category and fill in the friendly link name and URL.
- PHPCMS 2843 2020-05-15 16:29:34
-
- What should I do if phpcms prompts a verification code error?
- The solution to the verification code error prompted by phpcms: first find and open the "/configs/system.php" file; then modify the code "'session_storage'=>'mysql'," to "'session_storage'=>'files'," That’s it.
- PHPCMS 2443 2020-05-15 11:30:01
-
- How Discuz develops mobile guest functionality
- Functions implemented in this article: Development tips There is currently no page implementation case for the mobile terminal. To develop the space visitor function, the function of discuz on the mobile terminal is really very simple and basically only requires a few pages. Many functions on the PC terminal are not implemented, especially the personal space page and the mobile terminal. There is literally no action at all. Next, Kaka will record the implementation steps, hoping to help more developers.
- Discuz 2750 2020-05-13 17:52:38
-
- How does PHPCMS solve the problem that the verification code cannot be loaded?
- Methods for PHPCMS to solve the problem that the verification code cannot be loaded: 1. Open the php.ini file and enable the php_gd2 extension; 2. Modify the website path variable "web_path" in the PHPCMS configuration file "system"; 3. Change the config.inc.php file Just change the encoding to ANS.
- PHPCMS 2046 2020-05-13 17:05:56
-
- Solve the problem of mass spam comments in WordPress
- Below, the WordPress website building tutorial column will introduce to you how to solve the problem of spam comments being sent in bulk in WordPress. I hope it will be helpful to friends who need it! Our most likely method is to add comment verification, which requires entering a verification code or other verification mechanisms when commenting. These are also good methods.
- WordPress 3455 2020-05-11 13:56:11
-
- Discuz mobile terminal second launch: follow and fan pages and follow status processing
- The functions implemented in this article: Develop a mobile follower page, develop a mobile fan page, realize that all follower lists seen from your own space are shown as followed, and when you look at other people's follower lists, users you follow are shown as followed, and users you are not following are shown as followed. How to solve this problem? Preparation for displaying the mobile page in the PHP file: To solve the problem of displaying the mobile page in the PHP file. In discuz, there are no fans on the mobile side who follow the page, so we need to develop it. The following is the development process.
- Discuz 3070 2020-05-11 09:36:19
-
- How to quickly build a website in Empire cms7.5
- Below, the imperial cms tutorial column will introduce to you how to quickly build a website in imperial cms 7.5. I hope it will be helpful to friends who need it! 1. In the first step of building the official website, you need to pay attention to the organizational structure of the official website, including the homepage, column pages, and content pages. Therefore, you need to create a column first (the second-level column belongs to the higher column, and the second-level column can create third-level sub-columns..
- Empire CMS 4036 2020-05-08 17:00:08
-
- WordPress plugin for combining CSS and JS
- Below, the WordPress Tips column will introduce to you the WordPress plug-in that combines CSS and JS. I hope it will be helpful to friends who need it! We usually consider merging multiple CSS or JS into one file for output. In order to solve this problem, I wrote this WordPress plug-in...
- WordPress 3112 2020-05-07 17:30:00
-
- Empire CMS 6.0 function member space customization single page
- 1. Add member fields to store page content; 2. Modify the membership form to check the new member fields (entry items, can be added, can be modified, front-end display); 3. Modify the space template and add the page link: "page.php ?userid=<?=$userid?>&p=field name”. Operation steps: First look at the effect of the member space without adding a custom page: 1. Add member fields that store page content 1. Go to "User Panel" -> "Manage Member Fields" -> click the "Add Field" button, as shown below: 2. Then enter...
- Empire CMS 389 2020-05-07 15:44:09