BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on #55638

    Hi George,
    In our case, all the contents are sanitized before saving(BuddyPress handles commenting/post sanitization of activity entries) and we do not do much with the input. For the output, we have partially sanitized as the assumption is all inputs were sanitized while recording.

    This will only be problematic if something was imported via a script without using MediaPress functions. For now, I don’t see any reason for us to worry about it. I will update the lightbox in next release too.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on #55637

    Hi George,
    Thank you for pointing.
    I don’t think we will be affected by this but I am going to check it one more time(we have proper input/output serialization and js/html is not allowed for normal roles).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on #55633

    Hi,
    Thank you for using the plugin.

    That information says you have put a condition over field id 805 which is not recognizable by this plugin. Please edit the field from the backend and disable condition on it. This notice triggers for unsupported field types.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on #55632

    Hi Vasile,
    Thank you for the reply.

    I am sorry, I did not receive any email even after trying to reset password. is email enable don the staging site?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on #55631

    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: 25057
    Brajesh Singh on #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: 25057
    Brajesh Singh on #55622

    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: 25057
    Brajesh Singh on #55621
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25057
    Brajesh Singh on #55617

    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: 25057
    Brajesh Singh on #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