Replies
Hi Rahul,
Welcome to BuddyDev.
BP Ajax Registration may suit your purpose as it can be triggered from any link. Instead of buying it, why don’t you get in touch with us via contact form and we will send you a copy. if it solves your purpose, you may buy it.Thank you
Brajesh- Brajesh Singh on March 30, 2016 at 11:18 pm in reply to: [Resolved] BuddyPress User Profile Visibility Manager – Friendships #3270
Hi Rug,
Thank you for all the patience. I sincerely appreciate it.Please upgrade to 1.2.9 and enable this from Settings page(in the Settings->BuddyPress Profile Visibility) and check.
https://buddydev.com/plugins/bp-profile-visibility-manager/
Please do let me know if it works for you or not?
Thank you
Brajesh - Brajesh Singh on March 30, 2016 at 10:02 pm in reply to: [Resolved] Social Login – link account #3269
Hi Joshua,
Thank you.
I was wondering what could have caused it as it was working on our local test box. I am relieved to know that you fond the issue and it turned out to be htaccess restriction. All is well finally 🙂 - Brajesh Singh on March 30, 2016 at 8:28 pm in reply to: [Resolved] Social Login – link account #3265
Hi Joshua,
Is the social login plugin configured and working correctly on your site? Also, Is the site using https? - Brajesh Singh on March 30, 2016 at 1:53 pm in reply to: [Resolved] Uploaded PDFs not displaying in viewer #3263
Thank you Ken 🙂
- Brajesh Singh on March 30, 2016 at 1:50 pm in reply to: [Resolved] Several questions on Ajax registration plugin #3262
Hi Evrard,
Thank you.
For social login, this plugin seems like the choice
https://wordpress.org/plugins/wordpress-social-login/3. About the site, They have a custom registration form. BP Ajax Registration is a generic solution. It is possible to just ask for username, email, password and use normal WordPress registration process instead of BuddyPress.
Even with BuddyPress, There are possible hacks(like Using the username as initial name) to make the form look like that.Please do know that it is not that we can not do it, It is not a generic solution(BuddyPress way) and that’s why you don’t see common implementation for this.
A few WordPress popup registrations plugins that you may like are :-
http://codecanyon.net/item/reforce-user-registration-popup/11363093Or
https://wordpress.org/plugins/simplemodal-login/
https://wordpress.org/plugins/ciusan-register-login/Hope that helps.
- Brajesh Singh on March 30, 2016 at 12:59 pm in reply to: [Resolved] Several questions on Ajax registration plugin #3258
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 hook 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: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