Sometimes, you want to hide all the menu items for all pages in your web applications that generated by PHPMaker. You can do this easily and quickly in PHPMaker by using jQuery. This trick will let you know how you can remove the menu section in your web application that generated by PHPMaker without having […]
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 Display Announcements in All Pages of Website Created With PHPMaker 8.0.3
Have you ever encountered situations where you want to display the announcements for all of your users in all pages of your website that created with PHPMaker? Well, I have. So I created the following modification by customizing the template in order to implement it each time I generate my website using PHPMaker. Now you […]