Tobias Schutter
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] Hide Edit Columns from the admin toolbarYou are right, it does not affect the admin toolbar. We only added that button recently to the admin bar. Hiding it as well when the “Edit Columns” button is disabled would make sense 🙂
Forum: Plugins
In reply to: [Admin Columns] Hide Edit Columns from the admin toolbarUnder the setting tab you have the option to disable the “edit columns” button.
Forum: Plugins
In reply to: [Admin Columns] Compatibility issue with ACFThanks for reporting this. I was able to reproduce the issue. The issues is caused by a double
<script>tag. I have a fix ready and it will be included in the next release.Thanks for digging into this and sharing your findings. You were right about the cause: it only shows up on servers without the mbstring extension. We have added a fallback so calls like
mb_strtolower()still work when mbstring is not installed. The fix will be in the next release. Thanks for the report!Forum: Plugins
In reply to: [Admin Columns] Media Library – Title only column shows filenameHi, thanks for reporting this. We intentionally show the file name here because it is often more relevant than just the title. However, I think it we could improve this by also including the title, which would make it more consistent with what the “File” column displays. For example, something like: “Title Name (filename.jpg)”. This is kind of similar to the File column, but without showing the image preview.
I will create a ticket for this so we can review and include it in a future release.
Forum: Plugins
In reply to: [Admin Columns] Not compatible with PHP 8.3Thanks for reporting this issue. We’ve found the cause of the bug and have implemented a fix. The solution will be included in the next release, which should be available shortly.
Forum: Plugins
In reply to: [Admin Columns] Update error(4.2.5→4.3.2)Thanks for the bug report, I have committed a hotfix to the repo. Delete the bugged version and simply re-install it from the repository.
Forum: Reviews
In reply to: [Admin Columns] Useless for taxonomyWe do not advertise anywhere that the taxonomy list table is supported by this version of admin columns. I would appreciate it if you could rate the plugin for what it can do. Not for something you would like it to do. You can always put in a feature request. We put a lot of time and effort into this plugin that we offer for free. Hopefully, you can reconsider your review.
Regards, Tobias
- This reply was modified 5 years, 4 months ago by Tobias Schutter.
Forum: Plugins
In reply to: [Admin Columns] Activation shows error in Debug BarOn plugin activation, we create the
admin_columnsdatabase table. Maybe the table was created after your debug tool showed this message. Are you still seeing the error message?Forum: Plugins
In reply to: [Admin Columns] ErrorPlease remove the entire plugin and re-upload it, that will solve it. You get this error because you have not replaced all files.
In the latest version, we change the file from DataBase.php to Database.php
Although this should be no problem when you update a plugin from WordPress, it could cause some issues when you use case-insensitive GIT or FTP.Forum: Plugins
In reply to: [Nested Pages] Admin Columns Pro plugin conflict@sjnbham I am the author of Admin Columns Pro 😉 I am not affiliated with Nested Pages, I got a notification of your issue via Slack.
Forum: Plugins
In reply to: [Nested Pages] Admin Columns Pro plugin conflictHi, we are on it! It will be fixed in the next release.
Forum: Reviews
In reply to: [Admin Columns] Useful columns and sortingThe user column you are looking for is called ‘Registered’.
Forum: Plugins
In reply to: [Admin Columns] Testet with WordPress 5.3?Hi Bjarne, I can confirm Admin Columns will work with 5.3! We will bump the tested tag with our next release.
Forum: Plugins
In reply to: [Admin Columns] Bug in version 3.3.1, not working on PHP 7.1/7.2Looking at the install path I notice that the plugin folder has an underscore: “/_codepress-admin-columns/”. How did you install the plugin? Could you have multiple copies of our plugin on your site?