BuddyDev

Search

Replies

  • Participant
    Level: Initiated
    Posts: 6
    tom0 on #38774

    Hi Ravi

    Two more queries sorry

    1) Still finding some spam slipping through – what would you recommend please? I have enabled recaptcha

    2) Is there a way I can change the from address for the form to use the users one please? I.e. the email is sent using the person who’s trying to contact the member

    Thanks!

  • Participant
    Level: Initiated
    Posts: 6
    tom0 on #35203

    Hi Ravi
    Thanks for this! The only issue I’ve found is that this seems to break the recaptcha (it’s not visible on the profile page)
    Is this something you can reproduce please?
    Thanks a lot
    Tom

  • Participant
    Level: Initiated
    Posts: 6
    tom0 on #34461

    Hi Brajesh
    Is this possible please?
    Thanks a lot!

  • Participant
    Level: Initiated
    Posts: 6
    tom0 on #34154

    Hi Brajesh
    I’d like to add the contact us from here please: https://take.ms/uOVeR i.e. straight underneath the user’s profile data
    Thanks!

  • Participant
    Level: Initiated
    Posts: 6
    tom0 on #33995

    Hi Brajesh
    I’d like to show the contact form on the profile itself — i.e. rather than showing it as a tab, I’d like to show it underneath the existing profile content please
    THanks

  • Participant
    Level: Initiated
    Posts: 6
    tom0 on #33711

    Would it be something like:

    function bpucf_render_forms() {
    	add_action( 'bp_after_profile_content', 'bpucf_load_form' );
    	bp_core_load_template( array( 'members/single/plugins' ) );
    }

    please?
    Thanks