After implementing the similar customization for Registration page, then we want to add the password strength meter and password confirmation validation by customizing the other page Change Password too. Unlike the customization in the generated Registration page, this time we will customize the related template file for Change Password page. We can customize its template […]
How to Make the Flexibility Options for Export Records in Websites that Generated with PHPMaker 8.0.3
Another great feature in PHPMaker is the ability to define which records will be exported to the certain media/files. There are three options available that you can choose from PHP tab -> List/View Page Options (Global) sub-tab -> Export groupbox -> Export Type selection. The first option is All pages which means that records in […]
How to Disable Submit Button After Clicked with jQuery in Websites Generated with PHPMaker 8.0.3
In order to prevent the double submission in a form, then we should disable the submit button once it has been clicked by the users. Everyone agrees about that, right? So, we have to handle this situation in the pages that contains form and the submit button. Fortunately, most of the buttons that generated by […]
How to Display the Empty Table in the “No Records Found” Pages in Websites that Generated by PHPMaker 8.0.3
As we know, PHPMaker only displays the message “No records found” without including an empty table that associated with the data and the related fields. Sometimes, you want to display an empty table including the fields or columns name of the table in the page that contains that message (even there is no record in […]
How to Add Multi Themes Feature in the Websites That Generated by PHPMaker 8.0.3
This following customization will turn your websites that generated with PHPMaker become support for using multiple themes. As we know, PHPMaker will generate your website which include a Cascading Style Sheet (.css) file in order to change the look of your website. Unfortunately, by default, you can only use one generated .css file. If you […]
How to Save The Last Users’ Visitted Page in Websites That Created with PHPMaker 8.0.3
This time we will customize the PHPMaker template in order to save the last users’ visitted page. In other words, when your user is visitting the certain page in your web application, system will save that last visitted page which he/she has just visitted into your users table. This is very important, since we can […]
- « Previous Page
- 1
- …
- 11
- 12
- 13
- 14
- 15
- …
- 18
- Next Page »