Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: mediapress adding pictures in comments #33295

    Hi Luca,
    At the moment, It is not possible to do so. It is coming before the end of year( around 1- 15th December when BuddyPress 7.0.0 goes live).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi Carsten,
    The hooks will remain same.
    You can use a function like

    
    if ( bp_is_my_profile() ) {
    // my profile.
    } else {
    	// not my profile.
    }
    

    For hooks which only run on profile.

    If you want to hook to a general action which may run on other pages and you want to do something for own profile/other profile.

    You can do it like this

    
    
    if ( bp_is_my_profile() ) {
    // my profile.
    } elseif ( bp_is_user() ) {
    	// not my profile. but is guaranteed to be another user's
    }
    
    

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi Carlos,
    bbPress doe snot register a role like normal.

    It does it conditionally and the role is not available when we use wp_get_roles(), so I am sorry, we are unable to add support for it in the plugin(to avoid side effects in future).

    But or Ravi will look into it and provide you some code(if feasible) to get it working.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: BuddyPress Activity Privacy follow support #33291

    Hi Tosin,
    Thank you for the question.

    Yes, we will. In fact, in our very next update(next week) we will be adding that.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Issues after activating plugin #33290

    Thank you. I look forward to it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Using Community Builder Pro With AppPresser #33284
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Issues with Buddypress follow suggestion plugin #33283

    Hi Michael,
    Thank you for the details. Yes, there was in issue with excluding followed users. We have it fixed now.

    Please upgrade to 1.0.1

    Let me know if it works or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: [Resolved] Buddylog Gutenberg #33282

    Hi Johan,
    Thank you for the question.

    We do not have any plans currently. Gutenberg should be able to use the content automatically.

    We do hope that we will be able to use Gutenberg at front end someday(if it becomes available like classic editor using simple callbacks).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Issues after activating plugin #33281

    Hi Tamás,
    I hope you received the plugin.

    Please do share your fedeback when you use it. we will add it to your account after it becomes publicly available.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    You are welcome.
    I am glad you were able to resolve it.

    Regards
    Brajesh