BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25099

    Hi Josh,
    Thank you.

    That’s the right and the simplest way to achieve it. Thank you for sharing it for others.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099
    Brajesh Singh on in reply to: Buddypress Moderation Plugin #55623

    Hi Alex,
    Thank you for the deails.

    1. Our buttons don’t use BP_Button class. You can still filter and wrap them using bpmts_report_button filter,

    2. You can redirect to a page you were visiting earlier(referrer), If referrer is empty, you will get redirected to your own profile with the message that says the profile is not accessible.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099

    Thank you George.

    I found another line of code throwing a notice while creating gallery from backend and added a fix. I have pushed these 2 changes to 2.x branch. I have been mostly testing sitewide gallery, will test BuddyPress gallery soon too.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099
    Brajesh Singh on in reply to: Register Form Issue #55621
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25099

    I can confirm the error reported by you on a different line(1120).

    The solution is to change this

    
    return compact( $title, $content );
    

    to

    return array( 'title' => $title, 'content' => $content );
    
    

    I will be pushing the change soon.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099
    Brajesh Singh on in reply to: Buddypress Moderation Plugin #55616

    HI Alex,
    Thank you for your interest in the plugin.

    1. What kind of customizations you are looking for? Is it for appearance or positioning?

    2. What is calling? BuddyPress does not have a call option. Please clarify.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099

    Hi George,
    Thank you for reporting the issue.

    I am not sure what version you are using but that file does not have 1157 lines. It has less than 1130 lines in both 1.x and 2.x.
    Are you sure you are referring to the correct file in the error message?

    https://github.com/buddydev/mediapress/blob/2.0-dev/core/media/mpp-media-functions.php

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099

    Thank you George.
    I am looking forward to your feedback as well as my own work on it for the next few days.

    I would love to see your GDPR solution for the video when you develop it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099
    Brajesh Singh on in reply to: New Search Plugin Suggestion #55609

    Hi Tosin,
    Thank you for the suggestion. At the moment, we are preoccupied with some upcoming projects. Would love to consider it in 8 weeks or later.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25099
    Brajesh Singh on in reply to: Register Form Issue #55608

    Hi Vasile,
    Thank you.
    If you have a staging site, Please add me as temporary admin and share the details in a private reply here. I will quickly take a look.

    Thank you
    Brajesh