So, ABMaterial has changed quite a bit from when I was in the loop....
What was a huge Framework, with lots of Code Modules, has become simpler, almost simplistic... And this got me completely lost!
For these last few days I have been trying to come back into ABMaterial, but the new Mini Framework hides much of what was exposed in the full framework.
One of wich is the Server.NeedsAuthorization = True that fires a simple Login system, and in the full framework, we had the code that built the modal forms for both Login and Login Error, so we could , as I did in my "Theming the Framework" series, customize them.... But now, even thought they are "fired up" if the condition is true, they have been "encapsulated" into the Lib.
The same has happened with the Share module, where we set a global theme, and we are now "forced" to theme per page, The error handler, where we could create custom error pages or messages... it' simply gone....
So, is there a way to still customize the default modal forms, or should I create my own "NeedsAuthorization" mechanism?
And what about ABMShared and the ErrorHandler? can it be recreated?
Anyone? @Harris , @alwaysbusy
What was a huge Framework, with lots of Code Modules, has become simpler, almost simplistic... And this got me completely lost!
For these last few days I have been trying to come back into ABMaterial, but the new Mini Framework hides much of what was exposed in the full framework.
One of wich is the Server.NeedsAuthorization = True that fires a simple Login system, and in the full framework, we had the code that built the modal forms for both Login and Login Error, so we could , as I did in my "Theming the Framework" series, customize them.... But now, even thought they are "fired up" if the condition is true, they have been "encapsulated" into the Lib.
The same has happened with the Share module, where we set a global theme, and we are now "forced" to theme per page, The error handler, where we could create custom error pages or messages... it' simply gone....
So, is there a way to still customize the default modal forms, or should I create my own "NeedsAuthorization" mechanism?
And what about ABMShared and the ErrorHandler? can it be recreated?
Anyone? @Harris , @alwaysbusy
Last edited: