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:
-
- What is the PHPCMS controller?
- The PHPCMS controller is the C in the MVC development model. The so-called MVC is a software design model that uses a method to separate business logic, data, and interface display to organize code, gather business logic into a component, and improve the interface and user interaction. At the same time, there is no need to rewrite business logic.
- PHPCMS 3335 2020-07-21 10:21:19
-
- What to do if the phpcms background is misaligned
- The background misalignment of phpcms is because the background interface CSS style file is missing or cannot be called normally. The solution: first use the firebug console to view the style file that failed to load and modify it; then open the debug item in the "system.php" configuration file, etc. This is how to troubleshoot errors.
- PHPCMS 2404 2020-07-21 10:11:31
-
- What is the PHPCMS station group?
- PHPCMS station group uses a set of CMS software systems to create multiple websites, which are managed and maintained in a unified manner. Users can communicate with each other but will not interfere with each other. This function can save a lot of time for operation and maintenance, otherwise it would have to be debugged and maintained at the same time. Different systems will be very difficult.
- PHPCMS 3754 2020-07-21 10:10:46
-
- How to add fragments in phpcms
- How to add fragments in phpcms: First, directly insert fragment tags in the format of "{block('news', 1)}" into the template; then enter the background template management and click "Visual" to see the link to add fragments.
- PHPCMS 3273 2020-07-21 10:07:42
-
- Where is the phpcms update cache?
- The place where phpcms updates the cache is located in the "Extensions->Extensions->Update Full Site Cache" directory. In order to maintain the consistency of system functions, columns, and model data, the cache needs to be updated after some system configuration modifications.
- PHPCMS 2474 2020-07-21 10:04:12
-
- How to implement carousel in phpcms
- How to implement carousel in phpcms: first add "<div id="flowDiagram" >...</div>" where you want to add a carousel image; then change the css style according to your own needs; finally, add it when needed Just add js code where carousel is implemented.
- PHPCMS 3312 2020-07-21 09:59:21
-
- What should I do if phpcms cannot be opened on the mobile phone?
- phpcms cannot open the mobile version because the pseudo-static rules cannot be recognized. The solution is to save the "RewriteEngine On RewriteCond%{HTTP_HOST} ^domain name.com$ [NC]..." code as ".htaccess" in the Linux system ".
- PHPCMS 2223 2020-07-21 09:53:26
-
- Which database is better for PHPCMS?
- It is better to use MySQL database for PHPCMS, because PHPCMS is written in PHP, and PHP supports MySQL better, so it is recommended to use MySQL, which is an open source relational database management system.
- PHPCMS 2988 2020-07-21 09:46:34
-
- How to compress images with phpcms
- How to compress images with phpcms: first find and open the "extention.func.php" file; then write an automatic compression method in the public class; finally use the statement "{compress ($rs['thumb'])}" in html Just call it directly on the page.
- PHPCMS 2488 2020-07-21 09:46:14
-
- How to use the comment function of phpcms
- How to use the comment function of phpcms: first find the "Comments" line in the "Module" -> "Module Management" in the background; then configure some functional parameters of the comment module; finally call the comment message window label code.
- PHPCMS 3529 2020-07-21 09:40:37
-
- Solution to phpcms v9 phpsso communication failure
- Solution to phpsso communication failure in phpcms v9: first check the domain name configuration and other information in the "system.php" file in the root directory of the site and modify it; then check the hosts file and remove the "#" symbol; finally check the access address of phpsso Just check whether it is correct and modify it.
- PHPCMS 3036 2020-07-21 09:35:31
-
- How to set up phpcms email
- How to set up the phpcms mailbox: first set the mailbox mx resolution in the domain name dns resolution; then set the member mailbox and administrator mailbox; then open "Settings" → "Mailbox Settings" → "Basic Settings" in the background; finally open "Mailbox Configuration" ”, just fill in the configuration information.
- PHPCMS 3011 2020-07-21 09:29:54
-
- What should I do if PHPCMS cannot upload?
- PHPCMS cannot upload the solution: 1. In [Attachment Settings], set the allowed attachment size to 10240; 2. Open the php configuration file "php.ini" and increase the values of "upload_max_filesize" and "post_max_size", but Just make sure that the latter is greater than the former.
- PHPCMS 2071 2020-07-21 09:27:49
-
- What to do if the phpcms front-end verification code is wrong
- The solution to the phpcms front-end verification code error: first find and open the "member/index.php" file; then add a new statement as "pc_base::load_sys_class($session_storage);"; finally save the changes.
- PHPCMS 3047 2020-07-21 09:26:16
-
- What should I do if phpcms cannot delete a column?
- phpcms cannot delete columns because the site administrator does not have the permission to delete columns. The solution is: first find and open the "admin.class.php" file; then add the site administrator's permission to delete columns; and finally modify the "category.php" file That’s it.
- PHPCMS 2309 2020-07-21 09:22:02