Search Results for 'registration'
-
Search Results
-
Topic: buddypres
I installed Buddy Press on the site
But we introduce the registration page that we are creating and the section of the press tabs
Removes the page
And when we click on the registration link
The message
404 pages could not be found
What is the problem?Create with “Gravity form user registration” a form that fills the fields fields of buddypress.
Hello,
I am experiencing Gravity form a pretty powerful plugin at first glance. But a tool can be powerful, if you do not know how to use it, it does not really help. I am in charge of a website that already had buddypress but did not have gravity form. Visitors could already register and complete their profiles. But the registration form was too limited I think. While searching I discovered “Gravity form user registration” which allows to register too.
I would like to know how to fill the buddypress fields through a form gravity forms? Thank you in advance for your assistanceI am using the plugin Login with Ajax. I want, when the user has confirmed his/her registration, to be taken to the Ajax login screen when clicking the call-to-action button on the “you have been confirmed” page, instead of being taken to the default WordPress login.
I am using the latest version of both BuddyPress and WordPress.
I’m sure the solution is easier than I think, but I frankly do not have time to troubleshoot right now; your help is appreciated!
In advance, thank you!
Hello, Please I would like to manually approve my BuddyPress registration requests and Disable Automatic Account Activation, and also change the registration message to [ Your membership account is awaiting approval by the site administrator ] am using WordPress 4.9.8, http://betalifes.com/, Please help out
Trying to pass some input info over to another form right after full registration that users need to fill out before being able to login to the site. The email and username are sent over to sync accordingly. I’ve gotten this far…but I guess the redirect cancels the form submit and the wp user needs to exist so they can login after the 2nd external form. Any suggestions on how to ensure the form gets submitted before redirecting to the external url?
<script type="text/javascript"> $(function() { $('form#signup-form').submit(function (e) { e.preventDefault();//prevent the default action $.ajax({ type: "POST", /*url:*/ /* data:*/ success: function (msg) { var name = jQuery('#signup_username').val(); var email = jQuery('#signup_email').val(); var queryString = "https://xxxxxx.com?username2=" + name + "&email2=" + email; window.location.replace(queryString); }, error: function () { alert("error"); } }); }); }); </script>
Hi !
Is buddy press use forgot password key like sign up key !
Let me explain you…
what can I do with my site’s registration process. First I remove any link from signup mail template which redirect my users to blabla page for first time activating their new account. Instead of this I sent my new users to mail only key to their email when they use at the time of signup and after signup I redirect new users to the activate page which ask key from users which my system sent to their mail earlier on their mail. User must have to copy that key from their mail and paste it to activation page.
My above system is working very fine as per my need.
But I want to do the same with my forgot password process. I want when user click on forgot password link and enter their username or email than I want one of below option to do if possible or any plugin do ….
1) User got an email same as per my above already worked registration process where my system sent and mail with the key and user must have to put that key on the page and they change their password.
OR
2) User got an email where my system automatically generate a password and sent on their email address. After that user wish to change their password they do the same after logging in with that password from their account
OR
3) In your mind have any idea Please let me know…
The main purpose of that I don’t want to let you know the users about my site’s url. I know you think about Security and also think that if they have little knowledge than they have so many ways to know my site’s url. But trust me my all users don’t have that type of knowledge or if one of they have than I don’t care. I just want to do that because I want to do.
If anyone have an idea or any of the plugin that they do the same than please let me know.
Regards
Hello,
I would like to add some text on top of the register page, and I first tried to follow the instructions from this post : https://buddypress.org/support/topic/how-to-edit-the-text-in-registration-page/
But I am using Buddypress Nouveau, and bp_before_register_page seems to not exist anymore.
From what I’ve seen in the register.php file, I have to use instead bp_nouveau_signup_hook( ‘before’, ‘page’ )
My problem is that I have no clue how to pass the “before” and “page” parameter to the hook…
I tried this in the bp-custom.php, with no success :
function my_custom_register_msg_title() { echo '<h3>My custom text</h3>'; } add_action('bp_nouveau_signup_hook("before","page")', 'my_custom_register_msg_title' );
Could someone please be kind enough to tell me what’s wrong in my add_action?
Thanks in advance!
Hello,
I configured the WP Mail SMTP plugin, and tested it properly with their embedded test-email. This plugin is linked to a Gmail account. Whenever I send a mail, I can see a trace of it in my Gmail “sent box”.
But when someone registes to my site (using buddypress), I can see that the registration mails are sent through the old mail config (via my web host), not through WP Mail SMTP.
Is there anything I have to do to “tell” Buddypress to use WP Mail SMTP?
I’m using :
– Buddypress 3.2.0
– WP Mail SMTP 1.3.3
– WordPress 4.9.8My website : http://www.merciki.be
Thanks in advance for your help!
I want to use Custom made page.php template for buddypress registration page, but if I use it from child theme folder, or child theme buddypress folder, it does not affect the buddypress registration page.
I need a page without wordpress header, footer, sidebar and many other things.
How to do it?
Hi everyone, I’m trying to get more needed informations on my registration form to my comunity, but only 7 (default-base-fields + 2 customs. 5 customs missing) fields display on the page. Is it a BuddyPress limitation ?
Thanks a lot.
Initially, the activation email is sent to users after registration with no issues. It stopped working two days ago and I have read different online source for a solution, but none solve the problem. My website URL is https://nairarule.com/. I will appreciate any solution to this problem as many of my users are complaining or any other recommendations. Thank You.