Search Results for 'registration'
-
Search Results
-
Hello, I have a big problem. I accidentally deleted all pages which were associated to 1 (from a basket too). Now I won’t be able to restore them and I want to ask for your help. Could you send me the shortcodes of all of these pages so I can create new pages? Pages: Registration, Activity, Authorization, Profile and so on. I hope for your help!
I’m having this dilemma on the site I’m currently building. I use Paid Membership Pro as my membership plugin to register members, and after registration, members are linked to BP as their profile pages.
Now I need to add another group of users, advertisers, to the site. And after advertisers register via a differrent plugin, even though they have their own account / profile from the plugin they register through, these members will also automatically show up in BP, since at backend admin, they are just like other members from Paid Membership Pro, they are all Users. What that also means these advertisers can easily go to any member’s BP profile and private message them, just like any other members from Paid Membership Pro.
Some plugin author suggested I use https://wordpress.org/plugins/user-role-editor/ to use user role to set restriction to a certain role’s access to BP. But I did not see any option there to block these advertisers’ role’s access to buddypress.
Does anyone know of a way to achieve this? Thank you.
Users trying to sign up from cell phones and tablets have been complaining that the fields are not writable. I have confirmed it on my device. The login fields work, but not the buddypress fields.
The WordPress version is 4.8.1, the BuddyPress version is 2.9.1, its in Spanish now but the bug appeared also when it initially was in English. Site: http://fuerzadepazvenezuela.com/
I am trying to customize the register form. I have followed the template hierarchy.
One of my attempts is to remove the confirm password box, as I want it to make it just one password box. Why is customizing a page so hard?
I have tried clearing the following code, but I still receive error when filling up sign up form
Please make sure you enter your password twice/** * Fires and displays any member registration password confirmation errors. * * @since 1.1.0 */ do_action( 'bp_signup_password_confirm_errors' ); ?> <input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" class="password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/>
Topic: Registration Page
Hello I am using AIT Themes to create my website and I think the theme is overwriting buddypress registration page. I have followed the tutorial and changed all the settings for buddypress, but haven’t had any luck. Is there a way to force Buddy Press registration page to show instead of AIT Theme?
I have the most current WordPress and Buddypress install (we also have bbpress).
I setup a sidebar for my buddypress pages which includes the buddypress ‘login’ plugin.
When a user activates their registration the message reads:
The original code is:
<p><?php printf( __( ‘Your account was activated successfully! You can now log in with the username and password you provided when you signed up.’, ‘buddypress’ ), wp_login_url( bp_get_root_domain() ) ); ?></p>
I changed it to:
<p><?php printf( __( ‘Your account was activated successfully! You can now log in on the sidebar with the username and password you provided when you signed up.’, ‘buddypress’ ), wp_login_url( bp_get_root_domain() ) ); ?></p>
I also tried:
<p>Your account was activated successfully! You can now log in with the username and password you provided when you signed up.</p>
This change is trigering this error:
Parse error: syntax error, unexpected ‘else’ (T_ELSE) in /home/admin/public_html/wp-content/themes/Divi-Child/buddypress/members/activate.php on line 47
I am not a programmer. I don’t know how to fix this. Any help is appreciated.
Topic: BP Mails
I’m receiving an email after I activated the test user’s account that says:
Subject Line: displays “[mysitename] Your account is now active”
The body of the email displays: “Your account with username: [username] is now active”Problems:
1. I don’t see this email in the list of all emails
2. I want to be able to edit this page to display the login link and to inform the user what their password is.
3. I am also having a difficult time editing the redirect pages when a registration is successful.Topic: How can I edit this page?
Hello,
I’m using WP 4.8.1, and BP Version 2.9, and WP All in One Security 4.2.8. (WPSecurity).
Website in question: gunnyret.com
I’ve just edited the BP email that arrives to the new user so that it no longer says to click on the link to activate, because I have settings in WPSecurity set to force me to activate new registrations.
This step has nearly completely killed spam registrations, which I’m very happy about, but now my problem is this.
Once those new users submit their request to register, they are redirected to a webpage that says,
“Check Your Email to Activate Your Account. You have successfully created your account! To begin using this site, you will need to activate your account via the email we have just sent to your address.”How do I turn that redirect off, or edit it to reflect what I changed in the BP email? The current process is confusing my new users.
*I’ve searched for that “redirect page” in an effort to do this, but it’s not showing up – even as a hidden page.I apologize in advance. I’m a novice website builder/designer with no coding experience to speak of.
Thank you, kindly!
P.S. Here’s a screenshot of the redirect pageTopic: registration page styling
The default registration page layout/design looks terrible.
Where is the style sheet for the registration page? I found the backend registration.php file but what I’m looking for is the style sheet to move the elements around. I would like to put required fields up top and optional fields below in a more horizontal layout than the default 2 column vertical.
Topic: is a name obligatory?
Hello
In the basic buddypress there seems to be no place to ask for name and surname– just a username.
Is this correct or am I missing something?
Are the email + username the only absolutely necessary pieces of information that buddypress requires for new member registration?
I know that I can create other profile fields, but this is not about that. I just want to know if I’ve understood what comes out of the box.
thanks in advanceI’ve created a new group with fields at xProfile but it is only showing the Base Group at the Registration page (it is showing at Edit Profile page).
How can I fix this?
Thank you