There is a good news again for those of you who have been using Masino Extensions for PHPMaker 10. Now you may switch your Login Form from the normal page style as you have been using until now, becomes the popup window style using MasinoLogin10 extension.
This new feature can be achieved from Tools -> Extensions -> MasinoLogin10, and then click on Advanced tab. Just switch the option at LoginWindowType from default to popup. Afterwards, don't forget to regenerate ALL your script files using PHPMaker, as always.
This popup form style will make more pay attention for your End-Users. It also supports for mobile-responsive-design. Just try to display it in action using your mobile device. You may also try it now by visiting Login page of Demo I Love PHPMaker 10. If you don't like this options, then simply switch it back to default option from MasinoLogin10 Advanced setting, and then regenerate the login.php file.
To implement this new feature in your web applications, then please download ALL the latest version of extensions files that I made for PHPMaker version 10 from this link. If you are not sure which ones that I customized for the latest time, just download ALL the extensions for PHPMaker 10, as I also customized some other related extensions for this changes. Extract them, and then replace all the existing extensions with the new ones.
Enjoy it. 🙂
The pop-up version looks nice, but I think there are some formatting issues…
1) if the design is supposed to be responsive, why does the panel appear on the left edge when I’m viewing on a 1920×1080 screen? Surely it should be (and should remain) centered?
2) if the panel has been dragged away from its initial position then it does not reformat responsively as the browser width is reduced.
I think the correct functionality should be that the panel is initially displayed centered (horizontally & vertically) and re-positions itself if the browser window height and/or width changes, adapting responsively if the browser width becomes (or already is) less than the panel width.
I don’t know if this contravenes any particular “standard” but I think it would look better than the current formatting and functionality.
Thanks for the feedback, Adam. It seems that this is the limitation Modal dialog in Twitter Bootstrap (TB) v2.3.2, especially when the dialog supports for moving its position. I just checked in TB v3.1.1 that Modal dialog has the ability to auto-centered-position. Let’s see whether I can implement the portion of code into v2.3.2.
Now the modal dialog has been centered in the bigger screen width.
Please download again MasinoHeaderFooter10 extension. Extract it, and replace the existing one with the new one, and regenerate all the script files again.
Fatal error: Uncaught Error: Call to undefined function My_Global_Check() in C:\xampp\htdocs\xxx\login.php:342 Stack trace: #0 C:\xampp\htdocs\xxx\login.php(651): clogin->Page_Init() #1 {main} thrown in C:\xampp\htdocs\xxx\login.php on line 342
al intentar utilizar el MasinoLogin
Please read this article: Important Things about Masino Extensions.
Tengo Masino Login 14, pero el Masino CSS 12, no encuentro el Masino CSS 14 dentro de la pagina http://www.ilovephpmaker.com , igual puedo utilizar el Login o no?
In English please.
How to use the MasinoLogin14 if I do not have the MasinoCss14? In case you do not need another extension the error that appears is Fatal error: Uncaught Error: Call to undefined function My_Global_Check () in C: \ xampp \ htdocs \ xxx \ login.php: 342 Stack trace: # 0 C: \ xampp \ htdocs \ xxx \ login.php (651): clogin-> Page_Init () # 1 {main} thrown in C: \ xampp \ htdocs \ xxx \ login.php on line 342 .. How do I solve this problem? I need to do the Login Popup ..
As mentioned in my article below:
http://www.ilovephpmaker.com/phpmaker-extensions/masino-extensions-for-phpmaker-2018-is-released/
There is no MasinoCSS14 extension for PHPMaker 2018.
The error you reported above wil be happened if you do not enable some of my other extensions. To overcome this issue, please always refer to the demo project that I provided in this site, too.
As you can see from that demo project, everything should be fine when you enable all of my extensions.
Masino good night
How could I get two calendars in one application?
I need two different tables
Thank you
Nelson, you may refer to the generated .php file that related to fullcalendar from my extensions. Just create a Custom File to implement it based on your needs. Hope this helps, and good luck.