I am really glad to officially release Masino Extensions for PHPMaker 2021 today, October 7, 2020. Today, the same date as one month ago, PHPMaker 2021 was released. I actually really needed about 3 weeks to customize Masino Extensions, and one week more to test and make sure all the core-functionalities in Masino Extensions are working properly for PHPMaker 2021.
As we have already known, PHPMaker 2021 is quite difference with PHPMaker 2020. PHPMaker Developer team use MVC (Model-View-Controller) style. Almost the logic in all of Template files also have been changed so that it supports MVC, including the Custom Styles, one of the features that also must be re-write, especially for Extensions.
So, what are the features in Masino Extensions for this PHPMaker 2021? See below.
Masino Extensions for PHPMaker 2021 Features
- Auto Version for CSS Files and JS Files so the latest version will be auto-loaded by End-Users without Hard Refresh (F5).
- Save the last status of Search Panel and auto load it in next load page, including the setting options.
- Better look and feel for Tabs Component, including Detail Preview Row and Detail Preview Overlay; it is now more eye-catchy.
- Better look and feel for Form controls focus; no more thick outline from original Bootstrap 4. It is now simpler.
- White background area for Form in Add, Edit, Update, View, and Search pages; it is now more eye-catchy.
- Better look and feel for the selected Menu Item and Its Parent; no more too much padding space.
- Beautiful Font using Local Google Font (Poppins); no need to connect to Internet in order to use it.
- Save the last status of Sidebar; whether expanded or collapsed, and use it in future nicely.
- Smart auto-collapsed (off-canvas) Sidebar in Tablet and Phone screen/mode.
- Improve the left margin of Cookies Consent section, especially when Mini Sidebar is being displayed.
- Allow to display Empty Table when there are no records in List and Detail Preview pages.
- Auto clear active user session for logged-in user if not logout properly (for example when electricity off).
- Beautiful alert dialog and simple sticky alert note using Alertify Alert and Notification System.
- Dynamic Permission for Export Data feature can be managed from the generated User Privileges (userpriv.php) page.
- Setting Options for Asking on Add, Edit, Delete, and Update using Alertify Confirmation dialog.
- Improve the alignment of Label in Form, from Left to Right; so now will be more eye-catching.
- Cancel Confirmation dialog message in Grid-Add and Grid-Edit mode if the values are changed.
- Auto show icon for Scroll to Top when the page has been scrolled down.
- New simple Printer Friendly version, with Courier New font, support style in Row_Rendered.
- Page Size position option; whether at Left or at Right of the Paging section.
- New Label Caption alignment on Add/Edit form, now Right align.
- Auto link to Application Root URL in Application Title/Logo if the setting is empty.
- Complete customization for Arrow Direction of Paging in RTL (Right-To-Left) layout.
- Improve Modal Dialog for Add/Edit, now cannot be closed without having to click on Submit or Cancel button.
- Option to Always Compare Root URL, useful to separate Development and Production version.
- Improve Paging for RTL Layout, both for normal List/View/Edit page and for Detail Preview Row and Detail Preview Overlay.
- The ability of moving Cursor to next Field by using Enter key.
- Maximum selected records that can be chosen from Page Size of List page.
- Improve the failure message with auto-update-time info when account is locked after Maximum Login Retry is exceeded.
- Save the Date and Time of user successfully last login and logout.
- Help Online link in all pages, now uses lazy loading, only loaded when needed.
- About Us link on footer which will display About Us information; also uses lazy loading.
- Terms Conditions link on footer which will display Terms and Conditions information; also uses lazy loading.
- Improved User Profile dropdown on Header, it is now more beautiful.
- Option to display Terms and Conditions in Registration Page including Checkbox I Agree.
- Link to generate Terms and Conditions content into PDF file.
- Improve Change Password template file so that compatible with multi-language feature.
- New option to change password based on Username and/or Email.
- New option to implement Password Policy in Registration and Change Password pages.
- New option to reset Password besides only based on Email, now based on Username AND Email, or based on Username only.
- Subject in Email template now includes the Application Title; very useful to distinguish among many web applications.
- Visitor Statistics, based on browser, OS, hourly, dayly, monthly, and yearly.
- Calendar Scheduler from fullcalendar.io, supports CRUD via Modal dialog window and drag-and-drop event, and also searching for events.
- Custom enhanced Breadcrumb Links with unlimited depth; supports multi-language.
- Manage the custom Breadcrumb Links using Add, Check, Delete, and Move forms.
- Fixed Layout with Fixed Header position that supports also for Phone and Mobile mode.
- Move grid button to Preview Other Options area in order to save more space below the table.
- Current active menu item that has submenu now is expanded by default.
- Change cursor mouse to wait while processing Ajax and back to default after finished.
- Cookie Policy section is now handled by truly cookie management.
- Maintenance option with the remaining time and auto normal after maintenance end.
- Announcement option with the multi-language text.
- Remember the last position of the active menu item, and load it in future automatically.
- Custom Slim Scrollbar now supports click event to scroll to the top most or bottom of Sidebar.
- Auto format for Numeric field by adding Thousand and/or Decimal Separator while user entering the values.
- Supports onclick attribute in Menu Item via Menu Editor uses special syntax; see it in action by clicking on About Us or Terms and Conditions menu item from this demo project!
- Improved ExecuteHtml method that belongs to the DbHelper class for numeric value by adding separator.
- Added "elementsToRow" into the PHPMaker Javascript Framework in order to process rows in Grid-Add/Grid-Edit.
- Added "disabled" class to CSS in order to display the cursor with not-allowed icon.
- Improved the href of Dropdown button for Save and Delete Filter in List Page; no more "#" character!.
- Auto format for Numeric is now can be implemented to the ReadOnly or Disabled TextBox.
- Improved User Privileges (userpriv.php) page; by displaying the Permissions at the title attribute of each Checkbox, and re-calculating the actual height of page to support Scroll to Top icon.
- Improved the width of Field that uses Lookup Table in Modal Dialog to save the space proportionally.
- Improved the information that displayed in the Title of the browser's window by using the current Page Title.
- Improved Language Selector in Navbar; now by default using SELECT (ComboBox) style including the Country Flags.
- Language Selector Type is now can be adjusted via extension, whether LI, DROPDOWN, SELECT, or RADIO.
- Improved Menu Item that has long caption by
automatically truncated the text and replaced it by "...", then add the title attribute to it so user can see the actual caption by hovering the mouse on itdisplaying the complete menu caption. See it in action in Trademarks menu item. - Improved indentation of Sub Menu Items in the Sidebar that is currently open, now looks better and more eye-catching, where previously the Menu and Sub Menu Items are Left flat.
- Improved Quick Actions Link now can be adjusted dynamically using Language_Load server event.
- Improved Dynamic Permissions; which is previously only for Export Data, now implemented also for Import Data in the generated User Privileges (userpriv.php) page.
- Improved Debug and Page Processing Time, now uses Portlet which can be collapsed/expanded or closed.
- Improved Successful message dialog window, now can be set to auto-close after 3 seconds.
- Option to display message content using background color or not; now completely implemented also both for message that came from PHP and Javascript code.
- Improved Bootstrap Modal dialog now by default displayed in the center of screen, and also supports vertical scroll inside its dialog window.
- Improved the activation message that returned by system if user account has not been activated, yet.
- Improved the session count down information in Footer and in popup Alertify dialog message, now supports to display in {minutes:seconds} style.
Watch this video to see Masino Extensions for PHPMaker 2021 overview.
See also the Demo of Web Application that generated by PHPMaker 2021 which uses those Extensions above from this link. You can use the same account for login to the demo site; as well as for the original demo of PHPMaker.
Please note, as always, in each new major version, there are also some new Language phrases were added into the XML Language Files in C:\Program Files (x86)\PHPMaker 2021\languages folder. I modified language files (Arabic, English, and Indonesian), so that you don't need to update or insert the new phrases into your XML Language Files.
As always, extract the downloaded Extensions to your C:\Program Files (x86)\PHPMaker 2021\extensions folder, afterwards enable all of them from Tools -> Extensions of your PHPMaker application. Also, extract the .xml language files into your C:\Program Files\PHPMaker 2020\languages folder.
Don't forget also, to always play with some of their Advanced settings in order to see some new settings available.
Enjoy! 🙂
Downlaod Link:
tmnt_2408 says
Hi…
I have un-check the “ShowTermsConditionsLinkOnFooter” in MasinoHeaderFooter17, but the TermsConditionLink still appear. Kindly advise.
Masino Sinaga says
Thanks for reporting. Please download again Masino Extensions for PHPMaker 2021.
tmnt_2408 says
i found another one, when i unchecked DisplayCurrentUserLevel, it supposed to hide the userlevel, but it still appear
Masino Sinaga says
Thanks for reporting, again. Please download again Masino Extensions for PHPMaker 2021.
tmnt_2408 says
Hi, thank you for the fixing…
But then when i click the user in order to show the logout link, the userlevel still appear…
Masino Sinaga says
The user level will still be shown in the dropdown sub-menu that appears, but not in the header.
tmnt_2408 says
Hi…
Can you make the userlevel disappear also in the dropdown sub-menu? Instead, perhaps it can show user photo
Masino Sinaga says
You may write jQuery code and put it in Startup Script of Global scope in order to remove it base on its selector id/class.
tmnt_2408 says
also when i try demo2021_masinoextentions, i cannot login, the error message is “an internal error has occured while processing your request”, kindly advise
Masino Sinaga says
Just enable Debug and log the error from Tools -> Advanced Settings, then re-generate the config.php file.
tmnt_2408 says
Hi…
I put different field name for UserFirstNameField, not field named FirstName, but i use field named USERNAME for user real name, but after generating the script, it show email field which i use for user login. Kindly advise.
Masino Sinaga says
The UserFirstNameField setting has nothing to do with the username field that used for Login page.
The username field for the Login page is defined from Security -> Use Existing Table (enabled) -> User Name Field.
tmnt_2408 says
Hi…
I don’t know why, i already checked MasinoPreview17, but it didn’t work on master/detail table, something that i missed?
Masino Sinaga says
Please open the .pmp file using text editor such as Notepad++, and then please compare that file with the demo or new project file that I already provided in this site.
You will see the difference about this two following extensions:
The order of MasinoPreview17 must be below MasinoSearchPanelStatus17.
If you are not sure, please always use New PHPMaker for Masino Extensions and PHPMaker 2021 project that already provided ini this site for your starter-pack project.
tmnt_2408 says
Thank you very much, it works!
tmnt_2408 says
Hi…
I would like to create a posting article that user can comment and like, is there any work around in phpmaker?
tmnt_2408 says
Hi…
I try to put existing page to custome file using include_once, but it didn’t work, i put the code below:
Improvement APM
Kindly Advise. Thank you.
Masino Sinaga says
It has nothing to do with Masino Extensions for PHPMaker 2021. You should post such question to PHPMaker Discussion Forum.
tmnt_2408 says
Hi…
I would like to change color of Header and Aside, which css file shall I edit? Kindly advise.
Masino Sinaga says
You may do View Page Source from the generated web application, then you should find the related .css files.
tmnt_2408 says
Hi…
When develop master/detail using your extension, this error is occurred:
“An exception occurred while executing ‘INSERT INTO “RISK”.”AUDITTRAIL” () VALUES()’: ORA-00928: missing SELECT keyword”
Anything that i missed?
Constant SONNET says
Hello,
try to configure
Dynamic Permission for Export Data feature can be managed from the generated User Privileges (userpriv.php) page but don’t find where even in the extensions component MasinoHeaderFooter18
EnablePermissionsForExportData – If enabled, then permission for Export Data will be handled dynamically from User Level Permissions (userpriv) page.
Nothing in check/uncheck export by level.
Could you help ?
Constant SONNET says
Just saw in userpriv normal columns ended by Import and Admin colomn…