Frank Bueltge
Forum Replies Created
-
Forum: Plugins
In reply to: [Adminimize] uninstall plugin called on page loadThe plugin update the options only for manually doing of update options, settings at the settings page. I mean, this query is from another source. The values have several entries from several plugins in this query. This is the entry to store which plugins have an uninstall-request if you uninstall it via the plugin page, so WP can run this uninstalls routine.
Forum: Plugins
In reply to: [Adminimize] Tested in WP 6.0 Beta?I tested in version 6.0-RC1, and I have no issues, no problem with the plugin. Maybe anyone has hints or notes. The new version has small updates and leave on GitHub (https://github.com/bueltge/adminimize), wait for a release.
Forum: Reviews
In reply to: [Adminimize] Great, butI can’t retrace them. Tested in WP 5.8 and 5.9, the media library is without any problems. Maybe you remove all settings and test again, maybe you have an option that remove this, because use the same css or ID parameter, especially from the global options.
Forum: Plugins
In reply to: [Adminimize] User list paginationPlease look in this thread, same topic – https://www.ads-software.com/support/topic/no-search-field-with-adminimize-plugin/
Forum: Plugins
In reply to: [Adminimize] No search field with Adminimize PluginTested and validated in WP 5.8 and 5.9. It is in depend on your settings. Try which settings do you have, maybe there is a css class or ID that also remove them.
This is the html of the search field at the user list of the back end.
html <p class="search-box"> <label class="screen-reader-text" for="user-search-input">Benutzer suchen:</label> <input type="search" id="user-search-input" name="s" value=""> <input type="submit" id="search-submit" class="button" value="Benutzer suchen"> </p>
Forum: Plugins
In reply to: [Adminimize] Is this plugin still being supported or is it EOL?It is definitely not on end-of-life. But my time frame is small for community and private projects. Each helping hands are really warm welcome, the GitHub Repo is open, the Support channel also too.
I will maintain the plugin, fix several topics – but my time is not always parallel to my to-do list.Forum: Plugins
In reply to: [Adminimize] how to hide class from backendYou should add the class
.wpsm_ac_h_i
to the global settings area, left field a Name for this option and right field with the class.wpsm_ac_h_i
. After save this, you will find them in the settings of this global area.see also https://github.com/bueltge/adminimize/wiki/Hide-custom-area-from-backend
Forum: Plugins
In reply to: [Search & Replace] Plugin abandoned?The plugin is not in my, our focus because the current solution is far from our specifications in goal. There are other plugins with the same functionality that close this gap in the plugin directory.
So we will check to close the maintenance and leave a hint at the plugin. Maybe any other peoples will maintain them, it is open source.
Forum: Plugins
In reply to: [Multisite Enhancements] Misplaced icon when long site nameHello @knutsp
I check on an installation, see this comment on my issue. https://github.com/bueltge/wordpress-multisite-enhancements/issues/71But I can’t find any problem. Maybe you have more hints for me?
If you use it in a Multisite installation all date will store inside the table for all sites of the network. But the options are dynamically, and you should use one site of the network with all plugins about the whole network and save the settings of Adminimize in this site to get all options, menu items and so on.
helpful note https://www.ads-software.com/support/topic/multisite-support-240/#post-9982253
Forum: Plugins
In reply to: [Multisite Enhancements] RAM 95.0/64M ? SQL 39 ? PHPv 8.0.3Version 5.7The first value is calculated from the server via
memory_get_peak_usage
– Returns the peak of memory allocated by PHP – and the value after / is the value, there are set from your installation, via the constantWP_MEMORY_LIMIT
. So you can enhance your installation because your webspace has more memory.Forum: Plugins
In reply to: [Multisite Enhancements] Misplaced icon when long site nameI will check them and maybe add a fix to the next update; see https://github.com/bueltge/wordpress-multisite-enhancements/issues/71
Forum: Plugins
In reply to: [Multisite Enhancements] Fatal error when attempting to delete pluginI’m sorry, was my point to blame you or dismiss this note from you. I checked the SVN upload on the wp.org repository, and you have right. There is an older file in the tag. So, for now, I updated this file and solved this issue without a change of the version tag. I know it would be simple, and the next version is a better trigger to update all the installations.
Forum: Plugins
In reply to: [Multisite Enhancements] Deleted sites still shown in plugins “Usage” columnThe column did not store in any table of the installation or similar. So I mean you have a cache active there still save this layout for you. PLease check them.
Forum: Plugins
In reply to: [AddQuicktag] AddQuicktag can’t settingPlease try the new version 2.6.1, which should fix this bug. Thanks!