current location:Home>Technical Articles>CMS Tutorial>PHPCMS
- 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 sort in descending order in phpcms
- How to implement phpcms descending order: first find and open the "formguide_fields.class.php" file; then find the "listview" method part in the file; then add the statement "order by dataid desc" in the corresponding position of the code; finally save it.
- PHPCMS 2151 2020-07-21 09:11:22
- How to fill in the default site in phpcms
- How to fill in the default site in phpcms: first create a new folder under templates; then enter the phpcms background management interface; then click "Settings->Site Management->Add Site"; finally select "Subsite" in the template style. Can.
- PHPCMS 2229 2020-07-21 09:07:17
- How to paginate pictures in phpcms
- How to paginate pictures in phpcms: first enter the phpcms background management interface; then add a separate column and specify a template; then set this column to pseudo-static; finally write "get" in it to call the desired data to achieve paging. show.
- PHPCMS 2248 2020-07-21 09:02:57
- Does PHPCMS use the TP framework?
- PHPCMS is not a TP framework. PHPCMS is a website management software and an open source PHP development framework. The software adopts modular development and supports multiple classification methods. It can be used to facilitate the design, development and development of personalized websites. maintain.
- PHPCMS 2104 2020-07-20 16:53:03
- How to determine whether the user is logged in in phpcms?
- The method to determine whether the user is logged in in phpcms is: first, obtain the "_userid" data by using the "get_cookie()" method in the "param" class; then assign it to a new variable; finally, use PHP syntax or "if" in the template ” tag to determine the new variable.
- PHPCMS 2461 2020-07-20 16:12:02
- How does phpcms determine whether there is a sub-column?
- Methods for phpcms to determine whether there are sub-columns: 1. Directly use the PHP syntax "if" to determine the "child" of the column; 2. Use the "if" tag in the template tag to directly determine the "child" of the column; 3. Use the template tag The "if" tag can be used to determine whether the "child" of the column is equal to 1.
- PHPCMS 2941 2020-07-20 15:45:04
- How to use PHPCMS comments?
- How to use PHPCMS comments: First, find the "Comments Module" in "Module Management" under "Modules" in the background and install it; then you can perform some functions on this module in the "Comments" item under "Modules" Configuration of parameters; finally add comment tags to the front-end template.
- PHPCMS 3088 2020-07-20 15:17:12
- How to solve the problem that phpcms fails to generate thumbnails?
- Solution to the failure of phpcms to generate thumbnails: First open the "phpcms/modules/attachment/attachments.php" file; then comment or delete the judgment on line 50. The reason is that the judgment value may be empty, so Causes thumbnail generation to fail.
- PHPCMS 3222 2020-07-20 13:51:12
- How to solve the problem that PHPCMS does not support the fsockopen function?
- PHPCMS does not support the fsockopen function solution: 1. During installation, directly change "step=3" in the address bar and skip this step; 2. Replace the fsockopen function with the pfsockopen function; 3. Modify "client.class. php" code.
- PHPCMS 2158 2020-07-20 13:39:03
- How to change templates in PHPCMS v9?
- How to change templates in PHPCMS v9: First find the "templates" folder under "phpcms" and open it; then copy the template to be replaced to the directory; finally enter "Template Settings" under "Management Column" and change "Available Just select "Select Style" and set it to the newly added one.
- PHPCMS 2438 2020-07-20 11:57:38
- How to build a membership system in PHPCMS?
- How to use PHPCMS as a membership system: First click on the "User" column at the top of the PHPCMS backend; then click on the "Member Management" option under the "Member Management" column on the left; then enter the new member's user name, password, nickname and other information; finally Click "OK" to complete the addition.
- PHPCMS 2875 2020-07-20 11:42:43
- How to apply the DreamWeaver template to PHPCMS?
- How to install the Dreamweaver template into PHPCMS: 0 First download the Dreamweaver template to the local; then extract the JS, CSS, pictures and other resource files in the template; then create a new PHPCMS template and put the extracted files into it; Finally, replace the label of the Dreamweaver template with that of PHPCMS.
- PHPCMS 2104 2020-07-20 11:23:47
- PHPCMS cannot create a new column?
- PHPCMS cannot create a new column: first enter the "etc" directory in Linux; then find the "max_allowed_packet" configuration item in the "mysqld" section in "my.conf"; finally modify it to a suitable size and save it, and restart the MySQL server.
- PHPCMS 2560 2020-07-20 11:09:12
- Can PHPCMS build a video site?
- PHPCMS can build a video site. PHPCMS is a website management software. It is an excellent website management software with many functions such as articles, downloads, pictures, classified information, movies, shopping malls, collection, finance, etc., so PHPCMS can build a video site.
- PHPCMS 2365 2020-07-20 10:56:26
- What is the difference between PHPCMS and PHP?
- The difference between PHPCMS and PHP: PHPCMS is a complete open source website content management system, while PHP is a computer programming language, and PHPCMS is written in PHP language, so the two are completely different things and cannot be compared.
- PHPCMS 2581 2020-07-20 10:17:12