I've just about finished my sandbox site which relies heavily upon custom post_types.
http://deardaddy.org/sermons/
-- be kind, it's just a sandbox test site.
So far I have created 'sermons, podcasts, preachers, and locations' as my post types. They are all connected together via relation functions.
I have also created custom taxonomies, 'series' that are applied to 'sermons, podcasts, posts, and pages'. By far the hardest part was the tax archive page and separating out the content types:
http://deardaddy.org/series/unidos-messages/
Now I simply want to add my post_types incl. metadata fields into the activity stream.
Does anyone know if there happens to be any documentation on this?
(I'm pretty sure that I can handle all the heavy lifting, just need some basic docs or guidance)
also:
Has anyone attempted to modify the front end editor to allow me to use it for inputting custom post_types with metafields?
Once again, there seems to be no docs on bp site, and dev's have not responded to requests. figured I'd ask here as many experts hang out here as well.
thanks