Tobias Schutter
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] Add Advanced Custom Fields to CAC Field Type listWhen using ACF and CAC, you should be able to select any custom field without having to use any filters.
Which version of CAC are you currently using?
p.s.: we are currently working on a website for Admin Columns which will have documentation about the plugin and Hooks & Filters.
Forum: Plugins
In reply to: [Admin Columns] Post ID gets repeated across columnsLook for the following Hooks in your theme:
add_action( 'manage_pages_custom_column', ... ); add_action( 'manage_posts_custom_colum', ... );These should probably point you to the where the Post ID is outputted.
In the next major update ( 1.5 and up ) I will address the issue, and use another method for supporting other plugins.
Forum: Plugins
In reply to: [Admin Columns] Custom field with serialized arrayUnfortunately not. You can only have one column per custom field.
Forum: Plugins
In reply to: [Admin Columns] Some Columns Do Not Appear On One SiteCould be an old bug, not sure what happend here. I will monitor it and see if more of these related issue are mentioned.
Forum: Plugins
In reply to: [Admin Columns] Post ID gets repeated across columnsI have not been able to reproduce this issue. You said you already disabled all plugins except Admin Columns. Can you also try to switch theme’s? Try activating Twenty Twelve for example, there is a slight change that the ID is printed by a function within your current theme.
I will see what I can do about the warning message. But it seems to be triggered by another plugin, because both values in the warning should be set.
Could you try deactivating all the plugins, and re-activate them one-by-one to see if there is any conflict. Thanks.
Forum: Plugins
In reply to: [Admin Columns] utility.php missing on latest versionThere was a small glitch in the SVN commit this afternoon for a short while. Maybe you got that version? The current stable 1.4.9 and trunk should be ok. Try to remove the plugin and re-install it.
Forum: Plugins
In reply to: [Admin Columns] WP3.5 Media library breaksCan you set define(‘WP_DEBUG’, true) in your wp-config.php and send me another screenshot? Thanks.
Forum: Plugins
In reply to: [Admin Columns] All Dates show up as December 12, 2012 in the back endI added a fix but did not change the version (1.4.9). So just remove the plugin and re-install it, that will include the fix.
Forum: Plugins
In reply to: [Admin Columns] Date issue since WordPress 3.5I added a fix but did not change the version (1.4.9). So just remove the plugin and re-install it, that will include the fix.
Forum: Plugins
In reply to: [Admin Columns] Date issue since WordPress 3.5At the moment everything get’s parsed with strtotime(), which conflict with a already created unixtimestamp. I will make some changes to the date.
Forum: Plugins
In reply to: [Admin Columns] Displaying all user meta in Custom Field ColumnThis should be fixed in the latest patch.
Forum: Plugins
In reply to: [Admin Columns] Blank sceenI will solve a couple of minor issues and then I will release it. Won’t be very long.
Forum: Plugins
In reply to: [Admin Columns] Blank sceenYeah, I noticed that. That will also be fixed in the next patch.