Since PHPMaker 8, there was a new feature introduced that called with “Generate Blank Page”. This feature will allow you to generate a blank page and include it within your PHPMaker project. From this blank page, you may add your own script into that file based on that blank page template. This template is very […]
How to Display “This user is currently being deactivated now” Message Instead of “Invalid User Id or Password” in PHPMaker 8.0.3
PHPMaker does a really good job while generating the login page which is included with the powerful ValidateUser function. Unfortunately, when you optimize the field “Activated” in order to signify whether a user Activated status is “Yes” (enabled=1) or “No” (disabled=0), and when the user status disabled so that the user cannot logged in and […]
How to Add Record Number Column on The List Page in Websites Created With PHPMaker 8.0.3
PHPMaker generates the list page of your website without adding the record number column on the table that located in the list page. Meanwhile, there are so many requests that asking about how to add this record number column in the list page. Even this feature is not too important, sometimes we need this Record […]
How to Display How Long User Should be Allowed Login in the Messages When Failed Login Exceeds the Maximum Limit Specified in PHPMaker 8.0.3
PHPMaker has already provided the ability to prevent the user if the login attempt exceeds the maximum login retry count for the websites that created by it. If this condition occurs, then the user will get the message that inform her/him about it. Assuming system also have defined the next duration time user will be […]
How to Add “Auto Logout After Idle for the Certain Time” in Websites Created With PHPMaker 8.0.3
PHPMaker has provided the constant in the configuration (ewcfg*.php) file in order to compare with the value of your users’ idle in the website that created with PHPMaker. This constant is called with EW_USER_PROFILE_SESSION_TIMEOUT. If you read the PHPMaker help file from the Security Settings -> Login status timeout (minutes) — and I believe that […]
How to Use Local YUI Files in PHPMaker 8.0.3
Generally, when you are generating your content pages using PHPMaker, you are also connected to Internet. When you are running your web application that generated by PHPMaker in your local computer (localhost), then your local website will be trying to keep connected to Internet in order to use the YUI files as this is the […]
- « Previous Page
- 1
- …
- 4
- 5
- 6
- 7
- 8
- 9
- Next Page »