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 to call video in phpcms?
- How to call video in phpcms: 1. Click the "Apply for Activation" option in the "Video" menu in the phpcms navigation bar; 2. After registration is completed, click the "Upload Video" option and click "Select File" on the right; 3. "Status" "Approved" is displayed in the column.
- PHPCMS 2395 2020-06-10 13:17:47
-
- How to modify id in phpcms?
- How to modify the id in phpcms: 1. Create a column in the background and click to generate html settings; 2. Change the calling id of the website announcement in the homepage index.html to 9; 3. Add an article in the background and add it to the website announcement. column.
- PHPCMS 2863 2020-06-10 11:38:50
-
- What should I do if phpcms video transcoding fails?
- Methods to solve the problem of phpcms video transcoding failure: 1. Modify the flashupload method in the swf2ckeditor.js file; 2. Modify the swfupload method in the attachments.php file; 3. Modify the swfupload.tpl.php template file.
- PHPCMS 2795 2020-06-10 11:15:08
-
- How to filter and classify phpcms articles?
- How to filter and classify phpcms articles: first replace the content in [phpcms/libs/functions/extention.func.php]; then select a model to add new fields in the content model management; finally, add a new field to the column template page where product filtering is to be called. Just add a tag.
- PHPCMS 2995 2020-06-10 10:55:48
-
- Can the domain name of phpcms be changed later?
- phpcms can be changed later. The method of modifying the domain name: first modify the original domain name to a new domain name; then modify the site domain name to a new domain name in the site management in the background management address settings; then update the cache and replace it with the new one address; finally update the URL in batches and update the column cache.
- PHPCMS 2797 2020-06-10 10:39:29
-
- What should I do if the order of phpcms related articles remains unchanged?
- The method to modify the problem of unchanged sorting of related articles in phpcms: first modify the [content_tag.class.php] content model tag class file; then correct the relation method in the content_tag class; and finally pass the order parameter into the query.
- PHPCMS 2204 2020-06-10 09:47:48
-
- How does phpcms associate connections?
- How to use phpcms associated links: first find the associated link in the background extension and click Add associated link; then find the field management in the model management in the content-related settings; then modify the content field; finally check "Whether to enable associated links" That’s it.
- PHPCMS 3053 2020-06-09 15:07:08
-
- Use custom tags in Empire CMS to achieve the effect of [!--newsnav--]
- Below, the imperial cms tutorial column will introduce to you how to use custom tags to achieve the effect of [!--newsnav--]. I hope it will be helpful to friends in need! Step one: Add the following function to e/class/userfun.php. The function has only one parameter...
- Empire CMS 3222 2020-06-09 14:23:50
-
- Is PHPCMS developed by ThinkPHP?
- PHPCMS is not developed by ThinkPHP. By comparing the source code of PHPCMS and ThinkPHP, it can be seen that the ThinkPHP framework is not used, and PHPCMS does not officially state that the software is developed based on ThinkPHP.
- PHPCMS 3187 2020-06-08 15:21:35
-
- What is the difference between PHPCMS and MVC?
- The difference between PHPCMS and MVC: PHPCMS is a website management software that adopts modular development and supports multiple classification methods to realize the design, development and maintenance of personalized websites; MVC is a software design model that uses a The code is organized in a way that separates business logic, data, and interface display.
- PHPCMS 5857 2020-06-08 10:02:31
-
- How to use Nginx cache to speed up your WordPress site
- 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! Since the blog was launched, it has mainly recorded the problems and solutions encountered during learning and use. The style of the article tends to be self-entertaining, so the number of visits is small. A 1-core 1G vps is enough.
- WordPress 3636 2020-06-06 17:11:51
-
- Why is PHPCMS background access so slow?
- The reason why PHPCMS background access is particularly slow: Because PHPCMS connects to the database by default, the HOST used is "localhost", and if "localhost" is not parsed by "127.0.0.1", it will cause PHPCMS to access the database very slowly, so it is also directly Causes backend access to be slow.
- PHPCMS 3305 2020-06-06 09:52:35
-
- phpcms choose utf8 or gpk
- It is better to choose utf8 in phpcms, because utf-8 is an encoding format common to all countries, while gbk is an encoding format in our country and is not suitable for global use.
- PHPCMS 2731 2020-06-05 17:38:17
-
- How to change domain name when moving phpcms v9 website
- How to move the phpcmsv9 website and change the domain name: first install phpcms in the new host space; then back up the database and upload it to the same location in the new space; then log in to the backend of the new space and use database tools to restore the database; finally update the cache and update Skin, just generate the corresponding page.
- PHPCMS 4385 2020-06-05 17:18:01
-
- How to get the time in phpcms
- How to get the time in phpcms: 1. Output the year through the function "date('Y',$inputtime)"; 2. Output the month through the function "date('m',$inputtime)".
- PHPCMS 2763 2020-06-05 16:57:46