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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Why choose phpcms
- The reasons for choosing phpcms are: 1. phpcms is easy to use. Updated articles will automatically update the homepage and the column page where the article is located; 2. phpcms has a powerful keyword replacement function; 3. phpcms has strong scalability, making secondary development easier.
- PHPCMS 2045 2020-02-08 14:43:23
-
- Where to modify url in phpcms
- phpcms modifies the URL in the caches\configs\system.php file. First open the system.php file, and then change ['html_root' => 'html'] to ['html_root' => ''].
- PHPCMS 2393 2020-02-08 14:17:02
-
- How to implement wap single page in phpcms
- The method for phpcms to implement a WAP single page is: 1. First, rename the maps.html file; 2. Then open the index.php file, search for the function.maps() method, and modify it; 3. Finally, add a link in the navigation position. .
- PHPCMS 2275 2020-02-08 14:05:29
-
- How to implement background access restrictions in phpcms
- The method for phpcms to implement background access restrictions is: 1. First open the /caches/config/system.php file; 2. Then modify ['admin_url' => ''] to ['admin_url' => 'a8800.phpip.com' 】.
- PHPCMS 2341 2020-02-08 13:56:56
-
- The number of phpcms article views remains unchanged
- The solution to the problem that the number of phpcms article views remains unchanged is: 1. First open the website configuration, enable the [Enable Column Statistics] and [Show View Count] functions; 2. Then edit the show.html file, such as [{if $PHPCMS [show_hits]}...].
- PHPCMS 2366 2020-02-08 11:23:28
-
- How to create a new column in phpcms
- The method for creating a new column in phpcms is: 1. First, open the system settings, column management, and add columns in sequence; 2. Then select the appropriate column type according to your own needs; 3. Finally, set the column permissions, column charges, and column templates.
- PHPCMS 2974 2020-02-08 11:13:25
-
- How to modify the display page after phpcms background login
- How to modify the display page after phpcms background login: 1. First open Phpcms, modules, admin, templates, main.tpl.php; 2. Then modify it, such as [<?php echo L('main_safety_tip')? >].
- PHPCMS 2538 2020-02-08 10:59:25
-
- How to use loop tag in phpcms
- There are generally two forms of use of the loop tag in phpcms: 1. [{loop $data $a}{$a}{/loop}]; 2. [{loop $data $a $b{$a}---{ $b}{/loop}].
- PHPCMS 3005 2020-02-08 10:43:00
-
- How to solve the problem of phpcms background verification code not being displayed
- The method to solve the problem of the phpcms background verification code not being displayed is: 1. First open the php.ini file; 2. Then search for [extension=php_gd2.dll] and delete the [;] in front of this code.
- PHPCMS 2161 2020-02-08 10:29:23
-
- How to reset the backend URL in phpcms
- The method for phpcms to reset the backend URL is: 1. First modify the admin.php file name, and modify the jump address to write the complete path; 2. Then modify the /phpcms/modules/admin/index.php file.
- PHPCMS 2981 2020-02-08 10:19:44
-
- Where to modify the number of items displayed in phpcms pagination
- The number of items displayed in phpcms pagination is modified in the phpcms\libs\functions\global.func.php file. First find the paging function, and then set [$setpages = 3].
- PHPCMS 3066 2020-02-08 10:01:30
-
- How to increase line spacing in phpcms
- The method to increase line spacing in phpcms is: 1. Download the lineheight plug-in; 2. Edit the config.js file, such as [config.extraPlugins='capture, videoforpc, flashplayer, lineheight'].
- PHPCMS 2403 2020-02-06 18:04:32
-
- How to retrieve column pictures in phpcms
- phpcms calls the parent column image: [{$CATEGORYS[$parentid][image]}]; phpcms calls the current column image: [{$CATEGORYS[$catid][image]}].
- PHPCMS 2925 2020-02-06 17:53:38
-
- When logging in to the PHPCMS backend, it prompts that the verification code is incorrect.
- The solution to the incorrect verification code when logging into the PHPCMS background is: 1. Open the system.php file; 2. Modify ['session_storage' => 'mysql'] to ['session_storage' => 'files'].
- PHPCMS 2450 2020-02-06 17:44:41
-
- phpcms background cannot upload pictures
- The solution to the problem that the phpcms background cannot upload images is: 1. First open the attachment.class.php file; 2. Then modify [ if(empty($this->userid))】can be changed to【if(empty($_POST['userid']))】.
- PHPCMS 2457 2020-02-06 17:36:46