I'm using a plugin in wp 2.9, that adds a meta box to posts:
(http://mondaybynoon.com/wordpress-attachments/ - it allows users to add and drag-n-drop image fields while Posting)
I was wondering if there's anyway in WordPress 3 to allow plugins such as this to be shown in the custom post types,.. perhapes in the register_post_type() 'supports' argument?..
(like so: http://i41.tinypic.com/5mamr.jpg )
any help / guidance / clarification is greatly appreciated,