Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)

  • dalipekez
    Participant

    @dalipekez

    you can use like that,for me its working- but downside is all new products will be associated as posts in the activity stream. Can you tell me if you have also issue if somebody comments on activity stream at your posted product or any other activity, that notification you will get then click on it it will redirect you to activity of user who posted but not the actual conversation?

    anyway.. here is the function i use in php function

    add_filter ( ‘bp_blogs_record_post_post_types’, ‘activity_publish_custom_post_types’,1,1 );
    function activity_publish_custom_post_types( $post_types ) {
    $post_types[] = ‘product’;
    return $post_types;
    }

    let me know if it works

Viewing 1 replies (of 1 total)
Skip to toolbar