The default article access of pbootcms starts from 0.Now, when you want to add an article, give him a random number of visits.Modify the file/apps/admin/controller/content/ContentController.php and find the code session (
How does the pbootcms template delete the background verification code? Open the root directory of the website, find the path, edit index.html, and delete all the contents from line 37 to line 51
In the daily use of PbootCMS, some unusual file formats will be uploaded.At this time, you need to add some file extension allowed to upload in the PbootCMS configuration file.Operation step 1: Open the/config/config.php file, which is about 30 lines long, and modify the upload configuration information:..
When developing a website with PbootCMS, if you need to implement the paging function, you can use the paging component provided with PbootCMS.The digital bar is a very common paging effect. This article will introduce how to use the digital bar paging effect of PbootCMS and how to modify the appearance of the digital bar through CSS style.First, when paging is required..
What is the reason that the pbootcms template homepage can open the details page or the only column page 404?Today, I encountered a strange problem. The home page can be opened, and the article details page can also be opened, but the column page is 404. The background URL is set in compatibility mode, so it is not a pseudo static problem. The reason is that "%..." is used in the site information
A simple and practical fixed suspension customer service code on the right side of jQuery, including QQ customer service, service hotline and WeChat QR code, is always fixed in the middle of the right side of the window.Usage: 1. Copy all the codes in "Code. txt".? 2. Open your website directory (FTP or pagoda) and find the template folder..
When building a website using the pbootcms template, breadcrumb navigation is an important element, which can help users quickly understand the location and path of the current page.However, the default bread crumb style of the system may not meet our needs. How can we modify it to meet our needs?This requires some modification and customization. PbootC...
The default article access of pbootcms starts from 0.Now, when you want to add an article, give him a random number of visits.Modify the file/apps/admin/controller/content/ContentController.php and find the code session (
In PbootCMS, you can obtain the relevant information of the current content through the tag of the content details page.The following is the commonly used content detail page tag: {content: id}: article number.{content: score}: column code.{content: subscricode}: sub column code. {co...