Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,951 through 1,975 (of 7,641 total)
  • Author
    Search Results
  • #253403
    bennypowers
    Participant

    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,

    navyspitfire
    Participant

    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?

    #253305
    Jot
    Participant

    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.

    #253304
    Jot
    Participant

    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.

    #253298
    Arize Nnonyelu
    Participant

    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?

    #253286
    peter2012
    Participant

    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 Honeypot

    Maybe 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

    diverpt
    Participant

    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:

    TEstREg

    Can you help me solve this problem?

    Thanks,
    Miguel

    #253243
    truststanly
    Participant

    i 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

    adpihamat
    Participant

    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

    #253181
    fidelleon
    Participant

    “Solution” told here works fine but requires modifying core:

    https://buddypress.org/support/topic/2-5-html-email-styling-not-working/

    The BP Registration Options plugin forces in some way to send the emails using content_plaintext instead of content_html:

    $must_use_wpmail = apply_filters( ‘bp_email_use_wp_mail’, $wp_html_emails || ! $is_default_wpmail );

    It gets set to true so:

    if ( $must_use_wpmail ) {

    […]
    $email->get( ‘content_plaintext’, ‘replace-tokens’ )

    If you visit the “Manage Signups” and send an email to the user (reminding to activate their accout), the mail is 100% HTML w/o touching anything…

    fidelleon
    Participant

    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.

    #253146
    danbp
    Participant

    Hi,

    read here please: https://buddypress.org/support/topic/buddypress-registration-without-username/

    Other solutions (untested):
    https://wordpress.org/plugins/smart-wp-login/
    https://wordpress.org/plugins/ppress/
    There maybe other plugins.

    If you don’t have a good php experience, i would recommand you to not alter this sensible WP core part in any way.

    #253145
    riseUp
    Participant

    Hello BP community,

    Can somebody assist me with the above question please? I would like to remove “User Name” label and field from the Registration form. Please help? Thank you.

    #253120
    funcolors
    Participant

    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?

    #253098
    bogski
    Participant

    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

    #253095
    honet
    Participant

    Hi there are you able to post your page code so I may take a look. I have followed the same method for my registration page, but am faced with the header and footer issue exactly like you. I cannot seem to make it work and would love a few tips on this!

    riseUp
    Participant

    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.

    riseUp
    Participant

    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!

    Don
    Participant

    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,
    Don

    #253008
    rmens
    Participant

    The 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 Buddypress

    It 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.

    #253000

    This will turn off registrations altogether, thus removing the BuddyPress missing page nag:

    Go to your WordPress’ Settings > General page and uncheck Membership Anyone can register

    Don’t know how that will effect your theme’s registration, though…

    balmainboy
    Participant

    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?

    #252975
    sharmavishal
    Participant
    #252973

    In reply to: activation email etc

    sharmavishal
    Participant

    googling “buddypress approve new users” helps before posting to the forum

    https://wordpress.org/plugins/bp-registration-options/

Viewing 25 results - 1,951 through 1,975 (of 7,641 total)
Skip to toolbar