Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 776 through 800 (of 7,641 total)
  • Author
    Search Results
  • #305049
    beekoff
    Participant

    Thanks for your suggestions @venutius. With these the only options I’m going to wait for BuddyDev to update a workaround into BuddyPress Member Types Pro plugin (he’s very proactive, and says it’s now in queue).

    Hopefully Nouveau and future BP templates will make conditionally hidden (but required) xProfile fields inert in this state. These fields are so important to augmenting registration on BP sites, and so hopefully it gets baked into the code (instead of having to find workarounds).

    I appreciate your help!

    Sam

    #305048
    Venutius
    Moderator

    Yep tht function works for the main WordPress signup fields, not the extended profile fields. However, thinking about it what this would do would make all those fields options, so why don’t you make all the fiedls optional in your settings, then you would not get the error, obviously it means making fields you want filling out optional but the way Nouveau works there’s not really an alternative if you are going to hide them for some member types.

    The alternative would be to create a multi-stage signup form where the first page takes in the basic signup information and member type then the second page displays the extended profile info specific to the member type.

    BP Better Registration splits the form into sections, I wonder if that could be used to create such a signup form?

    #305045
    beekoff
    Participant

    Hi Venutius – Chrome was returning the following errors, and thus I’ve added each of those fields into your snippet (at bottom). And unfortunately it’s still not working (resulting Chrome errors are identical).

    An invalid form control with name=’field_2′ is not focusable.
    (index):1 An invalid form control with name=’field_15′ is not focusable.
    (index):1 An invalid form control with name=’field_4′ is not focusable.
    (index):1 An invalid form control with name=’field_6′ is not focusable.
    (index):1 An invalid form control with name=’field_13′ is not focusable.
    (index):1 An invalid form control with name=’field_7′ is not focusable.
    (index):1 Unchecked runtime.lastError: The message port closed before a response was received.

    Here’s what I added to my theme’s functions.php (and I am also using template Nouveau, btw):

    add_action( 'bp_nouveau_get_signup_fields', 'venutius_remove_email_signup_field_required' );
    
    function venutius_remove_email_signup_field_required( $fields ) {
    	
    	$fields['field_2']['field_15']['field_4']['field_6']['field_13']['field_7']['required'] = false;
    	
    	return $fields;
    }

    The submit button is still seeing the conditionally hidden required fields on my registration form (which are blank), and not letting the form to submit.

    Do you see any issues with my customization to your snippet?

    Thanks,
    Sam

    //Sorry if this is a duplicate post

    #305008
    beefi1123
    Participant

    Alright future folks still following this saga, I think I figured it out via this article:
    https://docs.presscustomizr.com/article/233-social-icons-showing-up-as-squares
    In the end, it seems as if the problem had to do with the BP registration page blocking a redirect or something, which caused some of it to be served with www. and some without www. This triggered Google/Firefox security to block some fonts and screw everything up. So, I then used the ‘Better Search Replace’ plugin to replace every URL on my site with the www. version. As of now, it seems to be all fixed, once I cleared the cache of course.

    beekoff
    Participant

    Hi – I’ve run into an issue (via BP Member Types Pro plugin) where the registration button won’t submit under the following circumstance:

    – the registration form contains required xprofile fields that have been conditionally hidden

    The plugin itself is doing its job of first associating xprofile fields with member roles, and then allowing them to conditionally show/hide on the registration form as needed (based on member roles). But in turns out that such a form won’t submit, as the code running the registration process is still checking for any of these fields that are required (even though they’re hidden). It’s not distinguishing. I’ve touched base with the plugin’s developer (Brajesh @ BuddyDev) and he’s said, “I do agree that there should be a simple way for [developers] to mark a field as non required (in html attributes). It is still doable but too complex at the moment. Please do report it.”

    Might anyone have a workaround?

    Much thanks,
    Sam

    #304945
    somatherapist
    Participant

    Hi, thanks so much. I changed the slug of the BP register link to bp_register because the instructions in MemberPress said that the slugs for the two registrations are the same out of the box so one has to be changed. I didn’t change it to register/member though, so I’m not sure where that came from. Maybe MemberPress did it? I just deleted the only Plugin with PM in the name. It was Popup Maker. However, the PM links are still there. I think they’re created by MemberPress, but I don’t know why they use PM rather than MP.

    #304933
    Venutius
    Moderator

    Hi there,

    The login link is not buddypress, it’s got the option [PM_Login] so would assume it’s by a plugin with PM in the title. You should be able to delete this in the Appearance>>Menus page though. Same with the registration link, it’s PM_Registeration so the same plugin caused that.

    Whats the slug of your BuddyPress register page?

    #304932
    #304913
    beefi1123
    Participant

    Is there a way I can send you my login because I don’t think relaying fixes is the best way to solve this. It seems there was a similar problem 3 years ago that went unresolved as well:

    Registration page does not work

    #304893
    Venutius
    Moderator

    I tried the same details on my site and the registration succeeded

    #304863
    beefi1123
    Participant

    The kind people of reddit informed me that my site isn’t allowing registrations with the only feedback being that the choose password and confirm password fields highlight in red. I need to fix this ASAP or months of work is gone. Please let me know how to solve this. I am running Events Manager as well.
    volleyradar.com/register

    cj74
    Participant

    WP version- 5.1.1, BP version 1.9.5

    Hello,
    I created 3 more profile fields for registration which were added to the “base/primary”, which are all selected as “required”, and visibility selected as “everyone”, yet none of the profile fields are visible at the front end to other members as well as to me, and i am the admin. In other words when i go the members page and click on any member profile/account, none of those fields are visible. I would like to ensure that all members see each other’s answers to the profile fields. How do i fix this problem? Thank You.

    #304639
    shanebp
    Moderator

    > I cannot see any of the default fields on the Registration page

    On this page …/wp-admin/options-general.php
    Is this option selected: Membership > Anyone can register

    Then, on this page …/wp-admin/admin.php?page=bp-page-settings
    Did you assign the ‘Register’ page?

    Remember that you should not be able to see the register page if you are logged in.

    If you still cannot see the fields:

    What are the default fields that you expect to see?

    Try switching themes momentarily to a WP theme like 2019 to see if the issue is related to your preferred theme.

    ChristineZ
    Participant

    Helloooo there BuddyPress! 🙂 🙂

    I am new to BuddyPress and I am so excited to learn and use it.

    Website: http://ceefworld.org/ – In development, it is not live yet.
    Theme: Charity Is Hope: (https://themeforest.net/item/hope-nonprofit-charity-donations/18634753?s_rank=3)
    WordPress version: 5.1.1
    BuddyPress version: 4.2.0

    I have installed BuddyPress and I cannot see any of the default fields on the Registration page or when a person is logged in I don’t see the defaults fields there either, where the can edit their profile or anything.

    So, I guess what am I doing wrong? I set-up all settings I wanted but still don’t see them on the front end. What do I need to do?

    Thank you for your support. I truly appreciate it,
    Christine 🙂

    #304551
    Venutius
    Moderator

    You could probably hook this up to the action bp_core_signup_user however your code looks like it’s trying to work with the search page, not the registration page.

    volcore
    Participant

    While I’ve added custom fields to a user’s registration on a site of mine, I want to use some custom code to login to a SQL database and check the given ID with the IDs in the database. I’ve already got code to do so,

    
    <?php
    include_once('dbconnect.php');
    //if(isset($_POST['search'])){
    	$q = $_POST['q'];
    	$q = $_GET['query']; 
    	session_start();
    		session_start();	
    		session_start();
    
    	$query = mysqli_query($conn,"SELECT * FROM <code>Persons</code> WHERE <code>id</code> LIKE '%$q%'"); 
    //Replace table_name with your table name and <code>thing_to_search</code> with the column you want to search
    	$count = mysqli_num_rows($query);
    	if($count != "1"){
    		$output = '<h2>No result found!</h2>';
    	}else{
    		while($row = mysqli_fetch_array($query)){
    		$s = $row['name']; // Replace column_to_display with the column you want the results from
    				$output .= '<h2> Found: '.$s.'</h2><br>';
    			}
    		}
    		$_SESSION['name'] = $s;
    		$_SESSION['id'] = $q;
    		$_SESSION['fromMain'] = "true";
    		echo $_SESSION['fromMain'];
    	//}
    ?>
    

    How exactly would I connect the above PHP code to the registration of a potential user? Additionally, would there need to be any changes to the code to make it work?

    WP: 5.1.1
    BP: 4.2.0
    Site: http://worldcubers.com/

    #304502
    winnischneider
    Participant

    Hey

    I would need some help or ideas.
    We have a website for crafters which can post job offers on the site. In the moment if a job offer is posted anyone get a email notification. we want to change this that only those crafters get notified by email, who have the same profession like the offer ask for (for ex. plumber, electrician etc). Those profession are made by custom fields in the post and as well in the members registration form. There are also more professions possible.

    Anyone a nice code for this problem? Or any idea where I should start???

    Thanks for your help in addvance.
    All the Best
    Frank Schumann

    #304414

    In reply to: Invitation code

    Venutius
    Moderator

    There’s not unfortunately, not out of the box anyway and I’m not aware of any that offer this. The natural home is the Invite Anyone plugin, have you asked the developers if they could add it as a feature? I makes sense for that plugin to keep track of the invitee email addresses and check them on registration.

    #304399
    mrjanvier
    Participant

    Hi,

    I would like to ask help. I have a problem that when users try to register they can’t acces the site with the activation key they receive. They receive the email, once they click on the link there is a message: 404 This is somewhat embarrassing, isn’t it? I tried many things: I deactivated all plugins except buddypress, i changed the kleo theme in to the 2017 theme.

    This is an old problem I had, i used a plugin called -Auto Login New User After Registration-. I deactivated the problem i still there. I also have another website, i don’t have that problem on that. New users after registration receive an email with a link that goes to a page that they can use the activation key.

    Do you have an idea what cause this, and how i could resolve?

    Thank you very much

    I have an “All Users” group to which all registered users are added. Is there a way to specify that, when a user registration is approved that the user is automatically added to a specific group?

    WP version 5.1.1
    BuddyPress version 4.2.0

    ladymay
    Participant

    Hello,
    I would like to manually activate all new profiles as an administrator. At the moment, a new user receives an activation email, and an email notification about new user’s registration is sent to an administrator only after a newcomer activates one’s email.
    That is why I need to (1) receive a notification about a new user as soon as he/she is registered but doesn’t activate one’s profile and (2) disable a possibility to activate a profile by a user for good.
    How can I do it?
    I will utterly appreciate specific recommendations.

    #303987
    shanebp
    Moderator

    Right now I can see it pointing to https://hagdahlseniorcenter.com/register but there’s no registration form there, the plugin should provide some way to add it”

    Did you follow the instructions on how to set up a register page?

    Register and Activation Pages

    #303976

    In reply to: user profile fields

    Venutius
    Moderator

    It’s not clear what you are asking here, rooms? Are you talking about profile fields? did you remove some from the Users>>Profile Fields page for the Base field group but they still show up in registration, or something else?

    #303973
    amir313
    Participant

    hello I’m on the latest version of wordpress and on the site when I delete the user’s rooms it still remains on the registration pages

    #303929
    ladymay
    Participant

    Hello,
    I have been working on new registered users moderation for a while and tried different user approval plugins out. Finally I decided to go back to the origin BuddyPress settings – and I have faced an unexpected technical issue. BP emails are never received. Although all was working at the beginning.
    At the moment, any of BP emails are not received. Not by administrators on new user’s registration nor by users when someone sends a private message or adds as a friend.
    I deactivated all the moderation plugins I was trying before, so only BP itself is activated.
    What may have caused this issue and how can it be solved?
    Thank you in advance!

Viewing 25 results - 776 through 800 (of 7,641 total)
Skip to toolbar