One of the great features in PHPMaker is the ability to create the pull-down menu easily with a nice and modern view in your web application. This menu also supports for horizontal or vertical style you may choose. Generally, we will use this menu feature in order to access our generated pages and open them […]
How to Use Email Template Based on the Selected Language in Websites that Created with PHPMaker 9.0.1
If you create the multilingual website application using PHPMaker 9.0.1, then you will find that by default your web site will send an email using the English email template to the user regarding the event your user have just done, even the user has selected non English language before. This could be happened since PHPMaker […]
How to Add Maintenance Mode to the Websites that Created with PHPMaker 9.0.1
Many websites created nowadays do not include the maintenance mode feature in order to prevent users login and access the database. This maintenance mode, actually, is very useful whenever you maintain your database periodically and in the same time you do not want your user accessing your website and the database. Imagine if your user […]
How to Show Announcement in All Pages of Websites that Created with PHPMaker 9.0.1
Have you ever encountered situations where you want to display the announcement 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 […]
How to Show How Long User Should be Allowed Login in the Messages When Failed Login Exceeds the Maximum Limit Specified in PHPMaker 9.0.1
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 Restrict the Permission Access in “Export to …” Feature in Websites that Created with PHPMaker 9.0.1
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. If you do not want those […]