Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,376 through 1,400 (of 7,641 total)
  • Author
    Search Results
  • dhsllc
    Participant

    Hi. I have a fresh install of BuddyPress 2.9.0 (and BBpress) on WordPress 4.8.1.

    I was able to customize the registration page to allow members to select their ‘identity group’ (teachers or students) with a radio button.

    What I am hoping to accomplish is to assign these members to a group based on their selection.

    I’m not sure how to do that. Help is appreciated.

    I did find 3rd party plugins with this one looking very promising: https://wordpress.org/plugins/buddypress-registration-groups-1/ but I’m hoping to avoid adding a bunch of plugins if this can be accomplished with the existing BuddyPress tools.

    #267538
    rmbeard
    Participant

    Hi I’ve just installed this but I found when I go to test self-registration it doesn’t find the registration page. Can anyone give me some advice on how to proceeed? I also ended up deleting the registration and activate pages a few times in my efforts to fix this and it appears now to ahve renamed the pages within wordpress to register-3 but it doesn’t even find those. If nyone can advise how to reset that back to register, or what the path to the register directory might be, that would be great.

    Thanks

    Rodney

    #267534
    webizone
    Participant

    Hi, I realize this is an old thread. However, I thought of posting my solution, just in case someone finds it helpful. (tried posting it three times.., it just disappears from here)

    Solution:

    1. Copy the the contents of the bp-templates/bp-legacy/buddypress/members/register.php into the new registration page template

    2. At this point, the registration form will show up, but nothing will happen when we submit the form.

    3. To solve that, we need to add a custom function to the “bp_screen” hook. In the custom function, we will paste the contents of the “bp_core_screen_signup” function. (located in bp-members/bp-members-screens.php)

    4. Then, in our custom function, we will remove this

    if ( ! bp_is_current_component( 'register' ) || bp_current_action() )
    
    		return;

    and put this

    if ( !is_page( 'your-page-slug' ) || bp_current_action() )
            
            return;

    5. Next, we’ll remove these lines
    bp_core_load_template( apply_filters( 'bp_core_template_register', array( 'register', 'registration/register' ) ) );
    It will work now.
    Here is the pastebin of the custom function created in bp-custom.php

    r-a-y
    Keymaster

    The problem is with the function used to generate the active member count.

    On your site, you have a ton of inactive users, which is causing the SQL query to be very large. I’m guessing you installed BuddyPress on a really big site recently and your users haven’t logged in yet? I’m guessing your site has a ton of pending users that you haven’t deleted yet?

    BuddyPress can do better here, but in the meantime, one way to mitigate this SQL query is to generate a script that will backfill an activity timestamp for all your inactive users one way to mitigate this query is to delete all your pending users (the ones that haven’t completed registration) like Shane mentioned. This will stop WPEngine from killing the query.

    #267476
    vencecanguelos2
    Participant

    I have a web in development with WordPress, in it I installed BuddyPress to create a series of forums. These need three levels of privacy:
    1 – To access these you have to be registered, once with registration you can access all but one of them.
    2 – Another level to access, this time to all.
    3 – An admin that controls all permissions.
    What plugin can I use?

    Umakant Sonwani
    Participant

    Hello Guys,

    I am creating a social network and want to add membership Subscription in BuddyPress registration.
    I am want to add checkout process before registration of buddypress, but I can’t find any action/filters.

    Please let me know if you guys know about something.

    Thanks

    #267392
    r-a-y
    Keymaster

    You might also want to view the following thread to see if it might be related to your problem:
    https://buddypress.org/support/topic/registration-and-edit-profile-issue/#post-254061

    #267331
    Joost abrahams
    Participant

    1. Which version of WordPress are you running?

    4.8

    2. Did you install WordPress as a directory or subdomain install?

    directory

    3. If a directory install, is it in root or in a subdirectory?

    root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?

    No

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    Yes

    6. Which version of BP are you running?

    2.9

    7. Did you upgraded from a previous version of BP? If so, from which version?

    2.8.2

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    Ban Hammer: 2.6
    bbPress: 2.6-rc-3
    BP Blog Author Profile Link: 2.8.1
    BP Idea Stream: 1.0.1
    BP XProfile WordPress User Sync: 0.6.4
    BuddyDrive: 2.1.1
    BuddyPress: 2.9.0
    BuddyPress Docs: 1.9.4
    BuddyPress Edit Activity: 1.0.8
    BuddyPress Groups Extras: 3.6.9.1
    Co-Authors Plus: 3.2.2
    Jetpack by WordPress.com: 5.1
    JetPack Non-Admin Removal: 3.0
    Login Site Icon: 1.0
    Mantablog bp register text: 0.1
    Mantablog bp remove rss: 0.1
    Mantablog Custom Profile: 0.1
    Mantablog meta desc homepage: 0.1
    MediaPress: 1.1.6
    Registration Honeypot: 1.1.0-alpha-1
    SEO – Remove H1: 1.0.2
    TablePress: 1.8
    TinyMCE Advanced: 4.6.3
    WP Idea Stream: 2.4.0
    WP Revisions Control: 1.2.1
    WP Sitemap Page: 1.6

    9. Are you using the standard WordPress theme or customized theme?

    standard WordPress theme

    10. Which theme do you use ?

    Generatepress

    11. Have you modified the core files in any way?

    No

    12. Do you have any custom functions in bp-custom.php?

    No

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    2.6rc3

    14. Please provide a list of any errors in your server’s log files.

    15. Which company provides your hosting?

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?

    Linux; Apache

    edvard1
    Participant

    Hello all forum members. Recently I encountered the need to add here such fields for profiles, including registration of a new account. Record, give an example. There is a single choice field for the country. And there is a plural list with cities. And it is necessary to make so that cities vary depending on a choice of the country. Well, or so that just changed the field. Found at the moment such a plugin: https://buddydev.com/plugins/conditional-profile-fields-for-buddypress/. But for some reason it does not work for me, maybe this problem arises because of my theme. In advance thanks to all responded =)

    batg1rl
    Participant

    Hi,

    I am using S2member Pro with Buddypress. When users register, they register as ‘owner’, ‘borrower’ or ‘both’. I have set these labels to correspond with the S2member levels and labels – level 1 = owner, 2 = borrower, 3 = both. When a member wants to search, owners would want to search for borrowers and vice versa and if they have registered for both they would want to search for owners or borrowers.

    My problem is that these names are not saved. Ideally, I would like them to be saved as part of the registration process (each type would have a different cost) and not changed during profile completion or be visable on their profile.

    I am using BP Profile Search plugin and need to be able to search for owners or borrowers and if the user is registered as both their profile should show when owners or borrowers are searched for.

    Has anybody got any ideas or solutions to this ? I really need your help !!!

    #267259
    yabai31
    Participant

    no, i didn’t change my username.

    one thing i just thought of that i’m not sure would effect it: i’m using this code:

    .field-visibility-settings-toggle {
    display:none;
    }

    in my style sheet to hide the real name field during user registration. do you think that could effect it in anyway?

    #267246
    Shmoo
    Participant

    Did you maybe change your username after registration?

    #267233
    shanebp
    Moderator

    You can turn off registration.
    Head over to Settings » General page in your WordPress admin area. Scroll down to the ‘Membership’ section and uncheck the box next to ‘Anyone can register’ option.

    antelam
    Participant

    I can not enter any characters in any of the input fields on the registration page.
    When I inspect the elements they do not appear to be present in the DOM but do show visually on the screen.
    I checked in Chrome, IE, mobile chrome and native android browser.
    VERSIONS:
    buddypress: 2.8.2
    wp: 4.8
    php: 5.4
    Please help
    Thank you

    udarmo
    Participant

    Hi,
    I’m using BP 2.8.2, WP 4.8.
    My (temp) website is demo.vsenashi.com it’s in Russian.
    I’m not getting BP notification emails. Registration is half WP and half BP, so I get emails, but all other activity BP notifications (messages, comments and new activity) – nothing.
    I have already checked spam folder.
    I tried Check Email plugin – sends emails.
    I tried WP mail SMTP plugin – not working with SMTP, but working with PHP mail(). So I configured this option and still no email notifications.

    What can I try to do to solve the problem? I saw many topics about it, but most of them still not solved.

    #267092

    In reply to: Invalid Activation Key

    kcscience
    Participant

    I am having the same problem with my web site, and I have figured out why the problem happens, and why the problem is intermittent…

    Here is the problem: a user registers for a BuddyPress account, receives the activation email, follows the link in the activation email, and gets the “Invalid activation key” error. Yet, their account really *is* activated, and they can log in and use their account. A different user does exactly the same thing, and everything works great for them – they get the “Account Successfully Activated” page.

    *Some* users have this problem, most don’t. The ones that do? They seem to have “Blue Coat K-9 Web Protection” software installed on their computers. This is software that is generally installed by parents to keep children from viewing inappropriate content on the internet. When the user follows the “activation” link, K-9 (running on the user’s computer) sends the URL to Blue Coat’s servers, which hit the URL (causing the account activation to succeed). Blue Coat’s servers analyse the “account activation succeeded” response, decides that web page is “kid friendly”, and then tells the user’s computer that that URL is “safe”. The user’s browser is then allowed to hit the URL, but, since that BuddyPress account has already been activated (by Blue Coat’s servers), the user sees the “Invalid activation key” error message, because we tried to activate the BuddyPress account twice.

    Assuming that Blue Coat’s K-9 software is not the only “internet safety” software that acts in this way, it might be a good idea to change the BuddyPress “account activation” system to display an “activation succeeded” message when a user (or their “internet safety” software) tries to activate a BuddyPress account more than once.

    Here are more details, in case if anybody is interested…

    I instrumented my site’s “index.php” and my site’s “public_html\wp-content\plugins\buddypress\bp-templates\bp-legacy\buddypress\members\activate.php” with code that logs tons of stuff, including the IP address of the user. This led to the following discovery…

    When a non-K-9 user follows the “activation” link, “index.php” gets hit (from their computer’s IP address), which invokes the fore-mentioned “activate.php”, which activates the account and emits the “activation successful” web page, and all is well. One web request happened, as demonstrated by “$_SERVER[‘UNIQUE_ID’]”.

    When a K-9 user follows the “activation” URL, however, a MUCH different situation occurs, which involves four separate web requests. The first two requests come from an IP address that is registered to Blue Coat Systems / Symantec Corporation, the makers of the K-9 Internet Protection software. The second two requests come from the user’s computer…

    * Web request #1 – Blue Coat’s computer hits “index.php” with the activation URL’s ending slash missing.

    * Web request #2 – Blue Coat’s computer hits “index.php” again, with the correct activation URL this time. This invokes lots of PHP code (on my server), which eventually results in “activate.php” running and the account activation succeeding. The reply (the “account activation succeeded” web page) is delivered to Blue Coat’s servers, who analyses it and decide that the web page is “kid friendly”, so it tells K-9 (running on the user’s computer) that it’s OK to show that page.

    * Web request #3 – The user’s computer finally hits “index.php”, in order to activate the account.

    * Web request #4 – The user’s computer hits “index.php” again, with the registration key removed from the end of the URL this time. This invokes lots of misc PHP code, which eventually results in “activate.php” running and failing this time, because the activation has already happened (back in web request #2, which Blue Coat made, in order to determine if that web page is “kid friendly” or not).

    I have no idea why the user’s computer (in #3 and #4) make two requests instead of one. However, even if it made just one, it would still show the error message, because that’s the second time the BuddyPress account was activated.

    – kcscience

    #267075
    segkof
    Participant

    Hello,
    Please I am working on a project and I need two different registration from for 2 different user role.
    I need help with creating another registration page.
    Thanks

    jamesdoherty1708
    Participant

    Hi,
    I was wandering if there was a way to add more than one profile field group into the registration page, i know default is only the Primary group.
    I had a look on here but all the posts were from years and years ago and i thought i’d check.
    I’d really just like to tailor to registration to my two member types – therefore ‘Student’ members will be asked for information about where they study and ‘Business’ members will be asked about where they work.
    Thanks in advance, James.

    #266958
    claw54
    Participant

    Wordpress:4.8
    Buddypress:2.8.2
    Site: http://lowendev.com/develop/

    Hi there,

    I wonder if someone might be able and willing to assist. I’m using BuddyPress Registration Groups so the user registers for one specific group and i want to filter the blog page to only display a particular category depending on the group the user belongs to. For example if the user belongs to group A then they only see posts in the food category.

    Thank you in advance.

    #266910
    Nikita Kulachenkov
    Participant

    I’ve installed the plugin, enabled the login form and discovered that there are no checkboxes. You can check it on my site in sidebar
    https://tbmods.ru or by screenshot http://prntscr.com/fticpm (“Forgot password?” string)

    In registration form checkboxes are missing too.

    How to solve this problem in my theme?

    #266892

    In reply to: BuddyPress Login Error

    imthinking
    Participant

    I resolved by enabling AJAX registration but not the solution I was looking for.

    stylianos9
    Participant

    Hello, i am currently developing a website and on the website i have the Dokan multivendor. However, i created a custom registration page from Users -> Registration Fields in order to appear on the sign up page. The problem is that every time a user signs up, they automatically get the role of a vendor by default instead of a normal subscriber! How could i fix that?
    Thank you

    #266721
    wbcomdesigns
    Participant
Viewing 25 results - 1,376 through 1,400 (of 7,641 total)
Skip to toolbar