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: 25333

    Hi Evrard,
    Welcome to BuddyDev 🙂

    1. Adding Captcha: Please use this plugin https://wordpress.org/plugins/buddypress-captcha/

    2. Which social login plugin you are using, we can easily add a hoon to enable it.
    3. I am sorry about the User+Mail+Password, In BuddyPress, we will need at least the Name field, other fields can be avoided. If you don’t need the first name, this plugin may not be a good candidate, you will need something simple WordPress model login(If you plan to go through that route, we will issue refund).

    Please let me know and I will assist further.
    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333

    Hi Jaume,
    I am sorry, that settings is used for a different purpose. For enabling the Galleries for groups which were created before MediaPress was activated.

    It has no bearng on second step, May bewe should have it enabled on second step?

    2. You can manually add galleries to any group after creation, Are you facing any issue there?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333

    Hi Ken,
    Most probably it is an issue with the urls. The viewer is using http instead of https causing this problem. I will have a fix in the update this week.

    For now, you may update mediapress/templates/mediapress/default/gallery/media/views/doc.php

    and change this line

    
    $url = "http://docs.google.com/viewer?url=". urlencode( $src );
    
    

    to this

    
    $url = "https://docs.google.com/viewer?url=". urlencode( $src );
    
    

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: [Resolved] Multiple conditional fields #3248

    Thank you for confirming. I am glad it worked 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: [Resolved] Social Login – link account #3245

    Hi Joshua,
    Can you please give it a try
    https://github.com/buddydev/bp-link-unlink-social-account

    @ravi1987 created the plugin today. The code works for BuddyPress and users can link/delink account from BuddyPress settings page.

    Please check and let me know.

    thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: [Resolved] Multiple conditional fields #3244

    Hi Bob,
    Thank you for the kind words.
    I have just pushed an update
    https://buddydev.com/plugins/conditional-profile-fields-for-buddypress/

    Please upgrade to 1.1.8 and let me know if it works with multi check boxes or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333

    Hi Rug,
    Thank you and I am sorry to keep you waiting. I will implement thin feature in next 2 days(or lesser) and will update you. My concern is we will need to make sure it is turned off and only a site admin can turn it on for users to avoid any unexpected behavior after update.

    Thank you for the patience. I will update you soon.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25333

    Hi Jaume,
    1. Automatic gallery creation is easily doable. I have posted the codes in the forum for that for users. In your case, @ravi1987 will post the code for BuddyPress group creation trigger.

    2. Technically, we have the functionality to allow mixed gallery. But we don’t have any plans to enable it anytime soon. The reason is User interface. Displaying mixed media in single gallery is going to make the layout look awful and that’s the reason we haven’t enabled it.

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25333
    Brajesh Singh on in reply to: Force friend connections – admin #3230

    Hi Alex,
    The code he linked on github is part of BuddyPress Core.
    I will talk to one of my colleagues and see if he is available, then we can do it, otherwise you may want to post it on BuddyPress.org forums and hope that someone might pick the idea.

    Thank you
    Brajesh