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:
-
- Where are phpcms constants defined?
- phpcms constants are defined in "phpcms/base.php". The definition method is: first open the "phpcms/base.php" file and modify the constants; then use "{NAV_O}" in the static page to output the value of this constant, that is Can.
- PHPCMS 2266 2020-01-08 17:48:03
-
- How to call comments in phpcms
- How to call comments in phpcms: first open the "content" folder; then find and open the "show.html" file; then add the calling code as "{if $allow_comment && module_exists('comment')}".
- PHPCMS 3005 2020-01-08 10:58:16
-
- How to remove verification code in phpcms
- How to remove the verification code in phpcms: first find the "phpcms/modules/admin/index.php" file in the root directory; then comment out the "$code" part of the code; then open the "member/index.php" file and comment out the frontend Verification code is enough.
- PHPCMS 3315 2020-01-08 10:54:05
-
- How to change the background login address in phpcms
- How to change the backend login address in phpcms: First create a folder in the root directory of the website to enter the backend login interface; then create a new "MY_index.php" file in the admin folder and change the content to "defined('IN_PHPCMS') or exit()".
- PHPCMS 3155 2020-01-08 10:47:18
-
- How to call content in phpcms
- How to call content in phpcms: first enter the phpcms background; then open the corresponding template file; then use the tag "{pc:content action="lists"}" to call it, the code is "{loop $data $key $val}{ /loop}".
- PHPCMS 2707 2020-01-08 10:39:21
-
- How to add statistical functions to phpcms
- How to implement the statistical function in phpcms: first open the "extention.func.php" file; then add the code as "function getNewsContent($id){}"; then use the tag in the "html" template to call it.
- PHPCMS 3160 2020-01-08 10:33:20
-
- What to do if phpcms sso login fails
- Solution to phpcms SSO login failure: first enter the phpcms background; then select the "Settings" option; then modify the synchronized website in "phpsso Settings"; finally open the "system.php" file and modify it to "phpsso_server".
- PHPCMS 3691 2020-01-08 10:16:47
-
- How to call verification code in phpcms
- How to call the verification code in phpcms: first open the "form.class.php" file; then add the calling code as "<label for="code">Verification code</label>{form::checkcode('code_img', '4 '}" and save it.
- PHPCMS 1895 2020-01-15 10:43:13
-
- What to do if there are too many wrong passwords in phpcms
- Solution to too many incorrect passwords in phpcms: first open the "index.php" file; then comment out the code "if($rtime['times'] >= $maxloginfailedtimes){$minute}"; finally update the entire site Just cache.
- PHPCMS 2541 2020-01-08 10:06:43
-
- Where is the phpcms root directory?
- Different versions of phpcms have different corresponding root directories; the backend path of phpcms2008 version is "admin\templates"; the backend path of phpcms V9 is "phpcms\modules\admin\templates".
- PHPCMS 2771 2020-01-08 10:03:22
-
- How to adjust secondary navigation in phpcms
- How to adjust the secondary navigation in phpcms: first enter the phpcms system background; then open the corresponding template file; then add the calling code as "pc:content action="category" catid="0" num="10" siteid="$siteid" "That's it.
- PHPCMS 2011 2020-01-08 09:58:11
-
- What is phpcms siteid?
- phpcms siteid refers to the site id, siteurl refers to the site URL; and "$siteid" determines which site URL is returned by siteurl.
- PHPCMS 5615 2022-02-16 18:04:00
-
- What to do if phpcms v9 communication fails
- Solution to phpcms v9 communication failure: First open the "client.class.php" file; then modify the code on line 361 to "$fp = stream_socket_client("tcp://".($ip ? $ip : $host ).""That's it.
- PHPCMS 3485 2020-01-15 10:40:28
-
- What to do if phpcms attachment fails to upload
- Solution to failed phpcms attachment upload: First open the "attachment.class.php" file; then change "$this->upload_func = 'copy';" to "$this->upload_func='move_upload".
- PHPCMS 2842 2020-01-07 10:42:04
-
- What should I do if phpcms cannot select a template?
- The solution to the problem that phpcms cannot select a template; first enter the phpcms system background; then check whether there are Chinese-named files in the html template or other files in the www directory. If there are Chinese-named files, just delete them.
- PHPCMS 2616 2020-01-07 10:37:55