Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,876 through 1,900 (of 7,641 total)
  • Author
    Search Results
  • #254986
    r-a-y
    Keymaster

    @terpz – I think your problem is similar to this thread:
    https://buddypress.org/support/topic/registration-and-edit-profile-issue/

    Try the recommendation listed here:
    https://buddypress.org/support/topic/registration-and-edit-profile-issue/#post-254078

    I’ve listed this bug report here:
    https://buddypress.trac.wordpress.org/ticket/7109

    nnyorker
    Participant

    I would like to add text on the registration page under “username” that just states a little bit about what your profile link will look like. Is there a way to accomplish this?
    Thank you in advance.

    terpz
    Participant

    Hi

    We have installed the newest version ( also tried the 2.6.0-beta1 )
    And set it up accordding to guide:
    – enable user registration
    – create empty pages and mapped buddypress to them

    When we vist /register we can see the form generated by buddypress, but when we click “Complete sign up” we get redirected to the front page.
    – No errors in the php error log

    We use a theme, but we also tried with a clean WP with only this plugin, and we have the same problem.

    Please advice.

    #254928
    pierjeant
    Participant

    Registration was working fine until I installed SSL. Now the page is pointing to the https registration page, but after filling up the info and click send, it does not send and does not aknowledge anything, no error… simply stay on the same page ad remove the password
    how can I correct this?

    I tryied to load the http registration page but the result is the same.

    also the website is awfully slow since I installed SSL.
    any help appreciated.

    Thanks

    #254904
    nisha181
    Participant

    Hi,

    My site URL is http://drummershirts.net/community/register

    This registration working fine for me but not for my client as he is in Switzerland. and he is unable to register for the site.

    I have tried several times and working fine for me but not for him. And I don’t know why this is happening.

    Could you please help to get rid of this issue.

    Thanks

    #254763
    navyspitfire
    Participant
    navyspitfire
    Participant

    Essentially my issue is I am trying to see a users profile/registration before I activate them because their registration process includes info/files that need to be vetted before activation. Now it appears there’s no way to do that under vanilla buddypress/manage signups menu, but per this thread I can see all that info under the BP registration plugin.

    The issue becomes I need to activate/approve the user twice; once under manage signups, once under BP registration.

    danbp
    Participant

    That’s a question better to ask on BP Registration support forum.

    navyspitfire
    Participant

    Bump on this, having the same issue. Trying to see registration fields (mainly the gravatar) as well as some xprofile fields (file uploads) before activating them.

    navyspitfire
    Participant

    I’m using the xprofile fields plugin and have two file fields in my registration. These files are automatically uploaded to /profiles/user-id/. Is there a way to change the folder name to /profile/user-email?

    #254591
    navyspitfire
    Participant

    I am trying to get a users registration info to appear in the new members email to admins. I’m using xprofile plugin, and simply want the regular registration fields (name, email) fields included and all the xprofile fields (3 of them- dropdown, two file inputs). Is there a way to do this?

    I found several solutions but none of them are working.

    #254566

    In reply to: register page problem

    Masoud
    Participant

    solved it.
    hopefully someone from wordpres.org helped me.
    here is the link for anyone in the future faced the same problem as me.
    wordpress.org page

    the answer was:
    If you want to add some user meta info in user database while registration you need to use “user_register” filter like below code:Add code in your themes function.php file

    add_action( 'user_register', 'my_user_meta_save', 10, 1 );
    function my_user_meta_save( $user_id ) {
        if ( isset( $_POST['first_name'] ) )
            update_user_meta($user_id, 'first_name', $_POST['first_name']);
    }
    sharmavishal
    Participant

    basic community registration and member interaction this would work fine wihtout any plugins..just activate the bp settings which you would want active

    splog protection- wp spam shield plugin works great for me

    #254561
    Masoud
    Participant

    hi.
    i made an extra field on buddypress registration form.

    <tr>
    <th><label for="person_relation">Inviter's Name</label></th>
    <td>
    <input type="text" name="person_relation" id="person_relation" value="<?php echo esc_attr( get_the_author_meta( 'person_relation', $user->ID ) ); ?>" class="regular-text" /><br />
    <span class="description">Please enter your inviter's name.</span>
    </td>
    </tr>

    but when the user click “complete sign up”
    that field is emtpy!
    i dont know how to send user data to that specific user_meta i’ve created.
    any suggestions on how can i send the data please?

    tnx a lottt.

    pierjeant
    Participant

    I am new to BP I have version BP 2.5.3 and WP 4.5.2. I love PB registration form that is simple and redirect new member to the email for activation. simple and efficient. I have a question regarding the registration form
    How can I move the ” complete signup” button to the left (under confirme Paswword). I have members saying it is hard to see way to the right on large screens.(or making it with an orange background?)
    I am not a programmer so I do not know PHP (but I know how to copy paste !!!!! 🙂
    If you can also mention the path for the file and also how to may be place it in my child subtheme’s folder so it does not get erased at the next update….(new to wordpress too, even at 72 there is still some learning todo!> Thanks!

    dainismichel
    Participant

    i have an important project to finish, so i can’t post my setups right now — but honestly — i was hoping that others would post reasonable plugin and theme combinations that work well when installed. basically, combos where you can configure some settings, sure, but where you don’t have to do custom programming just to get basic community registration, splog protection, and member interaction to work properly.

    #254543
    Masoud
    Participant

    hi.
    i have 2 questions.
    1) how can i create a new profile field?
    2) how to protect it from the users so they can only set that field’s data once.
    and cannot change it after that.
    just like the username field in registration form, which u cannot edit it or change it after it has been set!

    how can i do this?
    any suggestion?

    tnxx for help.

    #254532
    jasonegli
    Participant

    Hello, thanks for the advice. I installed the plugin, but unfortunately it still doesn’t appear to be sending registration emails. I noticed that the plugin mentioned above will be automatically disabled on BuddyPress 2.5.3 and higher because the functionality is already built-in.

    #254529
    danbp
    Participant

    I tested your code and CPT & Posts counts are both correct (on tab and profile).

    How did you implement CPT ? Try to test with the snippet given here:

    Post Types Activities

    jasonegli
    Participant

    I’m having trouble with getting emails to send when BuddyPress is enabled. If I disable the plugin I get registration emails, but when it is enabled I get a message on the screen saying the message was successfully sent, but the email never goes through.

    I have tried installing Postman SMTP as described in this post: https://buddypress.org/support/topic/register-activation-emails-not-being-send-smtp-configuration-not-set/#post-252037

    Even with Postman STMP installed, registration messages still don’t come through. They also don’t show up in the Postman logs. However, my test messages in Postman are delivered with no trouble, and password resets, etc, show up in Postman logs and are delivered successfully.

    This is running on Windows Server 2012 using XAMPP
    Wordpress: 4.5.2
    BuddyPress: 2.5.3
    Theme: Alliance

    Any help is much appreciated.

    Jorrit
    Participant

    When sending a private message an error is displayed “Message was not sent. Please try again.” while the message is actually delivered and also in the Sent items. Sending a public message does however not show the same behaviour.

    I have tried using the 2015 theme (running default 2011) and disabling all other plugins, but to no improvement.
    One odd thing about my setup is that I have sqlite as backend DB.

    Hope someone can point me in the right direction on how to troubleshoot / fix this.

    About my set-up:
    1. Which version of WordPress are you running?
    WordPress 4.5.2 running Twenty Eleven theme.

    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?
    Nothing major just roling updates for CentOS

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

    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?

    • BP Registration Options
    • BuddyPress Members only
    • CloudFlare
    • Contact Form 7
    • Contact Form 7 – Dynamic Text Extension
    • Google Analytics Dashboard for WP
    • Nav Menu Roles
    • Social Media Feather
    • SQLite Integration
    • UpdraftPlus – Backup/Restore
    • WP Easy Paypal Payment Accept
    • WP reCaptcha Integration
    • WP-Ban
    • WP-Mail-SMTP
    • WP-Polls

    9. Are you using the standard WordPress theme or customized theme?
    Twenty Eleven 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?
    n/a

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

    14. Which company provides your hosting?
    AWS

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

    #254501
    Projekt-42
    Participant

    For my new community I’m using Buddypress and a few features of the UserPro plugin.

    With UserPro I can easily restrict the visability of posts and pages including the Buddypress pages to All Members, Verified Accounts and to User Roles.

    On the registration page there is a checkbox for accepting the Terms&Conditions and the Privacy Policy which is required by law in my country.

    Everything else I do with Buddypress.

    How do you use the plugins together?

    #254460
    sakshale
    Participant

    Figure this out for me. I found this statement on a blog site;

    “In your WordPress admin, go to Pages > Add New, and create the two pages as you normally would. Call one Registration and the Other Activation”

    I created both blank pages (notice it is Registration, not Register) — change the settings page to point to them and MAGIC — I now that a Registration button, point to the Registration page, which appears to work

    #254445
    sakshale
    Participant

    Thanks for the pointer — I’m finding many things about the installation process to by non-intuitive and skipped in the documentation. This is but one example.

    Current documentation issues;
    Getting started ends with configuration of components.

    Configure BuddyPress


    Unfortunately that is just the beginning.

    I am currently trying to figure out how create registration and activation pages. This is apparently not a new issue — I still wading through the support thread.
    https://buddypress.org/support/topic/registration-and-activation-pages-missing/
    It talks about switching to the bp theme — which isn’t listed as a selectable theme.
    I have found the files under bp-themes/bp-default — I just need to discover what to do with them. (more reading ahead)

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