Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,076 through 1,100 (of 7,641 total)
  • Author
    Search Results
  • #274013
    Varun Dubey
    Participant

    You can modify template files
    buddypress/bp-templates/bp-nouveau/buddypress/members/register.php
    and override them inside child theme.

    You can also go with without coding approach using Gravity form + GF User Registration addon

    #274011
    Nabeel Tahir
    Participant

    Hello,
    I want to send the registered password in the activation email after registration.

    #274009
    Nabeel Tahir
    Participant

    Hello,
    I want to remove password fields from registration page when user enter email and name and click on register.
    After sign up they will receive an auto-generated password. Then they will receive an email that can click on a link and reset their own password/ specify their pw.

    #274006
    sergebb
    Participant

    Hello,
    My registration page is just empty and no single form in it, please help.

    #274005
    samuelezraberry
    Participant

    Hi.
    Whenever I try to click on an input field on my registration page (slave.ml/register), it refreshes the page, making it impossible to register.
    Using Chrome on Windows 10
    Thanks in advance, Sam Berry.

    #273992
    FrankCaban
    Participant

    Hello I was wondering is you guys can help me out:

    I want to build a member’s area (for a dating/matchmaking hybrid) where after registration (or during it, doesnt matter) they get a compatibility test. (doesnt matter if they are in a seperate page or as part of registration, they just need to integrate with everything else im gonna describe)

    After they join they are directed to a page where they choose 2 paid levels of service and 1 free.
    If they select a membership they pay and are redirected to a Consultation Appointment calendar and after that they become a free member (we manually upgrade them once the matchmaker approves in person) the free ones go straight to the member’s area as free.
    Now unlike many sites, need to be able to restrict communication, the highest level (VIP) would have a video profile (with photo option) with his name age occupation and mile range (automatically there based on the other viewers location), the 3 best matches based on compatibility and a “Request button” that allows them to be requested for a date.
    The requested then sees it in his activity field or wherever and accept or denies. If rejected the other member simply receives a notification, if accepted the accepting person gets a pop up (or other page doesnt matter) and sets Date, Time, and pickup location address, that is then notified to both parties and the administrators (we make arrangements for them).
    The 3 best matches in a VIP profile have a request button too, however this invites them to a group date which they accept or deny just like a regular request.
    They also will be notified by admins about major special events in a notification with the same Accept/Reject format, if so we are notified that they accepted. Regular members are not invited to the events.
    Normal members can request, have a request button themselves, search the directory (more on that later) and pay for events they see in the Events tab, but they do not get invites to them, and they have to pay a fee.
    Free members can only see people in the directory, nothing else, no events tab.
    Events Calendar: there will be a tab in all paid members profile leading to an events calendar. if VIP the member simply selects the event and if interested clicks to attend (no payment). If non VIP a pop-up appears to make them pay a fee and after processing they are registered for the event.

    Directory and Search page (either combined or separate): people should be able to search members based on profile parameters entered during registration/compatibility test (age, gender, etc etc, the fields for the search are the profile info) If combined they see all members and they can then filter out, if separate they use the parameters to bring up result.

    Based on that:
    I guess the ability to add custom tabs for events etc (in here its personal, mentions, favorite) basically to integrate that into functions.

    Any i mean ANY advice will be appreciated, thanks to Varun for suggesting “Match me for Buddypress”
    Anything else people have in regards to how to make this possible even if i have to create somethings outside of buddypress and then bring them back etc, workarounds, plugins, anything will be appreciated.
    I don’t know if it’s allowed but if anyone can implement that for a reasonable fee, feel free to let me know how to contact you, but im looking for advice, anyone offering something has to give the plan at the risk of me implementing it and not taking services, services accepted would be out convenience due to time restraints (very urgent)

    Thank you in advance and thank you for anyone who read this.
    -F.C.

    #273991

    In reply to: Work.

    Venutius
    Moderator

    This plugin https://wordpress.org/plugins/buddypress-registration-groups-1/ allows new members to choose groups on registration

    #273970
    tolvek
    Participant

    Hi there,

    I am currently testing my website and there is an issue with Buddypress. When I try to register using the Buddypress registration form, no activation email is sent to the user (I checked the Spam folder too). I then installed the “Check email” plugin to check if the activation email is actually sent to the user after registering, and no email is sent to the user…

    I then setup the standard WordPress registration form in my wordpress theme, and after registering, the activation email is sent properly. The issue therefore seems to be with the buddypress registration form but I am unable to locate it…

    Do you know by any chance what is the issue with the buddypress registration form and how I can fix it?

    Thank you for your help.

    Buddypress installs, but has no functionality.

    Hosting on local server/system
    Ubuntu 18.04 LTS
    Net-tools
    Mysql
    Apache2
    php-curl php-gd php-mbstring php-xml
    Wordpress 4.9.6
    Buddypress 3.0.0

    Fresh install of OS, WordPress, and Buddypress – The only plugin installed before Buddypress was ‘All In One WP Security’ (using only it’s default settings) to prevent bots/spam. De-activating WP Security plugin, and then uninstalling/reinstalling Buddypress does not solve the problem.

    Wordpress – Directory install
    Buddypress path – /user/share/wordpress/wp-content/plugins/buddypress/

    Wordpress works fine on it’s own – default WordPress theme Twenty-seventeen

    * The following code was added to wp-config:
    define(‘FS_METHOD’, ‘direct’);
    define(‘WP_HOME’, ‘http://MySiteName.com’);
    define(‘WP_SITEURL’, ‘http://MySiteName.com’);
    define(‘WP_MEMORY_LIMIT’, ‘256M’);

    * Buddypress: installs, activates, and creates it’s blank pages (Registration, Activation, Members, Activity…) but all pages return 404 errors.
    * I do see the ‘Welcome to Buddypress’ splash page, and under Dashboard>Settings>Buddypress, all options are available, but have no effect on the installation. It’s as if Buddypress and WordPress are sharing the same space, but are not interacting. I do not find ‘Buddypress Theme’ in my dashboard either.

    Thank you for your time.

    #273900

    In reply to: GDPR compliance

    HDcms
    Participant

    Hi,
    The data export is a big complex project with the other plugins.
    I do not see again in the next version BP4, 2 more simple points:
    a) consent box on the registration form (native buddypress)
    b) delete storage of members who have not come for more than x years

    I do not see plugin for this deletion. In the meantime, is it possible to have a function that I will run once a day with a cron to delete members and their associated content?
    Preferably (with the TOS) delete after a date following the role (period1 to subscribe for example and period2 to subscribe for others)

    Radzio125
    Participant

    Hi! When user register on the site they get email with activation link. When open this link, activation key field doesn’t autofill key. I tested registration process on test version of website and there’s no problem with account activation. Aby suggestion how to make it works?

    Wordpress 4.9.6
    Buddypress 3.0.0

    bassibabes1
    Participant

    I’ve seen that this problem crops up a lot, but I can’t seem to find a solution that works…

    I have Membership Pro 2 and BuddyPress installed. I’m using the BuddyPress registration form with extra profile fields. Currently, the registration form asks for the Username and Name (display name in BP terms). Obviously, this is really confusing for new members when they’re registering so I need to remove one of these. I’ve tested it out and the WP Username is the one that seems to be used throughout the site, so it would be good just to hide/remove the BP Name. I can hide the field with CSS, but then there is an error and the form won’t submit due to the missing field.

    Do I just need to find the code to allow the form to be submitted without this required field?

    I’ve seen people use the two plugins:

    BuddyPress Usernames Only

    BP XProfile WordPress User Sync

    But I can’t see how these can work with this particular issue?

    Any help is appreciated.

    #273813
    frangdelsolar
    Participant

    Hi!
    I’m setting up a new website. I’ve chosen Buddypress for registratio, but it’s not sending activation emails. I’ve read many threads but not coming up with a solution.
    Here’s what I know:

    WP version 4.9.6
    Buddypress 3.0.0
    WP mail SMTP has been set up by my hosting provider, and it’s working ok. All the test emails arrive correctly.

    When I try to register through Buddpress registration form, there’s a sign saying that an email has been sent. But it never arrives there. I’ve checked with gmail, but also but mail@mydomain.com So sure it’s not going to spam folder.

    I’ve also tried adding these to my functions.php theme file

    add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ );

    That is not working neither.

    Is there anything else I can try?

    onions2578
    Participant

    the above just output buddypress group fields values anywhere I like [bpps_profile_field field=Life tab=LifeColors] but no edit values anywhere i like

    Thank paul, I will check some survey plugins and sort some integration myself.

    ultimate members plugin has shortcode to add profile fields editing areas I think but only works with registration and base profile fields and not buddypress group fields

    any example of code (for editing profile group fields) on homepage or best buddypress survey plugins I can customize would help

    #273786
    Alpo
    Participant

    I have fresh WordPress installation version 4.96 and Buddypress 3.0.

    Unfortunately the version 3.0 of Buddypress does not send confirmation email to new registered users. I removed the version 3.0 and tested the version 2.9.4. So in that version it worked.

    Several websites are in trouble if the registration process does not work as expected. Otherwise Buddypress is awesome plugin and thanks to the developers. Hopefully the team can fix the case soon.

    #273766
    salexys
    Participant

    WP 4.9.6
    BP 3.0.0

    User Extended Profiles

    The checkbox field is created. The field is required, it is checked at the registration, but gives an error that the field is mandatory, although it is checked. If you specify that the field is optional, there is no error when registering the error.

    dannydlb
    Participant

    Current WordPress & BuddyPress versions. Using BuddyBoss Theme

    Everything was working fine for weeks, but now users cannot register for the site. I did some testing and found the issue.
    In Users>Profile Fields, I have a custom field for a User Agreement. If I set this field to “required” (like it should be) and the new registering user checks the box, it reloads the page and defaults to “Registering for this site is easy…”

    If I set this set this profile field to “not required”, (user does not check the checkbox), the registration process works fine.

    Should I just use a plugin for these custom profile fields?? I am missing out on a lot of registrations…

    Here are the settings I am currently using for the profile fields in question which are preventing user registration.

    Title: User Agreement
    Description: By checking this box you agree to our terms and have read our User Agreement
    Read our User Agreement

    Field type: checkboxes
    Option: I agree ( default value: unchecked )

    Visibility: just-me with option: enforce visibility

    onions2578
    Participant

    Code to put registration form where I want it
    https://premium.wpmudev.org/forums/topic/how-to-put-register-form-on-a-home-page-for-non-logged-in-users
    but I have not tested it. may need wpmudev plugin?

    #273721
    snorklebum
    Participant

    Hi,

    We currently use the newsletter plugin for communicating with our members, previously we just told everyone signing up they would be subscribed but now need to give everyone signing up the option.
    I believe the code we need to add to the page is
    <label><input type="checkbox" name="newsletter"> Subscribe to our newsletter</label>
    Do I just need to make a copy of the registration form and edit this? or is there an easier way?

    Thanks

    BP3.0, WP4.9.6

    #273713
    filipponeri20
    Participant

    Thanks a lot @sharebophar for your solution. I had to do a little of adjustment but it was right on the spot!

    PROBLEM:
    buddypress nouveau not sending activation email but buddypress nouveau sending correctly emails to user for notifications on manually activated users. So in my case the problem was ONLY that the validation email was not sent. I say ‘only’ from a technical perspective but from the user perspective was a VERY BIG issue. Again thanks @sharebophar for your solution
    Also note that I am not running a wordpress multisite.

    SOLVED:
    Here are the steps I have employed:

    STEP 1
    a) browse to “/bp-core/bp-core-functions.php” in buddypress plugin directory
    b) replace the code for ‘core-user-registration’ and ‘core-user-registration-with-blog’ with the following one

    	'core-user-registration' => array(
    			/* translators: do not remove {} brackets or translate its contents. */
    			'post_title'   => __( '[{{{site.name}}}] Activate your account', 'buddypress' ),
    			/* translators: do not remove {} brackets or translate its contents. */
    			'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: <a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>", 'buddypress' ),
    			/* translators: do not remove {} brackets or translate its contents. */
                            'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account, go to the following link: {{{activate.url}}}", 'buddypress' ),
    		),
    		'core-user-registration-with-blog' => array(
    			/* translators: do not remove {} brackets or translate its contents. */
    			'post_title'   => __( '[{{{site.name}}}] Activate {{{user-site.url}}}', 'buddypress' ),
    			/* translators: do not remove {} brackets or translate its contents. */
    			'post_content' => __( "Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: <a href=\"{{{activate-site.url}}}\">{{{activate-site.url}}}</a>.\n\nAfter you activate, you can visit your site at <a href=\"{{{user-site.url}}}\">{{{user-site.url}}}</a>.", 'buddypress' ),
    			/* translators: do not remove {} brackets or translate its contents. */
    			'post_excerpt' => __( "Thanks for registering!\n\nTo complete the activation of your account and site, go to the following link: {{{activate-site.url}}}\n\nAfter you activate, you can visit your site at {{{user-site.url}}}.", 'buddypress' ),
    		),

    STEP 2

    a) go to wordpress dashboard, settings, buddypress
    b) select and run the ‘repair email’ option

    STEP 3

    all now works. I have been testing it with dummy users. I hope the whole explanation helps.
    Regards

    #273708
    Varun Dubey
    Participant
    cleiton1985
    Participant

    How do I get users to have their account active automatically when they sign up

    #273684
    bassibabes1
    Participant

    I want to ask new users to complete a few required extended profile fields on the first time they login to my website.

    I have everything sorted so that they are sent to the right page on the first time they login (based on their user role).

    BUT I can’t seem to find a way to show an ‘Edit Profile’ form/page?! I can obviously get them on the Registration Form, but there doesn’t seem to be a way of getting the Edit Profile form on it’s own? Couldn’t find a shortcode or anything. I’ve found a few plugins that will show the standard WP profile page and allow users to edit this, but that doesn’t have the extended fields on which are then linked to BP.

    I also need to change the user role on this form submission.

    I didn’t know if I could use Contact Form 7 or something to do this, but ultimately, just duplicating the Edit Profile page would be ideal. I can style it to match the rest of the login process, as long as I can get the data to show.

    TIA

    #273683
    sergeiblac
    Participant

    I made everything according to the instructions. does not work. no errors simply do not send, even through the menu in the bean it is possible to send the registration letter also does not work, the code change did not affect anything that there is a breakdown. (((

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