Zblogphp Tutorial
-
The cause and solution of verification code error is always prompted in the background of zblog login -
If you also encounter zblog background login that always prompts verification code errors, and your website has also opened cdn, then the approximate rate is the same as the problem described in this article. If there are no these two conditions, you can skip this article and look for other solutions. Problem description: Today, I met a customer who said that his background login on the zblog website would always prompt "wrong verification code", which made it impossible to log in to the background. Although I tried many times and ensured that the verification code was correctly entered .. Zblogphp Tutorial 2025-03-01 nine hundred and thirty-one 0 Comments #Verification code error #cdn #User ip
-
Zblog uses api to submit post data, prompting the reason and solution of 419 error -
Recently, a user who purchased the theme of "zblog pure blog theme vue3+applet dual version" developed by Tianxing Studio contacted me and said that after installing the theme, the foreground could not publish articles. Debugging and troubleshooting in the background of the customer's website found that the website api returned everything normal to the get request, and the post request returned 419 uniformly and prompted "ZbpErrorException: illegal access .. Zblogphp Tutorial 2025-02-23 six hundred and forty-two 0 Comments #deepseek #Apache #zblogapi #419 Illegal access
-
How does zblog intercept a summary with a specified number of words? Introduction to the custom interception method of zblog summary -
How does zblog intercept a summary with a specified number of words? This article introduces the method of custom interception of zblog summary. Zblog has a built-in function "SubStrUTF8" to intercept strings. The function can be used as follows: SubStrUTF8 ('string ',' 20 '); //The function has two parameters. The first parameter is to intercept .. Zblogphp Tutorial 2024-02-29 four thousand nine hundred and fifty-five 0 Comments #Zblog summary #Zblog function #Zblog customization
-
Zblog gets the title/link/ID and other attributes of the current page -
Today, the TDK function comes with the theme of Toss zblog. I don't want to write tags in the template file. I want to make a function call more convenient. After some problems are solved, they are shared and hope to help zblog users with the same needs. Zblogphp has a global variable of "$zbp". In the function, "global $zbp;" can be used to obtain the current page .. Zblogphp Tutorial 2023-02-02 two thousand five hundred and eighty 0 Comments #Current Page Title #Current page link #Zblog function
-
Detailed description of zblog template article publishing time format -
In the zblog template, there is usually an article release time. Some users want to display the month, month, and day, while others want to display the specific time, minute, and second, and some want to display the day of the week. Therefore, Tianxing Studio has specially written a function to handle this tag, and then put the specific format into the theme configuration for users to customize settings. Set the item length as follows: there are two styles, one is display .. Zblogphp Tutorial 2022-11-23 two thousand nine hundred and seventy-five 3 Comments #Time format #Release time #Zblog template
-
Zblog page opens slowly | Troubleshooting method for long TTFB loading time -
Today, I checked for a customer the problem that the home page of his website took too long to load. After the problem was solved, I shared the process and tools to help users with the same problem. First of all, the customer's website data is about 5w+, and it takes more than 5 seconds to open the home page each time. As shown in the figure below, the TTFB time is 5.94 seconds. First, check whether it is .. Zblogphp Tutorial 2022-05-19 two thousand seven hundred and sixty-four 0 Comments #zblog sql #zblog debug #Slow page loading #TTFB
-
Zblog application center download application prompt: App download failed -
Recently, many zblog users will prompt "App download failed" when installing applications in the background application center. This article will describe the cause and solution of this problem in detail. Problem display: zblog background -- application center -- my application warehouse -- click online installation, and wait for a while to pop up "Congratulations, the application has been downloaded! You can now enable it in the plug-in or theme management office Zblogphp Tutorial 2022-04-07 two thousand eight hundred and sixty-six 0 Comments #Zblog error #App download failed #Zblog Application Center
-
The reason and solution of the problem that zblog posts successfully but is not saved -
Today, I came across a customer's zblog site that published an article successfully, but it was not saved. The article just published cannot be seen in the article management. When encountering this problem, the first thing to rule out is whether it is caused by the theme or plug-ins. So the first thing to enter the background of the customer website is to switch the theme to the default theme, and then turn off plug-ins one by one to rule out testing. Finally, it is found that even if all plug-ins are turned off, the theme is the default theme, and the problem still exists. At the same time, upgrade the program to the latest version .. Zblogphp Tutorial 2022-01-12 two thousand six hundred and fifty-three 0 Comments #Zblog posts #Zblog question #Zblog database
-
Zblogphp calls the code of sub classification and descendant classification -
Zblogphp has its own code for calling classification subcategories and descendant classifications. This article tries to explain the code usage. The function of zblogphp to call classification subcategories is "$zbp ->categories [classification id] ->SubCategories". This function outputs an array and directly uses the foreach loop to obtain the corresponding data. The complete code example is: {foreach .. Zblogphp Tutorial 2021-08-06 three thousand three hundred and sixty-one 0 Comments #Zblog classification #Zblog subcategory #Classification of descendants of zblog
-
Zblog A method of establishing multiple websites or multiple websites sharing a database -
Today, I saw on the zblog forum that a user asked whether zblog could build multiple websites in one database. This article tries to introduce the method to achieve this requirement. In detail, this requirement can be subdivided into whether multiple websites share a set of data or multiple websites share a database, but each website has separate data. If you need more than one website to share a database, but each .. Zblogphp Tutorial 2021-07-31 three thousand three hundred and seventy-eight 0 Comments #Zblog database #Zblog multiple domain names #Zblog multidatabase
-
How does zblog call users? The method of zblog calling website users -
Sometimes we need to call registered users of the website somewhere on the website. Zblogphp has built-in functions that can be called directly. This article is to share the method of zblog calling website users. The function that zblogphp calls website users is "$zbp ->GetMemberList()". This function has five parameters in total. Details are as follows: $zbp ->GetMemberList ($sel Zblogphp Tutorial 2021-07-27 two thousand four hundred and seventy-two 0 Comments #Zblog code #Zblog user #Zblog registered user
-
Parameter description and usage of the new version of the GetList function of zblog -
The original "GetList function" has been optimized in zblog1.7. Let's review the functions of the old version: the old version of "GetList function" has 7 parameters. The main problem is that the additional options are too weak, and the data that can filter the specified conditions is basically very few. So the "$zbp ->GetArticleList" function used by developers before is more common. The latest "GetList function" makes up for the lack of calling the specified logic Zblogphp Tutorial 2021-07-06 three thousand eight hundred and sixty-six 0 Comments #GetList function #Zblog function #Zblog data call
Can't find a tutorial that can solve your problem?
-
Zblog enterprise theme -
Zblog image theme -
Zblog resource topic -
Zblog CMS topic -
Wordpress template -
Zblog video theme -
Zblog Taobao guest theme -
Zblog navigation topic
Select a theme?
-
Latest articles -
Hot article ranking -
Most Comments
-
one The asynchronous notification page after Alipay payment prompts "Payment signature verification failed, please contact the administrator! "Causes and solutions 05-08 -
two Screenshot of AliCloud OSS configuration item acquisition steps, including ID and Secret, regional node endpoint, storage space bucket and resource access domain name 04-14 -
three The cause and solution of verification code error is always prompted in the background of zblog login 03-01 -
four Zblog uses api to submit post data, prompting the reason and solution of 419 error 02-23 -
five Tianxing Studio 2025 Spring Festival Holiday Announcement 01-25 -
six Tutorial of setting "WeChat notification" function of Tianxing user center plug-in 11-09 -
seven Alibaba Cloud 2024 Double 11 Event is recommended to participate through the website link and give away vouchers on the website 11-05 -
eight Shopping activity on the official website of Tianxing Studio: unlimited number of times and amount of 20% discount coupons 04-17 -
nine Tianxing Studio zblog pure blog theme vue3+applet dual version 03-19
-
Label aggregation -
×1 fall ill ×8 describe ×5 emlog ×1 Emlog free cms template ×1 Host permissions ×1 zblogphp404 ×1 Attachment size ×1 art designer ×1 How to add advertising space for zblog ×1 Random tag ×1 customized ×1 Jiuhuashan Buddhist Website ×1 2016 Dragon Boat Festival ×1 Quick Flipping ×2 zblog seo ×1 Back to top ×1 Wuhan Philharmonic ×1 mp-html ×3 Zblog title ×1 Google Online Font Library
Latest comments
-
Tianxing Studio 02-08 No restrictions Commented on: Tianxing Studio zblog Taoke theme is suitable for promoting websites with content -
visitor 02-08 Do you think the users of zblog Taoke must be enterprises? Commented on: Tianxing Studio zblog Taoke theme is suitable for promoting websites with content -
kevel 11-09 Guys, throw away some demo stations other than the authors. I want to see your layout settings Commented on: Template of zblog navigation station of Tianxing Studio with news, pictures and Taoke module -
Interesting life 10-22 I have always wanted to develop the functions of zblog. I don't know whether the application of zblog is enough Commented on: Code of zblog calling the latest comment (the latest message) -
visitor 10-16 When publishing an article, how to change the default status, such as changing to the default approval status? Commented on: Zblog article management: zblog creates and publishes articles