If those post types are defined using another plugin (and are therefore stored somewhere in the options table), then you're out of luck. The post types will only be available on the blog where you defined them. The obvious solution is to register them by hand, using register_post_type(). -- http://scribu.net