by javier | Nov 15, 2020 | Advance Functions, Look & Feel
I want to have a rich (HTML) area field, but I want to be able to edit its HTML source code as well. Is this possible? The rich editor component that comes with AppGini doesn’t support code editing … So, you should use this NicEditor version instead (unzip...
by javier | Nov 15, 2020 | Advance Functions
You can reset your password by opening the “config.php” file, find the line starting with: ‘adminPassword’ => And change it to: ‘adminPassword’ => ‘21232f297a57a5a743894a0e4a801fc3’, Next step, using phpMyAdmin or...
by javier | Nov 15, 2020 | Advance Functions, Look & Feel, Table Hook Modifications
List of all files that are affected when you modify a table in your project, assuming your table is named tablename: tablename_dml.php tablename_view.php templateschildren-tablename-printable.php templateschildren-tablename.php templatestablename_templateDV.html...
by javier | Nov 15, 2020 | Advance Functions
To disable maintenance mode manually if you’re not signed in as admin, you need to delete the file “admin/.maintenance”. You can do so via FTP or shell access to your web...
by javier | Nov 15, 2020 | Header Extras, Look & Feel
In hooks/header-extras.php <!-- file: hooks/header-extras.php --> <script> prependIcons(); function prependIcons() { $j(function() { prependIcon('username', 'user'); prependIcon('password', 'lock'); }); } function prependIcon(name, icon = "cog")...
Recent Comments