Tobias Schutter
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] Arabic translation files wrongly namedHehe, you are a WordPress wizard 🙂
Forum: Plugins
In reply to: [Admin Columns] i cant find the fields for the user admin panel ?!!Hmm. I don’t really understand your issue here. Can you be a bit more specific please. Maybe a screenshot?
Forum: Plugins
In reply to: [Admin Columns] Pro Add-on localization supportYes, that should normally do the trick, but there is a minor bug which prevents the translations from loading. I will fix this asap.
For now you add the following to your theme’s functions.php and that should get you on your way 🙂
function init_pro_addon() { load_plugin_textdomain( CAC_PRO_TEXTDOMAIN, false, 'cac-addon-pro/languages/' ); } add_action('admin_init', 'init_pro_addon');Forum: Plugins
In reply to: [Admin Columns] Arabic translation files wrongly namedWhoops 🙂
I commited the fix but didn’t bump the version number. I will do that shortly. You can just remove the plugin and reinstall it from the repository and the arabic language should work again.
Forum: Plugins
In reply to: [Admin Columns] Clicking Update only updates current active page?I tried storing columns with ajax but ran into too many issues. Mainly because when you store the columns, I also store the default columns from WP. This enables me to turn off columns from plugins that have been activated/deactivated without messing up the admin screens. When using ajax I noticed not all filters/hooks get applied, and this gives mixed results. I would love to get it working again, but not sure if it’s even possible at this point.
Forum: Plugins
In reply to: [Admin Columns] Pro Add-on Serial Field missing?Send you an email.
Forum: Plugins
In reply to: [Admin Columns] Version 2.0.1 very very slowGood to know it fixed the performance issue.
old version
The number of columns was getting to large and was getting in the way of usability. So we implemented this new UI. The option to toggle columns on/off has been removed.I will fix the text “”You can switch columns…” aswell.
Forum: Plugins
In reply to: [Admin Columns] "Status" Column Stuck on posts – can't removeLooks like a conflict with another plugin. Have you tried Admin Columns v2.0, it has some fixes regarding to this.
Please let me know if v2 fixes this issue.
Forum: Plugins
In reply to: [Admin Columns] Shows all Custom Fields instead of oneWhich version of Admin Columns were you using at the time?
Forum: Plugins
In reply to: [Admin Columns] Number Format Issue on Version 2.0.0I recently have been working with Pods to make them compatible again. In the next version of Pods and Admin Columns this should be resolved.
Forum: Plugins
In reply to: [Admin Columns] Tooltip positionGot it, thanks.
Forum: Plugins
In reply to: [Admin Columns] Make compatible with WordPress subfolder installWe fixed this, and will push out the fix in v2.0.2
You can already get a copy from: https://github.com/codepress/codepress-admin-columns/archive/master.zip
Any feedback is welcome!
Forum: Plugins
In reply to: [Admin Columns] Sortorder licence is now a Pro Add-onThat makes sense 🙂 I will add a clearer message that all account have been moved to the new domain http://codepresshq.com.
Forum: Plugins
In reply to: [Admin Columns] Another BugGood to hear you resolved it.
Forum: Plugins
In reply to: [Admin Columns] Version 2.0.1 very very slowNo there won’t be any data lost. You can remove the old one, and upload this 2.0.2beta.