Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 2,026 through 2,050 (of 7,642 total)
  • Author
    Search Results
  • stewmills
    Participant

    I have:
    WP 4.4.2
    bbPress 2.5.8
    BuddyPress 2.4.3
    Karma theme 3.0.3

    The issue I have is when a new user clicks on the email link to activate their registration and is redirected to my site to the included BP confirmation page, but this page has some yellow text boxes. One with text and one empty. how can I make them just not display?

    Image and video hosting by TinyPic

    #251727
    davidkey772
    Participant

    Thank you SO much for engaging and for your optimism…

    The site is hosted with a small company called Green Web.I have several other sites hosted with them using WP and they all send email form the sites fine. For this reason, I don’t think it’s a server issue. None of these other sites have BP though.

    The site that has BP – the one I have the issue with – has a plugin that sends emails to notify about new blog posts: that works fine. Also, other WP admin notifications (password changes, new registrations, etc.) all work fine.

    The theme is custom built – but as I mentioned, other types of email notification are working fine with this theme. It’s just the BP email notifications…

    #251633
    harleycodr
    Participant

    Okay I got my confirmation email, but now it takes me to my home page on the site to ‘complete the registration’ which is hosed. What now?

    r-a-y
    Keymaster

    I turned off all Plugins except WordPress and Buddypress and this issue still occurs.

    Are you sure you disabled all plugins except BuddyPress? If so, check for any rogue code snippets in your theme’s functions.php or wp-content/plugins/bp-custom.php.

    Once that is done, delete all registration pages you have set up in WordPress. Create a new WordPress page to be used for BuddyPress registration. Just enter a post title and hit “Publish”. Also, ensure all your pages in the “Pages” trash are deleted.

    Next, go to “Settings > BuddyPress > Pages” and set the “Register” page to the page you just created.

    #251607
    johnywhy
    Participant

    Thanks, danbp. I discovered those!

    I’ve heard of viruses being embedded in the pixels of an image, somehow. Is that the concern?

    It happens our registration page is password protected, by invitation only, and all sign ups have to be administrator approved.

    johnywhy
    Participant

    Hi,

    is there a way to display the unavailable profile fields on the Registration form?

    Such as profile photo and cover photo.

    We want to put ALL fields in the registration screen, instead of relying on users to go in and enter the other fields later.

    thx!

    IngeB1983
    Participant

    Hi there,

    There is something about the registration process I can’t get done which annoys me. Hopefully someone can help.

    I added this line to the registration template.
    Sign up agreement
    Works fine and the line shows.(Only if placed after the </div><!– #buddypress –> ) But when someone completes/submits the steps, they are taken to a different page, generated from the same code.

    What I mean is this:
    Step 2 of the process
    Now, as you can see, the line also shows up here.

    Q: How can I get the line to only show up on the first page and NOT on the second page?

    The code that generates this second step is this:

    
    			do_action( 'bp_before_registration_confirmed' ); ?>
    			<?php if ( bp_registration_needs_activation() ) : ?>
    
    				<p><?php _e( '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.', 'buddypress' ); ?></p>
    
    			<?php else : ?>
    
    				<p><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ); ?></p>
    
    			<?php endif; ?>
    

    Good to know:
    – I read and understand the hierarchy in templates abt Buddypress.
    – The code is currently generated from index-register.php
    – I use a childtheme
    – Buddypress v 2.5.1
    – WP v 4.4.2

    Thanks in advance for helping out!

    #251532
    jrytesting
    Participant

    Hello, I had this same problem and this is how I fixed it. It was mentioned in this thread
    (https://buddypress.org/support/topic/bad-link-to-profile-edit/)
    that there may be a problem in the database table “wp_bp_xprofile_groups”. For some reason the first item id there is not “1” but something else. As you change the id to 1, everything works. Then it also shows the Profile details side Name field (required) in the registration page.

    Also there was a problem to edit profile, it went to “Page not found”. This gets fixed also now, now you can edit the fields.

    This seems to be some kind of bug in the installing process in some circumstances. I tested this by removing the BuddyPress and also deleting the BuddyPress database tables. They must be deleted manually, they wont get out by deleting the plugin.

    New installation put the first id number to “3” to “wp_bp_xprofile_groups” table. Even the group_id in the table “wp_bp_xprofile_fields” was “1” (after I activated some components in BuddyPress menu, before that the tables were empty) for the first field item. So now the field item and the group item never matched.

    Hopefully this helps someone. It seems that there are a lot of discussion of this problem, and this is a very annoying problem if you are really using BuddyPress.

    Basically the registering had a workaround for example by using plugin “Theme my login”. The registering also looks simpler as there is not that “extra” name field. It is however unknown how BuddyPress works without that name field. Well, but perhaps that is an another story.

    riseUp
    Participant

    Wordpress version: 2.2.7
    Buddypress version: 2.5.1
    My Site: http://www.ymphony.com

    Hello,

    I am currently using a plugin called WP User Frontend Pro to utilize the ability to create nice front end forms. I also liked their Registration and Login/Logout functionality. Basically, I am using their Registration and Login/Logout functionality for the whole site.

    I also want to use BuddyPress’s social features.

    Can somebody guide me on how to “integrate” the use of BuddyPress to be “underneath” the User Frontend Pro’s registration and login/logout feature?

    In other words, I want users to be able to register, login, and logout via the User Frontend Pro plugin and also be able to register, login, and logout to use BuddyPress.

    Hope the above questions make sense…Thanks!

    #251522
    yandoos
    Participant

    Hell I’ve noticed that user on a tablet are unable to register because when they click on the input fields to enter the details, they are unable to enter any information.

    Any ideas on how to fix this please?

    Thanks 😀

    #251451
    palla5000
    Participant

    Hi,
    I’have installed 2.5.1

    If I go to edit one (the activation email) of the 16 default email in Admin Email List and I save, the email disappear from list and is registered in the posts list. So the registration process don’t work.

    Can you help me?
    Thanks
    br

    #251450
    simbaclaws
    Participant

    Hey everyone,
    I’m trying to adjust the admin bar for logged out users so that there is no register and login button and that the anonymous user profile shows up with register, logout, password etc.

    I’ve been searching for a while now and haven’t been able to find out how to do it.
    I’ve tried doing it through my functions.php by using $wp_admin_bar->remove_menu and $wp_admin_bar->add_menu. I’ve even put a script in to check what the node ID’s were of my menu’s in order to be able to remove or add them.

    I’ve seen previous posts where people said that this had something to do with either your theme or your plugins, so I disabled all plugins except buddypress and enabled twenty fifteen theme to see if it changed anything. Which it did not.
    I’m using wordpress 4.4.2 with buddypress 2.5.1 on my localhost machine.

    I’ve also looked at the following page:

    Modifying the Toolbar

    But it seems like this is a deprecated-guide?
    Does anyone know of the current way to make this work?
    I basically want the same wp-admin-bar-my-account to work for logged out users. Which is displayed as node ID: my-account.

    I have already set my site to allow users to register and I have also made sure that logged out users are capable of seeing the bar in my buddypress settings. Which works because I can see the bar with a login and register button on it but not with the my-account profile on it. And I can also use the registration form for new users.

    Does anyone have any ideas on how I can make this work?

    pelumiemmans
    Participant

    Hello,

    Wordpress = 4.4.2
    Buddypress = 2.5.1
    website = infotej.com
    Problem = The buddypress comment feature continues to show comments even after writing “NO COMMENT”. If a user comments in the activity page for instance, that comment will show in registration page after writing “NO COMMENTS”, it will also show at the bottom of the activity page, under the list of groups, in profile page and all other buddy press pages.

    I have disabled the comment ability from my blog posts because of this, but whenever a user comments in activity stream, the comment shows everywhere.

    Pls help!

    r-a-y
    Keymaster

    I cannot duplicate this problem with Theme My Login.

    I’m using the default Theme My Login settings untouched and was able to go to the register page and successfully submit the form with no redirections.

    Make sure for BuddyPress that you selected the BuddyPress “Register” page and not TMLs.

    Also disable any plugins that might be interferring with registration like New User Approve, etc.

    #251333
    Manuel5cc
    Participant

    Yes, it was activated. Moreover, the registration page worked fine until, some days ago, for apparently no reason, it stopped working.

    #251332
    r-a-y
    Keymaster

    Did you turn on registration on your WP install? See:
    https://codex.buddypress.org/getting-started/register-and-activation-pages/

    #251309
    David Bisset
    Participant

    Using Gravity Forms is one solution, yes. It’s easy once you have the plugin itself PLUS the “user registration” plugin they offer which i think is open only for the developer license. It completely replaces the BuddyPress registration form. I use it for a variety of sites that need more complex registration forms (there of course is a tradeoff, but one of the pluses is that Gravity Forms are rock solid against registration spam).

    Swennet
    Participant

    I’ve done a lot of searching but did not find a complete answer on how to do this.

    Basically, I want users to sign up with a Username, Email and Password. I want to disable the BuddyPress “Name” field (which is required).

    The Display Name for every user will be the same as their username.

    Every answer I found suggests using Javascript to hide this field. This seems like a terrible solution to me.

    How can I completely disable the required Name field from the registration and profile pages?

    #251228
    richdal
    Participant

    WordPress 4.4.2
    BuddyPress 2.5.1

    Not sure how to change up the form where users would update their extended profile.

    I was able to setup a custom registration page by copying the source file to here and making my changes…

    /wp-content/themes/genbu-child/buddypress/members/register.php

    On the user Profile – Edit page I’m seeing the different fields I wanted to include, but wanted to add some extra description to the three birth date menus that show up. Is there a file similar to register.php I could copy to my child theme and fix up the HTML how I want it?

    Neev07
    Participant

    Buddypress – 2.4.3v

    I searched a lot but could not find solution. How can I replace Username with Email on login form ?

    I tried with poEdit but there is only 1 ‘username’ and when I change that to ‘Your Email’ then it is replacing also on registration form.

    Please reply as soon as possible.

    Thanks,
    Nitin

    honet
    Participant

    Hi, I’m allowing new users to check off groups from the registration page. But I’d like to know where I can increase the gap between the check box and the group name. Thanks!

    #251169
    alpha2
    Participant

    Hello everybody

    I have a fitness website and each user choose a gender during registration

    Now I want to display a dropdown box on each category for users to choose to display posts of this category by gender.

    Thank you for informations
    Cheers

    #251099
    Manuel5cc
    Participant

    1. Which version of WordPress are you running? 4.4.1

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

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

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? Yes (list is long so I’ll detail if needed)

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

    10. Have you modified the core files in any way? No

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

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

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

    14. Which company provides your hosting? Quijost

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

    Register page does not work, it just reloads and erases password data. I have to note that I’ve tried it in Chrome and Firefox. In the first one it works properly, in the second one does not.

    I have tried to reproduce this with the Twenty Fifteen theme and it seems to happen in the same way.

Viewing 25 results - 2,026 through 2,050 (of 7,642 total)
Skip to toolbar