Replies
- Brajesh Singh on March 30, 2016 at 12:56 pm in reply to: [Resolved] Several questions on Ajax registration plugin #3257
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 - Brajesh Singh on March 30, 2016 at 12:46 pm in reply to: [Resolved] is "Enable group galleries by default" working? #3255
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 - Brajesh Singh on March 30, 2016 at 12:40 pm in reply to: [Resolved] Uploaded PDFs not displaying in viewer #3254
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 - Brajesh Singh on March 30, 2016 at 12:18 am in reply to: [Resolved] Multiple conditional fields #3248
Thank you for confirming. I am glad it worked 🙂
- Brajesh Singh on March 29, 2016 at 11:33 pm 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 - Brajesh Singh on March 29, 2016 at 11:30 pm 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 - Brajesh Singh on March 29, 2016 at 5:57 pm in reply to: [Resolved] BuddyPress User Profile Visibility Manager – Friendships #3240
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 - Brajesh Singh on March 29, 2016 at 3:21 pm in reply to: [Resolved] Default galleries for every group or single mixed media gallery #3238
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.
- Brajesh Singh on March 29, 2016 at 3:18 pm in reply to: [Resolved] Empty screen after compose message to non-friend user #3236This reply has been marked as private.
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