Possible Duplicate: How to show custom meta box on "Quick Edit" screen?
I'm trying to edit the quick edit screen on my custom post type "visitor" so that I can add some options for my end-users. My custom post type doesn't require/need a post date, password to view, publish status, or large taxonomy boxes for custom categories of visitors on it.
I've already added a custom meta box for the actual edit page, but would like to enable quick-edit support of those post meta fields while disabling the current quick-edit options.
I also found a post (linked in my possible duplicate) over on wordpress.org's forums, but not sure exactly what it does.