For those of you who have implemented the modification regarding the search panel in the list page of websites that created with PHPMaker (see this article: How to Beautify Your Search Panel in Website Created With PHPMaker 8.0.3), then we will now modify that modification again by adding the jQuery slideDown and slideUp effect into […]
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 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 Add Icon on Menu in Website Created With PHPMaker 8.0.3
This following modification will add the icons (16 x 16 pixels) or small images as well as the icons on the menu items in websites that created with PHPMaker. Now you can beautify your menu display by adding the icons or images that sit on the left of the menu text. We will add the […]
How to Restrict Access Permission to “Export to …” in Website Created With PHPMaker 8.0.3
PHPMaker by default will generate your list pages and view pages that contain a set of “Export to …” feature for all of those pages (assuming: you selected “Print”, “CSV”, “HTML”, “Excel”, “Word”, “XML”, “PDF”, and “Email” from PHP tab -> List/View Page Options (Global) sub-tab -> Export groupbox. Sometimes, you do not want those […]
- « Previous Page
- 1
- …
- 13
- 14
- 15
- 16
- 17
- 18
- Next Page »