Forum Replies Created
-
Author
-
August 5, 2018 at 20:57 in reply to: Problem with Facebook registration and membership level #205490
tulipwork
ParticipantNo problem!
August 5, 2018 at 20:39 in reply to: Problem with Facebook registration and membership level #205488tulipwork
ParticipantOK thank you very much! I’m going to disable Facebook registration for now.
Thank you very much for your help and great support!August 5, 2018 at 19:11 in reply to: Problem with Facebook registration and membership level #205483tulipwork
ParticipantMmh ok I see!
There is no way to display different memberships levels to choose according gender of the user?August 5, 2018 at 18:16 in reply to: Problem with Facebook registration and membership level #205475tulipwork
ParticipantOk I see.
Is it possible to do it easier: block the gender after the user has chose one on registration, and block it also after profile editing for users who have registered via facebook.
And then, when the user has chose his gender (on registration or on profile edit), a membership level is affected to him or her, according the gender.
Is it possible to have a snippet for this?
tulipwork
ParticipantYes, I cleared WordPress cache, and I tested on Private navitation with Google Chrome.
August 5, 2018 at 17:31 in reply to: Problem with Facebook registration and membership level #205470tulipwork
ParticipantHi,
It’s unfortunately not working: when I registered via Facebook, I’m redirected to the profile page and BuddyPress invites me to fill profile fields. Whatever gender I choose, “male” or “female”, my profil doesn’t have any membership level.
With classic registration and custom function, the male has “free member” level (3) on the registration, and the woman as “VIP member” (1) for free.
Thanks for helping.
tulipwork
ParticipantHi. I just realize that it’s working on my PC (Windows 10, Google Chrome), but not on my Mac (Google Chrome):
https://bit.ly/2vkVAKKThanks
August 5, 2018 at 16:24 in reply to: Problem with Facebook registration and membership level #205457tulipwork
ParticipantHi,
Sorry, the custom code is inside the Custom Function plugin:
/wp-admin/options-general.php?page=my-custom-functionsThanks for your support
tulipwork
ParticipantIt’s absolutely perfect !
If someone needs this snippet, I changed yours to that in order to be more efficient:
COPY CODEfunction sqr_prevent_search_guest_user() { if ( class_exists( 'BuddyPress' ) ) { if (!is_user_logged_in() && (bp_is_directory() || bp_is_user())) { wp_redirect(home_url() . '/register/'); exit; } } } add_action('template_redirect', 'sqr_prevent_search_guest_user');
tulipwork
ParticipantHello,
WPengine did the modifications. The checkout button still missing…
Thanks in advance for your help.tulipwork
ParticipantHi, thank you very much, I’m waiting.
It’s the last problem to fix before launching my website, except that, everything is working.tulipwork
ParticipantHi, in fact you’re right, if I’m using Buddypress Members Only, it’s redirecting logged out users to BuddyPress registration page. This fix my problem. However, it’s redirecting french users to the English registration form. How to have a WPML friendly redirect?
Thanks.tulipwork
ParticipantHi,
I realize that the pb comes from the budypress addon for paid memberships pro.
I don’t need it for now, i desctivated it,
Thankstulipwork
ParticipantHi
I just realize that when BudyPress addon for Paid Memberships Pro is enabled, the total members counter is equal to 1. When disabled, the counter shows the right amout of profiles…tulipwork
ParticipantHi,
Thank you very much. Which field name I have to enter to display the total members?
Thanks.
tulipwork
ParticipantHi,
I did what you told me and the pb still.
I don’t know the source of the problem, the changes we did are resumed in the tickets I opened here… nothing else.
Thankstulipwork
ParticipantI just notice that when I try to access the users profile in the ENGLISH version as a logged out user, I’m redirected well to the BuddyPress registration.
But when I do the same on the FRENCH version, I have the membership choose level, rather than the BuddyPress registration… Do you know why?
Thank you again!
tulipwork
ParticipantYou are right, the problem has been fixed! Then WP Engine did the necessary for Paid Membership plugin. So everything is working now!
Thank you so much for your great support!!tulipwork
ParticipantHi again,
Thanks for your great support!
I just installed Paid Memberships Pro BuddyPress Integration plugin, and parameted it. But on the members page, when the logged out user clicks on a profile, it’s showing the “choose membership level” and not the BuddyPress registration. When the customer choose his membership level, he’s redirected to Membership Checkout, with BuddyPress username, pass and e-mail fields, and credit card fiels. The “checkout” button is showing (whereas before it was not showing, cf the other ticket).
Is it the normal registration process with Sweet Date ? Or it should before display the BuddyPress registration first, and then when the user is logged in, members ship payment?*Thanks.
July 23, 2018 at 18:35 in reply to: Could not import. Please make sure you have Buddypress installed and activated. #204505tulipwork
ParticipantNot marked as solution -
AuthorPosts