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:
-
- phpcms content page title cannot be displayed
- The solution to the problem that the title of the phpcms content page cannot be displayed is: 1. First open the [modules/content/fields/title/output.inc.php] file; 2. Update the site-wide cache; 3. Regenerate all content pages.
- PHPCMS 2864 2020-02-06 17:29:57
-
- phpcms sets article page publisher
- The method for setting the publisher of the article page in phpcms is: 1. Modify the content_model.class.php file; 2. Add the publisher information, such as [<p class="eidtor" >Responsible editor: {$username}</p>].
- PHPCMS 2126 2020-02-06 17:23:48
-
- How to implement the article top function in phpcms
- The way phpcms implements the article top function is: {pc:content action="lists" catid="1" num="20" where="posids!=1" order="id desc"}.
- PHPCMS 3202 2020-02-06 17:12:32
-
- How to modify the phpcms management background path
- The method to modify the phpcms management background path is: 1. First create a new folder in the website root directory; 2. Then create a new index.php file; 3. Finally, create a new [MY_index.php] in the [phpcms/modules/admin/] folder. 】 file and edit the content.
- PHPCMS 2700 2020-02-06 17:06:07
-
- phpcms background verification code does not display
- The solution to the phpcms background verification code not being displayed is: 1. First open the php.ini configuration file; 2. Then search for [extension=php_gd2.dll]; 3. Finally, check whether there is a comment symbol in front, and remove it if there is.
- PHPCMS 2927 2020-02-06 16:35:35
-
- phpcms cannot log in to the background
- The solution to the problem that phpcms cannot log in to the backend is: 1. First open the system.php file; 2. Find ['session_storage' => 'mysql'] and change [mysql] to [files].
- PHPCMS 3308 2020-02-06 16:22:08
-
- How to modify domain name in phpcms
- The method for modifying the domain name in phpcms is: 1. Enter the backend management center and modify the site domain name; 2. Update the cache; 3. Replace the attachment address; 4. Update URLs in batches; 5. Update the column cache; 6. Generate content pages and column pages. , generate the home page.
- PHPCMS 3567 2020-02-06 16:13:15
-
- phpcms static url settings
- phpcms static url setting method: 1. Open the website backend and enter url rule management; 2. Modify the generation rules of the list page; 3. Set the url rules for the bottom page of the article; 4. Modify the column; 5. Update the cache, home page, column page, URL and content page.
- PHPCMS 3283 2020-02-06 16:02:39
-
- How to bind domain name to phpcms column
- The method for binding a domain name to a phpcms column is: 1. Parse the domain name to be bound to the column to the space IP of the virtual host, and bind the domain name to the corresponding column directory; 2. Edit the header.html file; 3. Enter the backend , set the domain name bound to the column; 4. Update the web page and cache.
- PHPCMS 2887 2020-02-06 15:46:20
-
- Pagination is not displayed after phpcms changes the protocol to https
- The solution to the problem that paging is not displayed after phpcms changes the protocol to https is: edit the code [$url = str_replace(array('http://','//','~'), array('~','/' ,'http://'), $url);] That's it.
- PHPCMS 2380 2020-02-06 17:17:34
-
- How to change domain name in phpcms
- The method for changing the domain name of phpcms is: 1. Enter the background settings and change the domain name of the corresponding site to the new domain name; 2. Replace the attachment address with the new address in batches; 3. Update all article addresses; 4. Change the column The link address is changed to the new address.
- PHPCMS 3737 2020-02-06 15:24:10
-
- phpcms does not display sub-columns
- The solution to phpcms not displaying sub-columns is: 1. First open the phpcms/modules/admin/category.php controller file; 2. Then modify the maximum number of columns displayed in the init() method.
- PHPCMS 2661 2020-02-06 15:13:12
-
- How to enter the phpcms background
- The method for phpcms to enter the background is: 1. First open the local server and database; 2. Then enter [localhost/phpcms/admin.php] in the browser address bar; 3. Finally, fill in the account password to enter the phpcms background.
- PHPCMS 2758 2020-02-06 15:04:59
-
- How to display the category name in front of the front article list in phpcms
- The method for phpcms to display the category name in front of the front-end article list is: 1. Open the category_content_1.cache.php file; 2. [$return[$key][typename]=$TYPES[$v['catid']]['catname ']].
- PHPCMS 2469 2020-02-06 14:56:04
-
- phpcms full site pseudo-static settings
- phpcms full-site pseudo-static setting method: 1. First check whether the server supports rewrite and restart the apache server; 2. Then prepare the [.htaccess] file; 3. Then set the category column in the phpcms background; 4. Finally update the URL in batches and complete Just set it up pseudo-statically.
- PHPCMS 4150 2020-02-06 11:56:05