Version 2021/07
In latest AppGini there are additional features like CSV-Import and keyboard shortcuts. For those there are new buttons in the navbar, which somehow break the inline-buttons user interface.
You can get rid of them with a couple of useful new functions:
Default - Before
After
<!-- file: hooks/header-extras.php --> <script> AppGiniHelper.common.getNavbar() .hideImportCSVButton() .hideKeyboardShortcutsButton() .fix(); </script>
Hide CSV-import button
Version 2021/07
AppGiniHelper.common.getNavbar().hideImportCSVButton();
Hide keyboard shortcuts button
Version 2021/07
AppGiniHelper.common.getNavbar().hideKeyboardShortcutsButton();
Hide Admin menu button
AppGiniHelper.common.getNavbar().hideAdminAreaButton();
Hide current user (text & link)
AppGiniHelper.common.getNavbar().hideUserProfileButton();
Hide logout button
AppGiniHelper.common.getNavbar().hideLogoutButton();
There are a few more new functions which may be interesting for you:
Do you like it?
We can only get better if you give us constructive suggestions for improvement. Just voting "No" without giving reasons or suggestions is not helpful and cannot lead to changes.
If you have been searching for a completely different solution than the subject says, this article can not be and will not be helpful for you. In these cases you should consider not to vote.
This is website feedback, only. This voting is not a support form nor ticket system.