Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 1,501 through 1,525 (of 7,641 total)
  • Author
    Search Results
  • #264532
    tonkymm
    Participant

    To clarify, I am talking about registration emails.

    #264531
    tonkymm
    Participant

    No. They are not in spam. My coworker contacted WPMU dev support and they seemed to not be able to send BuddyPress emails either. WordPress emails work, i.e. forgot password and registration through wordpress works.

    https://premium.wpmudev.org/forums/topic/buddypress-emails-are-not-working

    #264528
    shallymartin
    Participant

    I change the permalinks to http://festivals.my/%postname%/
    so the correct link for the registration is http://festivals.my/register/

    Then I go to Setting > General > Membership and I tick anyone can register
    Then I go to Setting > BuddyPress > Pages > Register and change the page to Register
    Then I visit my site at http://festivals.my/ and click on register. Same thing happen. 404 Not Found.

    I am stuck here. =(

    #264486
    ryanb898
    Participant

    I’m still sorting the confusion of the theme I bought that uses buddypress and a bunch of other things for its social features.. I’m working on the registration fields, I fixed a glitch from earlier in the week that messed up the way the theme would present login and register.. under buddypress in my dashboard now I’m trying to edit the profile fields section where I found a lot of great things to add to the registration process… I cant however fit any of them in my themes register box pop up.. each field scrolls down page as I add.. I know this is most likely theme related but anyone know how I can make them appear this way [email info, username][profile fields]

    instead of [ ]
    [ ]

    ill probably end up contacting my theme provider but figured id ask that^, the real reason I came here is to ask, if I remove all profile fields from the registration page.. how can I create a page for them to fill in after they register and have the info appear on their “base” info page… also is there a way to disable name change after registration?

    #264440
    psnation
    Participant

    Yes, it works with xProfile fields. You just set it as a text box. You can see it on my registration page. No need to join the site. Just type in the city box and it’ll populate.

    https://plussizenation.com/register-2/

    #264427
    Leejanes
    Participant

    Hi, a few people have said when they register, their confirmation emails have gone in their junk folders. How can I add some text into the registration page telling them to check there?
    Thanks in advance!

    #264335
    tonkymm
    Participant

    Hi,
    I am using “WP-Mail-SMTP” and “WP-Better-Emails” to test email functionality and both plugins send emails correctly on my site. However, registration emails from BuddyPress are not being sent. How can I get registration emails to work.

    #264294
    danbp
    Participant

    No, it doesnt qualify that and it is not a BP issue. As you use a specific designed theme for BP and some other plugins, it is that theme who manage the output of BP.

    That said, feel free to read WP’s registration documentation. BP is a plugin who use that process. Then read BP’s documentation and do the same for the theme.

    #264286
    ryanb898
    Participant

    im using a theme called social marketplace by buddyboss, it comes bundled with buddypress.. they have these hideous login and register overlays that are cool in theory but i dont know how to style them in CSS… (im a noobie) so i went into the theme settings and shut them off.. now my login page goes to /wp-login and my register page goes to /my-account

    my account page still looks like the buddypress registration form.. when it should infact look like this

    i use a plugin called wc vendors.. that say they hook into the my-account page ( whatever that means)

    i just want to get my login and register pages looking similar i cant seem to figure it out.. thanks

    #264277
    epao0607
    Participant

    Hi Dan,

    Thank you for the reply.

    Yes, I see that the link you gave was to create a custom Member Types with the use of the BP Core/Codex, as of the moment, We are using the MT Plugin because the user/admin was not a techie and cannot code, so we’ve used it for him to create a MT Category using the plugin. The problem is that, we need to implement the MT Category List on the Registration, as of the moment, we are entering the category slugs on the template file, which is quite painful and manual each time user/admin adds a new category.

    what i need to know.
    How to create a bp member type query, to display all the list of the MT on the registration page.

    Thanks, sorry for bad english

    alliebells15
    Participant

    Hello Again…So I am trying to knock out this phase of customizations for my sites…

    I am on WordPress 4.7.2 running the MesoColumn theme which is awesome, Richie is awesome and always helpful.

    I am attempting to do the following three things:

    1. I’d like to customize my member directory according to the directions from https://github.com/buddypress/style-modules/wiki/Style-Modules-Listings

    I followed the instructions and It didn’t work. Let me recount what I did: Under my theme folder, I have a folder called buddypress and under it, I placed the style-modules which has the members list module in it. and copied the Code as directed into the functions.php inside the theme folder….which didn’t work. So I tried it in the bp-custom and it gave me text on at the top of my website that is just the code SOOO…help please…This is the code

    function enqueue_members_list_style() {
    			wp_enqueue_style( 'members-list-module-styles',  get_stylesheet_directory_uri() . '/buddypress/style-modules/members-list-module/members-list-module.css', array('bp-legacy-css'), false, 'screen' );
    }
    function enqueue_members_list_script() {
    			wp_enqueue_script( 'members-list-module-script', get_stylesheet_directory_uri() . '/buddypress/style-modules/members-list-module/members-list-module.js', array('jquery'), false, true );
    }
    add_action('bp_enqueue_scripts', 'enqueue_members_list_style', 20);
    add_action('bp_enqueue_scripts', 'enqueue_members_list_script');

    2. I’d like for the header to feature the about me from the Xprofile. I found a discussion about it, but it left me rather confused…I did view the available action hooks. I assume these hooks require additional css to make them appear correctly? I would like the About me to show up in the center and 5 of the Xprofile links to show up to the far right of the header, maybe as buttons instead of links… not sure where exactly to stick the code, if i can just get an example snippit and the correct function, I can go from there…

    3 I would love to have a multipage registration form. I found a lovely plugin to pull that off BP Better Registration HOWEVER, it doesn’t actually create a Profile for the person. Like the account is active and you can view the site and all that but no profile…I checked their forum but they aren’t responding to the issues. So any other thoughts on how I can pull that off?

    (I’m having an issue with by bp-custom.php file. It is just showing it at the top of my website Its not processing the code :(. )

    and that’s all for this round 🙂 wasn’t sure if I should do multi posts or just stick it all in one so…

    #264227
    r-a-y
    Keymaster

    If you are logged in, you will not see the registration page.

    Your registration page works fine. Log out and take a look.

    #264225
    beh333
    Participant

    Hi, thanks for this great plug in and community. I just installed BP 2.8.1 into my WP 4.7.2 site which runs on BlueHost. I cannot get the BP registration page to appear. In BP settings/pages, it indicates that registration uses the “Register” page, which exists and is an empty page. But when I attempt to view this page (http://arlingtonporchfest.org/test-site/register) I end up viewing the site’s home page and no registration appears. I have enabled “Anyone can register” in general settings (after not having this set correctly at first). I have tried deleting my registration page and recreating. I have disabled all plugins except BP. I get the same problem with standard 2015 and 2016 themes.

    Thanks for any help! A bit more technical info below

    There is nothing strange in my .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /test-site/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /test-site/index.php [L]
    </IfModule>
    # END WordPress

    and my error log file shows this, which does not seem helpful

    [25-Feb-2017 16:37:54 UTC] ERROR PostmanGoogleAuthenticationManager: invalid_grant processing response: Bad Request
    [25-Feb-2017 16:37:54 UTC] ERROR PostmanWpMail: Exception code=0 message=Bad Request(invalid_grant)

    #264183
    troy34
    Participant

    Thanks for your response. How do I get the users to select if they’re doctors or just normal member during registration so that they won’t have access to the extra profile fields meant for the doctors when they log in?
    Thanks

    deeCT
    Participant

    Hello! I am about to buy this – and I am wondering if this plugin can do this :

    1 – I need to be able to set up one page where all the users/members go to, and they can add / upload a photo / or text post to (not on their own profile activity page but one general portal page that all members go on and post to – like a facebook newsfeed page for example and a blog posts page that members can add a post) .
    (also ive seen your sitewide activity page but that just shows activity users do on their own pages – I want 1 page where they all can actually do the activity ie post and see posts)

    If this is possible do you have a screenshot of how this would look and how i would do this?

    2 – I also want other members to be able to comment and possibly rate on other users photos / text that they post

    3 – I need moderation _ I want an admin to be able to be sent an email to approve any posts on this page before they show on the live page

    Please could you explain how I could use your plugin to do this? Screenshots would be appreciated for 1-3 above

    Ps do you have login and registration pages?
    I cant seem to find these on your features page:?

    BuddyPress Components and Features

    Thankyou!
    Dee

    #264155
    troy34
    Participant

    Hello,
    This is my first time using BuddyPress and I want to create a website using WordPress where users can connect with doctors.
    During registration, a user can register as a Doctor or Member. Doctors will have extra profile fields which are to be filled in their profile area when they are logged in. I have already created two Member Types (Doctor & Member), I have also created two user roles (Doctor & Member) but I don’t know how to kick it off from there. I would like information on the plugins that will help me achieve this and probably how to go about it.
    Thanks.

    #264100
    Julian
    Participant

    Hi there,

    I’ve been doing a lot of research into hiding the required name profile field (since my users find it redundant and confusing), however, I can’t seem to find an answer on any topics.

    The closest I stumbled upon was this BuddyPress ticket which gives this CSS code:

    #register-page p { display: none;}
    #profile-edit-form .field_1 { display: none;}
    #signup_form .field_1 { display: none;}

    to hide the name field and this javascript:

    <script>
    document.getElementById("signup_username").onchange = function() {myFunction()};
    function myFunction() {
     var x = document.getElementById("signup_username");
    document.getElementById("field_1") .value = x.value
    }
    </script>

    to automatically populate the Name field with their BuddyPress username upon registration. However, I don’t know where or how I should implement the javascript section. Any ideas?

    Thank you for your help 🙂

    Julian

    #264073
    p_e_z
    Participant

    Hello,

    I want a network with registration for private persons and companies. Companies need to pay for it.
    Companies shouldn’t have the profile like private persons, they should just have the possibility to create a page. Is that possible?

    #264025

    In reply to: spam registration

    djsteveb
    Participant

    @malaruban – did you search the forum for this? It’s answered like very month since the beginning I think..

    everyone has different suggestions..

    1 many suggest “wp spamshield”

    2 I like “good question” plugin on one site, but use “buddypress humanity” on another..
    one I’ve considered replacing those wit his “user registration aid”

    3 I also use ip geo block – biggest help on most sites.

    4 strongly suggest getting the “shield” firewall plugin and going into lockdown menu and disabling xmlrpc and rest api – but your situation may vary.

    I use all four plus more on various sites (just one of them from step 2)

    #263951
    malaruban
    Participant

    Hello Support,
    I m using buddypress register in my website .now I have many spam registration members. How to stop spam registration on my wordpress membersship site. Is there any plugin ? Please help me.

    jaynation
    Participant

    Good Afternoon All,

    Thanks in advance for any support…it’s much appreciated this is an amazing piece of software. I am using BuddyPress with S2Member free version and can’t seem to fix this tricky issue.

    Site: studentmotorsport.com
    Wordpress Version: 4.7.2
    Site Template: MSocial
    BuddyPress Ver: 2.8.0

    My website uses PayPal buttons set via S2 member at 4 levels of paid membership 1-4…I have set Open Registration to NO in S2 Mmeber as I am not offering any free users.

    Problem 1 Open Registration NO: After Payment via PayPal the user is directed to ‘Create an account’, after completion the message presented says ‘User registration is currently not allowed’. Here a user has been recorded by WordPress and user emailed activation link. Can the message presented be changed or user redirected to my welcome page?

    Problem 2 Open Registration YES: After Payment via PayPal the user is directed to ‘Create an account’, after completion the message presented says ‘Check you email to activate your account’. I check my email and have been sent an an ‘activation email’, after selecting the message presented says: Invalid Activation key. In this instance if I set ‘Open Registration to Yes’ each paying member is allocated as a free subscriber in WordPress and I have to manually edit each user to the correct paid level.

    Problem 3: Whether Open Registration is set to YES or No I check my email and have been sent an an ‘activation email’, after selecting the message presented says: Invalid Activation key.

    Any help would be appreciated.

    With regards

    JP

    #263895
    egimen25
    Participant

    Hello, I have been playing with the bbpress plugins in locahost, all good except for the following:

    1.- Overlap of the fields DEBATES and PUBLICATIONS in the page of forum
    2.- How to modify the texts of the fomulario beginning of section of forum, Example:
    Remind me to change it by Remember my password
    Registration modified by Register account
    Password lost by Restore password.

    Thank you for your help in correcting the solution.

    regards

    whimsymoon
    Participant

    Hi Folks!

    I think I understand that the New User Registration email is done by WP and not BP.

    Is there anyway I can get the BP extended profiles to show on the New User Registration Admin email or not?

    Or am I looking at a whole new plugin to to the job 🙁 If yes, got any suggestions?!

    Love you lot!

    😉

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