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 there is an error in the phpcms comment module
- The solution to the error in the phpcms comment module: first enter the phpcms management background; then install the comment module; finally use the tag "<iframe>" to reference the comment module, the code is "{if $allow_comment && module_exists('comment')}".
- PHPCMS 2039 2020-04-07 09:29:29
-
- What should I do if phpcms does not display recommended articles when calling articles?
- Method for calling articles in phpcms without displaying recommended articles: First log in to the phpcms background management interface; then find and open the corresponding template file; then add the code as "{pc:get sql="SELECT `id` FROM `v9_position_data`...}" and save it.
- PHPCMS 2799 2020-04-07 09:24:11
-
- How to generate static pages in phpcms v9
- How to generate static pages in phpcms v9: first enter the PHPCMS V9 background settings; then select "Content->Manage Columns->Add Columns"; then select "Generate HTML Settings" and update column pages and content pages in batches; finally customize the URL Just optimize the rules and URL address.
- PHPCMS 2783 2020-04-07 09:18:36
-
- What should I do if the path to upload images in phpcms v9 is incorrect?
- The solution to the incorrect path for uploading images in phpcms v9: first change the old domain name to the new domain name; then go to the background "Settings - Site Management" and modify the domain name of the corresponding site; then update the system cache; finally change the attachment address Just replace it with a new address in batches.
- PHPCMS 2588 2020-04-07 09:12:56
-
- What to do if phpcms limit doesn't work
- The solution to the problem that phpcms limit does not work: first log in to the phpcms backend; then find the corresponding template file; then modify the sql statement to "{pc:get sql="SELECT title,url FROM v9_news where catid=9..}".
- PHPCMS 2225 2020-04-05 13:20:30
-
- How to create a new model in phpcms
- How to create a new model in phpcms: first log in to the phpcms backend, and select "Manage Content - Model Management"; then select Add Model and fill in as required; then click "Field Management - Add Field"; finally add the required fields in the pop-up window Just field name and type.
- PHPCMS 2440 2020-04-05 11:20:59
-
- How to install phpcms template
- How to install the phpcms template: first prepare the downloaded template file and unzip it into a folder; then enter the Templates folder in phpcms; then enter the website backend, check the "Template Style" under "Interface", and put the corresponding template Enable; finally select "Default Style" and confirm to save.
- PHPCMS 2301 2020-04-05 11:15:02
-
- Is the phpcms system free?
- The phpcms system has a free version and a commercial version. The free version is limited to personal non-commercial use, and the commercial version requires purchasing a license. To put it simply, although phpcms is an open source cms system, open source does not mean free. It can be used by individuals for research. If For commercial applications, you need to pay a certain fee.
- PHPCMS 3189 2020-04-05 11:07:39
-
- What should I do if the phpcms front desk cannot submit articles?
- The solution to the problem that the phpcms front desk cannot contribute: first log in to the phpcms management background; then open "Backstage - Content - Management Column - Modification"; then set the permissions under the column where you want to submit, and check "Allow submission" for all member groups "; Finally, update the entire site cache.
- PHPCMS 2627 2020-04-05 11:01:48
-
- What should I do if phpcms cannot upload images?
- The solution to the problem that phpcms cannot upload images: first find and open the "attachment.class.php" file; then change the code "if(empty($this->userid)){" to "if(empty($_POST) ['userid'])" will do.
- PHPCMS 2286 2020-04-05 10:55:56
-
- What should I do if phpcms cannot generate the home page?
- The solution to the problem that phpcms cannot generate the homepage: first enter the phpcms background; then find and open the corresponding template file; then add js code to the template file; and finally re-execute the command to generate the homepage.
- PHPCMS 3377 2020-04-05 10:51:27
-
- How to call Youku video in phpcms
- How to use phpcms to call Youku video: first open Youku and find the video uploaded by the individual; then click the "Share" button and copy the html code; then open the content you want to edit, and click "Source Code" in the editor to switch to source code editing mode; finally, copy the copied video html code to the location where you want to add it.
- PHPCMS 2720 2020-03-30 13:47:22
-
- Where is the phpcms secondary development home page template?
- The phpcms secondary development homepage template is in the templates/default/content directory. The homepage file is index.html, where default can be replaced with the name of your secondary development template.
- PHPCMS 2334 2020-03-02 16:16:08
-
- How to enable online submission in phpcms
- How to enable online submission in phpcms: first open the backend, set the user's contribution permissions in [User] [Manage Member Group]; then check to allow submission in the member group under [Content] [Management Column] [Permission Settings] Can.
- PHPCMS 2332 2020-02-20 11:08:53
-
- How to solve phpcms login and registration failure
- Solution to phpcms login registration failure: first check the configuration of the two files database.php and system.php under config; then check whether the fsockopen and pfsockopen functions are disabled; finally modify the configuration in client.class.php.
- PHPCMS 2164 2020-02-19 15:15:00