Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Saurabh

    (@saurabhshukla)

    Hi,

    Could you elaborate? In what way would you want the integration?

    Regards.

    Thread Starter Calvin Digital

    (@calvin-digital)

    What i’d like to try to do is implement just like it acts in activity streams but with bbpress forum posts. I’m creating a local photographer website and I like how bp media works. Our members are going to be using both buddypress activity streams and bbpress forums for discussion.

    I suppose another option could be using bbpress attachments and having it save uploads to the same folder that bp media saves to? Would that then make the uploads show up under ‘Media’ on a member’s profile?

    Plugin Contributor Saurabh

    (@saurabhshukla)

    Hi,

    This is too custom a need to be handled by BuddyPress Media, as of now. What you can do is that add ‘bp-media-key’ postmeta and give it the userid or (-)groupid.

    That is, if you want it to appear on a users’ profile, and the user’s ID is 99. ‘bp-media-key’ would be 99.

    If you want it to appear on a group’s profile, and the group Id is 99, ‘bp-media-key’ would be -99.

    This will automatically display it under Wall Posts. In case, you want a specialised album, just add a post of ‘bp_media_album’ custom post type for your needs for each user. You may save the id in the usermeta.

    Finally, just make sure the media has this album id set as the parent.

    That’s the theory of it. using standard WP functions and appropriate filters on bbPress, this should be a breeze. Keep us in the loop.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bbpress integration’ is closed to new replies.