Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,751 through 1,775 (of 7,641 total)
  • Author
    Search Results
  • danbp
    Participant

    You followed apparently all steps except one: permalinks activation. Go to dashboard > Settings > Permalinks and choose an option, except “default”. Save and see if your urls are working. 😉

    Check also anything listed here (php version, htaccess,… ) in case of.

    FYI:
    The default register page is in following location
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/register.php

    This theme exist only for backward compatibility and is no more used by BuddyPress since BP 1.8
    /wp-content/plugins/buddypress/bp-themes/bp-default/registration

    shughesd
    Participant

    Hello,

    I’ve researched so many forum posts, and I’m not getting anywhere in solving this problem – and it is so important to this site and the whole reason I’ve built around BuddyPress!

    I have anyone can register in general settings.

    I have the register page selected in page options in Buddypress settings.

    The page exists, is a parent page in Pages.

    I have tried disabling all plugins and switching to the 2016 template.

    I have checked the register.php file exists in the appropriate folder: public_html/wordpress/wp-content/plugins/buddypress/bp-themes/bp-default/registration

    I am using the most update wp 4.6.1

    My URL is http://pathways4learning.com Clicking on register on the top black bar, or on the link on the login page, takes me to a ‘page not found’ and 404 error page.

    PLEASE HELP! There is always a solution, please help me find it.

    Thank you in advance.

    rafiamudasar
    Participant

    Hi
    I want to create a dropdown of listing categories from which a user can select the categories on registration. But I am not sure how that would be done as I didn’t find any relevant tutorial on pre populating dropdown in xprofile

    wordpress version: 4.6.0
    buddypress: 2.6.1.1
    and here is a link to my site
    http://dev6.inserito.me/Birthbox/

    #258590
    loneseeker777
    Participant

    WP Version: 2.6.1
    BP Version: 2.6.2

    My site is hosted by an external server, owned by WealthyAffiliates. All plugins, versions, etc., are stored on their databases.

    Issue persists with the bundled themes, too.

    Issue: After account creation and activation, the site rejects all attempts to allow login. I don’t know why this is happening. I talked to my provider, and they claim that their CDN doesn’t block users that go through the wp-login.php, so that’s not an issue.

    Steps:

    The new user clicks “register” on my sidebar, and is taken to a registration page. The page sends them through without issue, and sends the verification email.

    After the email is received, the account is verified and it says they’re free to login.

    Once they return to the homepage and try to sign in, however, it rejects access at the /wp-login.php page, citing an Error 401. Does anyone know a way around this?

    What I’ve tried:

    Disabling everything but BP

    Reinstalling BP

    Swapping to Twenty Fourteen

    Disabling WP synchronization with BP

    BobSD99
    Participant

    I have an xprofile field for newsletter when a user registers, which stores the field as a serialized entry of the allowed value for that field, which is the name set in the BuddyPress back end, in this case:

    “Subscribe to free newsletter”

    This results in a serialized entry in the wp_bp_xprofile_data table (in my case, for field 307) that looks like this:

    id: 14421
    field_id: 307
    user_id: 15201
    value: a:1:{i:0;s:28:”Subscribe to Free Newsletter”;}

    However, when I use the BuddyPress function to update that data:

    // get permitted value for field 307 - required for xprofile_set_field_data() to work
    $field = xprofile_get_field( 315 );
    $UpdateField =  $field->name;
    xprofile_set_field_data( 307, $current_user->ID, $UpdateField );

    The result is the field is now set to a simple string:

    id: 14421
    field_id: 307
    user_id: 15201
    value: Subscribe to Free Newsletter

    I want to reconcile these entries, so they are the same format, but when I converted the string to a serialized field the update function fails:

    // serializing field $UpdateField
    $newfield = serialize ( $UpdateField );  // result: [s:28:"Subscribe to Free Newsletter";]
    xprofile_set_field_data( 307, $current_user->ID, $newfield );

    This command fails, which I believe is because the field must match the allowed value as set in the back-end for the extended profile. I suspect because the serialized field looks like this:

    s:28:"Subscribe to Free Newsletter";

    But maybe should look like this:

    a:1:{i:0;s:28:"Subscribe to Free Newsletter";}

    So maybe I can convert the datum to a properly serialized array with the correct argument to the serialized function, and then pass it to the xprofile_set_field_data() function and get it to update.

    But why is this behavior happening? This wouldn’t seem to be the expected behavior when I pass a string to the function. I would expect the value I set on registration would be the same format of the value set when I update the field. Am I doing something wrong and how do I reconcile these entries?

    #258474

    In reply to: Confirmation Email

    roller24
    Participant

    Those files were in the wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members
    file in question was registration.php

    #258472

    In reply to: Confirmation Email

    roller24
    Participant

    David Im trying to alleviate the activation process, I tried your snippet in /wp-content/plugins/bp-custom.php

    I added a closing php tag because I didn’t see one, but something didn’t happen correctly.
    the registration page returns to registration page and no user is activated.

    Are we missing something? Do I need to put the code elsewhere?

    I also noticed in one file, I think it was signup that at the end of the file after submitting registration there was an if statement that asks if user activation required… send activation email..
    else
    echo your good go ahead and login..

    I was searching for the setting which makes activation required, but could not find it.
    There is a strange row in the bp data tables called “registration” with only a 0 as the data.
    Could this be changed to 1, I didn’t test it, but if you know.

    #258447
    Architech
    Participant

    Hi,
    I’ve trying to figure out what is wrong with my setup but so far no progress.
    Any url/link on fronted fails in continuous redirect loop after I enable BuddyPress.
    I have tried :
    – new clean installation
    – Nginx web server ( redirects to registration page, even if the user is logedin in admin )
    – Apache web server ( redirects to index.php )
    – clean install only WordPress and BuddyPress

    Backand ( admin ) works fine.

    Wordpress version 4.6
    BuddyPress 2.6.2
    issue is present on any theme

    Latest setup is Nginx reverse proxy to Apache and php-fpm.
    Same situation, admin works fine, frontend goes to infinite redirect loop.

    Any suggestions ?

    On local installation Frontend and backend work fine – XAMPP environment.

    Any help would be appreciated !

    cs181
    Participant

    Hi

    I am building a website that for different professionals to register as a member of the website. For example, an accountant can register as a member in the accountant user group, a lawyer can register as a member in the lawyer user group and so on. Each user group needs to have different profile feilds to fill in on the registration form.

    Can this be achieved by BuddyPress and its plugins?

    #258367
    David Cavins
    Keymaster

    Hi, you have to enable WP registration at Settings > General > Anyone Can Register:

    http://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/

    #258366
    isavarg
    Participant

    I can see them when I’m locked out, but on the registration page, I get a message saying “User registration is currently not allowed.” so how do I make it so that people can register?

    #258360
    David Cavins
    Keymaster

    Hi isavarg-

    You’ll have to be logged out to see the registration or activation page, otherwise they redirect to the home page. Have you tried it while logged out?

    #258319
    jasonlazarus
    Participant

    After installing buddypress and assigning the registration page, the registration fields do not appear on the registration page. Essentially the page is blank.
    See Issue URL: http://www.nyfertility.org/register.html

    Here is what I have done so far:

    – I checked and disabled various plugins
    – using wordpress Version 4.6
    – registration page is assigned properly to existing page under buddypress settings
    – enabled membership to be active – anyone can register (default as subscriber)
    – removed buddypress plugin and – reinstalled – BuddyPress 2.6.2
    – checked your forums for possible solutions – found nothing related
    – deleted registration page, and created a new one with same url, and again with a different url – still no content appears

    Any other advice would be greatly appreciated. I’m lost!

    #258316
    isavarg
    Participant

    I’m having trouble setting up the registration and activate pages on my wordpress. I’ve made pages for it to be put on, but links aren’t showing up on the site and when I try to view the pages, it just shows me my blog’s home page.

    #258313
    danbp
    Participant

    Hi @shughesd,

    for clarification, the first topic author mentionned Trying to find where to edit the text above the fields.
    Are you looking for the exact same thing ?
    Is register.php in the right folder ? /child/buddypress/members/register.php ?

    The only text above the fields when registration is allowed is
    Registering for this site is easy. Just fill in the fields below, and we\’ll get a new account set up for you in no time.

    You have 2 options to edit/modify this string:
    – using the language file if you only want to change the text.
    – modify it in register.php if you want to change the HTML tag (by default it’s <p>)

    Other text above fields is the field title.
    This can be changed in fields admin. Dashboard > Users > Profile Fields. Edit the field and change the title to your need.

    And finally, which doesn’t need any alteration of a template or language file, you can use one of the 30 action hooks existing in register.php

    You can write a function and hook it to the placeholder of your choice. To do this, you add the below functions to bp-custom.php

    Example
    Add a welcome message at the top of the registration page, above Registering for this site.
    And another one below it.

    function my_custom_register_msg_title() {
    echo '<h2>Welcome on my site !</h2>';
    }
    add_action( 'bp_before_register_page', 'my_custom_register_msg_title' );
    
    function my_custom_register_message() {
    echo '<p>Thank you for registering.</p>';
    }
    add_action( 'bp_before_account_details_fields', 'my_custom_register_message' );

    In hope it helps you to understand the principle of operation on templates.

    #258310
    shughesd
    Participant

    Hello,

    I have the same query and did as instructed- created a buddypress folder in my child them, pasted the registration.php file, and made the changes there. However the changes do not render.

    Do I have to do something else with the original register.php page in order for this to work?

    Thank you!

    #258278
    danbp
    Participant

    i can’t replicate your issue. My snippet works as expected and when TOS box is not checked, the registration is aborded.
    You can test the error messages appearing for required fields by going to register page. Don’t fill any field and click on regiter. Does this work ?

    Also do you use any kind of plugin on registration page or for xprofile fileds ? Or other custom code ?

    The description field is stripped by default. But you should be able to add an href by using single cotes. But that’s all. If you insert a target to href, it will be removed.

    #258220
    danbp
    Participant

    Apparently nothing to do with BuddyPress.
    Same question as on the buddypress-registration-groups(error comes from this plugin ) support !
    See
    https://wordpress.org/support/topic/fatal-error-on-registration-form-1

    #258214
    shughesd
    Participant

    Hello,

    I have the following error on the bottom of my registration page, and there is no submit button.

    Fatal error: Call to undefined function groups_get_total_group_count() in /home/freeaupa/public_html/wp-content/plugins/buddypress-registration-groups-1/includes/bp-registration-groups.php on line 53

    http://freeaupair.com/register/

    I am using Member Types by BuddyBoss.

    Thank you in advance!!

    danbp
    Participant

    See these plugins
    https://wordpress.org/plugins/buddypress-registration-groups-1/

    https://wordpress.org/plugins/bp-auto-group-join/

    but remember you asked first for Conditional select options […] 😉

    fazla
    Participant

    @danbp I can use that plugin now thank you but that was not what I was looking for. My question was I want to make a profile field on the registration page where I want to add pre made group
    I want to add some groups and then I want members to join in the a particular group while registering

    #258118

    In reply to: No registration page

    danbp
    Participant

    Hi,

    review all site settings and check about the fatal error mentionned on the /register/page:
    Fatal error: Call to undefined function groups_get_total_group_count() in .../wp-content/plugins/buddypress-registration-groups-1/includes/bp-registration-groups.php on line 53

    I think that your buddypress-registration-groups plugin folder is malformed.
    buddypress-registration-groups-1 is most probably written buddypress-registration-groups

    #258117
    shughesd
    Participant

    Hello!

    I don’t seem to have a registration page for my buddypress. While a page ‘exists’, when I type the url (freeaupair.com/register/) it redirects to the root url. This page is selected in Buddypress Page settings.

    I started with a buddypress bundled theme (Kleo) but did change to the x-theme. I uninstalled and reinstalled buddypress, but the same occurs.

    HELP!

    http://freeaupair.com

    Thank you.

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