Search Results for 'registration'
-
Search Results
-
I’m using WPMUDEV’s Membership 2 Pro plugin. I’d like to add XProfile fields to the registration form. Here’s my attempt:
<?php add_action('signup_extra_fields', 'igi_change_reg_fields'); function igi_change_reg_fields() { if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile() ) : while ( bp_profile_groups() ) : bp_the_profile_group(); echo '<input type="hidden" name="'.bp_the_profile_field_input_name().'" id="'. bp_the_profile_field_input_name().'" value="'. bp_the_profile_field_edit_value().'"'; endwhile; endif; endif; }
This produces:
field_field_ Warning: Creating default object from empty value in /home/bennyp5/public_html/israelguides.info/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 520
Please help me to understand where I’m going wrong.
Best,
I’ve removed the “upload avatar” area from my registration page and instead am using the profile fields “upload photo” field. I’d like the single members page to use the photo uploaded as their avatar.
I’m using the Sweet Date theme and in the single members theme file is the hook
<?php bp_displayed_user_avatar( array('type' =>'full','width' => 580, 'height' => 580) ); ?>
. Does anyone know the hook for me to use the image the user uploads via the “upload photo” field?Hi, in the sign up/registration process, I’m wondering if there is a way to change the username field to be an email field, and the email field to a confirm email field (like with the password).
In the
registration/register.php
file I see the form code:<label for="signup_username"><?php _e( 'Username', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label> <?php do_action( 'bp_signup_username_errors' ); ?> <input type="text" name="signup_username" id="signup_username" value="<?php bp_signup_username_value(); ?>" /> <label for="signup_email"><?php _e( 'Email Address', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label> <?php do_action( 'bp_signup_email_errors' ); ?> <input type="text" name="signup_email" id="signup_email" value="<?php bp_signup_email_value(); ?>" />
I can change the label easily, but am I able to remove the username functionality completely in favor of using the email as the username?
The password/confirm password
for/name/id
fields aresignup_password/signup_password_confirm
, can I do the same for email/email confirm?Topic: No validation mails are sent
Goodnight. Since the last update, buddypress not send emails validating new user accounts. I checked the plug smtp.wordpress and working properly. The problem occurs at the time of registration of a new user.
Hello, I have a registration website, integrated with Buddypress of course and after users register they will get an email from my site with sender like this ‘mysite@wordpress.com’. I want it to be like ‘no-reply@mysite.com’. Can anybody help me with that?
Topic: Registration page css
My Buddypress was working fine when all of a sudden the Registration page is displaying without css.
I think this is linked with upgrading my server today to PHP 5.4 from 5.3. Is that a possible explanation? If not it is a big coincidence.
I am running two plugins affecting that page (both working perfectly fine up until now):
BP Registration Options
Pixel Jar BuddyPress HoneypotMaybe one of those doesn’t like PHP 5.4.
If anyone has any ideas about where to look first/what is most likely to cause the registration page to stop loading css I would be grateful to hear.
Peter
Hi,
I use wordpress version 4.5.2 and buddypress version 2.5.2
I installed the Ultimate Membership Pro on my site to improve the registration of students, but the site does not recognize the slug.
I put the slug on the registration page but it is always replaced by the original site.
The Ultimate Membership Pro Support logged on my website and said it is a problem with BuddyPress that leaves not recognize the Ultimate Pro Membership form.I tested on another page and recording works perfectly.
See the link below:Can you help me solve this problem?
Thanks,
Migueli want to be getting notification on anyone that registers on my site… like the persons details that registered gets an activation massage and i d admin gets a notification upon registration or activation
Hi Everyone
I’m looking for help with the following logic, if anyone can help it would be greatly appreciated. It is required in the registration and is based on a users selection of a school
If a user selects a school from the dropdown list ie. School 1, then by selecting that school
it sets pre-defined groups and assigns the school and the pre-defined groups to the users profile.My way of thinking (maybe way off)
//Input type = select
School 1
School 2
School 3//Input type = checkbox
Group 1
Group 2
Group 3
Group 4//Condition: if user selects an option from dropdown field
if(select id == option value(“School 1”)
{
// set these groups checkbox fields as selected
set group pre-defined-groups(“Group 1”, “Group2”, “Group 4”)// assign selected school option to user’s profile
??? (select field is only used to allow those groups pre-defined to be used by a new user registering to the site).// assign pre-defined-group checkbox field to user’s profile
??? (because these groups are set up through buddy press does that mean they should automatically be added)}
if(select id == option value(“School 3”)
{
// set these groups checkbox fields as selected
set group pre-defined-groups(“Group3”, “Group 4”)// assign selected school option to user’s profile
???// assign pre-defined-group checkbox field to user’s profile
???
}admins should be able to change school or groups anytime
Thanks
WordPress 4.5.1
BuddyPress 2.5.1
Geodirectory framework and Geodirectory’s Modern theme.Buddypress mails get sent but only using the plain text version. I have modified one of the templates with different wording for HTML and plain text, and no matter what, the system always send the plain text version, so it seems like some part of the system is deciding to just take such version.
My WordPress instance doesn’t have (and very likely won’t have) a local SMTP server so I’m using “Easy WP SMTP” to communicate with Google servers. I also use BP Registration Options to get account validations.
Topic: Make BP work with theme
Latest versions of WP and BP. Here is the site/page in question: http://campchroma.com/register
The registration form won’t let you fill it out.
Switched themes and it worked.
But I don’t want to redesign my whole website to work with a basic theme.
My theme is called The 7 from ThemeForest/Envato Market. Link http://goo.gl/Z1E8Uk
How can I make this work?
Topic: Email Message Tokens
Hi,
Im looking at the email tokens available for use with BuddyPress and the automated emails sent from wordpress.
My question relates to this token in particular…..
{{{unsubscribe}}}
If a user clicks this, does it just unsubscribe them from the email notifications, or does it cancel their registration?
you know how sometimes you get an email and at the bottom there is a link along the lines of
“Didnt sign up for our website? click here to unsubscribe”
Is that what that token is for?
Thanks,
Phil
Hello.
My website is http://www.ymphony.com.
On the BP registration page, it looks as if a user can register with the following fields:
User Name, Email Address, Password, and Confirm Password.How do I remove the User Name on the registration form? Thank you.
Hello.
I want to create a registration page, but it looks like the following fields are the default: User Name, Email Address, Password, and Confirm Password.
Is there any way to remove the User Name field and add Re-Capcha box onto the Registration Form? And how do I remove the Profile Details verbiage?
My site is http://www.ymphony.com. Thanks!
I’m using WP Multisite 4.4.2 configured for subdomains and BuddyPress 2.5.2.
What I need to do is configure the links included in the notification emails sent to new registrees with https urls rather than http urls; i.e. I don’t want new site Administrators logging into their Dashboards without the encrypted protocol.
The {activate-site.url} of the BuddyPress email notice is using https just fine but the {user-site.url} and BLOG_URL of the Multisite registration are not. With respect to my Multisite Network Settings, I have “Both sites and user accounts can be registered.” selected under “Registration Settings”.
For the record, I do have a Wildcard SSL certificate from GlobalSign on the Multisite’s domain name.
Thank you,
DonThe new e-mail system in version 2.5 a step in the right direction, but it doesn’t make things simpeler. For example:
– Registration e-mails are sent via Buddypress
– Password reset e-mails are sent via WordPress
– Changing an e-mail address is sent via Buddypress
– Notifications of reply in topic is sent via bbpress
– Notifications van private messages are sent via BuddypressIt would be great if Buddypress has templates for WordPress en bbpress e-mails too. Or at least for password resets. This makes it less complicated to style e-mails once Buddypress is installed.
Hi everyone,
I’m looking to add the ability for links to open in a new tab from the register profile fields
Following on from the advice from a previous thread i’ve created a page for my ToA and have applied the link to that page and the checkbox to default. All works fine except the link opens in the same page. I’ve added the target = blank to the html but that part of the code disappears when i save it, meaning the link always opens in the same window. This means the user needs to hit the back button to continue registering for the site if they want to read the ToA.
Is there a way i can force the link for the terms to open in a new tab?