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:
-
- What to do if Chinese garbled characters appear in phpcms
- Solution to Chinese garbled characters in phpcms: 1. When creating tables on the mysql client and installing modules in the phpcms system, pay attention to unified coding; 2. When using the notepad editor to write code, except for the sql database installation file, it is best to set everything else to simplified Chinese ;3. From the database to the web page source code, the coding must be unified.
- PHPCMS 2959 2020-02-19 14:55:02
-
- What should I do if the content cannot be found in phpcms search?
- The reason why phpcms cannot find content is because when searching, it will automatically segment words, so the results are incomplete or the content cannot be found. The solution is to open the search\index.php file and change the search SQL statement to directly use the entered keywords. Just search it.
- PHPCMS 2760 2020-02-19 14:41:42
-
- How to enter the backend of phpcms
- How to enter the backend of phpcms: first enter the homepage of the web page built by phpcms; then enter /admin.php after the homepage path and press Enter; finally open the backend login page and enter the username and password to enter the backend.
- PHPCMS 3761 2020-02-19 14:23:31
-
- How to customize forms in phpcms
- How to customize the form in phpcms: first open the backend, click on the module, find the form wizard, and add the form wizard; then add a customized show_message.html file; finally, refer to the original show.html writing method to write a customized form. .
- PHPCMS 3887 2020-02-19 13:53:28
-
- What is phpcms typeid
- The typeid in phpcms appears in the content search link. The typeid corresponds to the ID in the v9_type table one-to-one. One typeid corresponds to a full-text search module. Its function is to specify content search from a certain module.
- PHPCMS 3173 2020-02-19 13:10:43
-
- What should I do if the phpcms module shows that it cannot be installed?
- The solution to the problem that the phpcms module cannot be installed: first add the name of the corresponding module to the _module table of phpcms; then set the caches folder in the phpcms directory to be writable; and finally update the site-wide cache.
- PHPCMS 2674 2020-02-19 12:57:51
-
- How to paginate the phpcms list page
- How to implement paging on the phpcms list page: 1. The phpcms2008 version can use {get sql="" rows="" page=""}{/get} tags to implement paging; 2. The phpcms v9 version can use {$page}{/ page} tag implements paging.
- PHPCMS 3710 2020-02-19 12:46:34
-
- How to check phpcms version
- How to check the phpcms version: first open the cache\configs folder in the phpcms site directory; then open the version.php file, you can see the version number and update date of phpcms.
- PHPCMS 5438 2020-02-19 11:34:56
-
- Where is the phpcms advertising template?
- The phpcms advertising template is in phpcms\templates\default\poster in the installation directory. Among them, banner.html is a rectangular banner, couplet.html is a couplet advertisement, fix.html is a fixed position, and float.html is a floating movement.
- PHPCMS 2112 2020-02-19 11:12:27
-
- How to check phpcms file permissions under win7
- How to check the permissions of the phpcms file under win7: First, right-click the file you want to check; then select Properties; finally switch to the "Security" tab, click on the corresponding user, and you can see the permissions of the file.
- PHPCMS 2448 2020-02-19 10:41:44
-
- What should I do if phpcms does not support thumbnails and watermarks?
- Solution to the problem that phpcms does not support thumbnails and watermarks: first open the Apache2\bin\php.ini file in the installation directory; then find "extension=php_gd2.dll"; finally remove the ";" sign in front of it and restart the server That’s it.
- PHPCMS 2519 2020-02-19 10:12:27
-
- How to generate static pages in phpcms
- How to generate a static page in phpcms: first enter the background settings, find the category column, the location is Content-Content-related Settings-Management Column; then set the second tab "Generate HTML Settings"; finally click Submit and update the cache.
- PHPCMS 3532 2020-02-19 09:59:32
-
- phpcms cannot connect to remote database
- Solution to the problem that phpcms cannot connect to the remote database: 1. Change the database password so that characters such as "!@#" do not appear; 2. Modify line 127 of install/step5.tpl.php and line 55 of step6.tpl.php , call the escape function to escape the password.
- PHPCMS 2249 2020-02-18 12:23:46
-
- How to write judgment in phpcms v9 template
- The if statement can be used for judgment in the phpcms v9 template. The syntax is: {if condition 1}html element 1{elseif condition 2}html element 2{else}html element 3{/if}.
- PHPCMS 2640 2020-02-15 15:25:51
-
- How to write self-increment in phpcms
- How to write auto-increment in phpcms: first add {pc} tag; then add {php $i=2;} tag and define a variable i; finally use {php $++} in {loop} tag to let variable i auto-increment Just increase it.
- PHPCMS 2137 2020-02-15 15:07:19