Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 5,101 through 5,125 (of 7,642 total)
  • Author
    Search Results
  • #121370

    In reply to: Upload of Avatar

    bb
    Member

    Thank you for the reply.

    I use a theme from Pagelines and it appears they are working on this problem. In the meantime though, I would like to remove the avatar upload completely – then the user would only see the message about checking their email. The avatar upload (or edit) can just be done on the back end once the user is signed into their profile. Can you tell me how to remove it off of the first part of the registration process so the user doesn’t see it at all? Thanks again.

    #121336

    In reply to: Upload of Avatar

    Paul Wong-Gibbs
    Keymaster

    You need to update your theme. The upload during registration option was removed in BuddyPress 1.5’s default theme.

    #121252
    guileshill
    Member

    What I really need, quite obviously, is a personal pluggin, an additional memory module, a couple of logic enhancers and perhaps an oversight widget.
    Thank you.

    #121217
    mrsjsmith
    Member

    Would be great to have a working plugin like this — with classrooms you don’t want just anyone logging in and accessing student information

    #121182
    @mercime
    Participant

    There’s no captcha and logic human tests in BuddyPress. You must have added a plugin which needs to be updated to be compatible with BP 1.5

    #121172
    Mariestella
    Member

    I have the same problem. New users cannot register after the latest bp update. The activation is sent via email and once you click on the link you are redirected to the new activate page where this error shows: ‘There was an error activating your account, please try again.’
    I tried using the key # by itself on the text field but it does not go through.

    #121121

    In reply to: Buddypress mails

    Tammie Lister
    Moderator

    When you say can’t send out emails are you on a server that has been set up to email? I ask this as you may not be.

    Also what happens on activation does it just not send out?

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/registration-not-working may also help you.

    #121118
    moltenpool
    Member

    @acurran – This does not work for me. Please test.

    #121080
    echoman
    Participant

    No rush i understand well i was working with the profile search plugin and bp xtras sign up plugin.
    But haven’t actually gotten them to display age. just date of birth. the profiles search plugin lets you set an age range but still not show the actual age and there was just an update. Maybe i should try contacting them to see if they can make that an option.

    Thanks for your help. the bp xtras signup lets you set the age allowed during registration. Bp xtra signup allows you to set the age lets say 13 the youngest etc. But hopefully there is a solution…
    So if i make a dropdown age field will it show the users birth date internally?

    lselwd
    Member

    PLEASE ANSWER ASAP…

    #120989
    Chi
    Member

    Ok Cheers!! I also had to add Step 1 and 2 to correct the alignment for those pages Delete account, Ok Cheers!! I also had to add Step 1 and 2 to correct the alignment for those pages Delete account, Notifications and general.

    /members/single/settings/delete-account.php
    /members/single/settings/notifications.php
    /members/single/settings/general.php

    and

    /registration/activate.php

    #120986
    @mercime
    Participant

    Oops, forgot about that one. For the bottom part of registration/registration.php, replace:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    with
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    #120952
    Lynn Hill
    Participant

    @fswd
    ‘bp registration options’ is definitely the culprit. I’ve added the plugin you suggested even though it says it’s not been tested on the Current WP. I’ll see how it goes. Thanks for the link too as it now explains the new pages within BP as I thought it had something to do with my friend who is redesigning my site.
    I’m still very reluctant to add any plug-in that have not been tested on the current WP.
    Many thanks for your help in the mean time.


    @PaulGibbs

    Would be interested to know if Firefox is best browser to use when updating.

    #120943

    @Lynn,

    I had major issues recently and isolated the offending plugin to ‘bp registration options’. See this for more info: https://wordpress.org/support/topic/any-one-using-buddypress-please-help

    We use ‘Block Spam by Math’ which seems to have cut down on robot reg’s quite a bit.
    Get it here: https://wordpress.org/extend/plugins/block-spam-by-math-reloaded/

    Hope that helps?

    #120904
    Lynn Hill
    Participant

    I have a similar problem. Since the upgrade my system crashed. A friend deleted the BP registration option Plugin for me which seemed to bring the dashboard back for me to use. But crashed the site when I reinstalled it. I know it wasn’t fully compatible with WP in the first place but it did a half decent job.

    I’m getting robots joining as members and I’m having to delete them one at a time. The ‘User pending’ never worked, all captchas don’t work either or are not compatible with latest WP.
    My theme (BP columns 1.2) has also changed from 3 columns to 2.
    My friend is working on changing the look of the site, but if I cannot get any of the important widgets to work I shall be spending most of my time dodging the robots.
    Any suggested help is appreciated. Even if it’s possible to go back to the previous BP until it’s sorted out.
    Thanks in advance.

    #120758
    Asdrubal
    Member

    buddypress > bp-themes > bp-default > sidebar.php

    #120559
    takuya
    Participant

    An old version used to bypass WordPress registration process, so logins via Janrain could create accounts on my wordpress/buddypress. But latest versions fixed this problem (since It’s sort of a security hole). Since then I stopped using it.

    If the plugin works for WordPress, so does BuddyPress. ;)

    #120389
    landwire
    Participant

    @Paul
    Not sure what you mean by create profile field dropdown?
    I will let the users choose their role on registration (with a dropdown). Then I would like to have a prettier slug in the browser, rather then:
    members/anthony
    members/higgins
    members/miller

    have the setup from my first post in this thread.

    I would like already in the slug to see that that user is an academic or whatever. It’s not crucial, but it would be a nicer way of browsing (in my eyes at least).

    Also when I use the who’s online widget I would like to use it more than once in the sidebar and each instance showing different user roles. Have you got any hints on how to achieve that? Have not played with the widget yet….
    S

    #120352

    In reply to: Profile rating system

    christophg
    Member

    A thought for you @embergermedia, Remember my ratings code that i gave you earlier in this conversation? You said it couldn’t work for you unless you could make it apply to existing members too. I think i can make this happen. First you could change the code so it doesn’t create the new page at registration but rather upon joining a curtain group. Then, using the “auto join” plugin, simply cause all members to join the group. It would have to be done in that order but should get the job done and the changes in the ratings plugin should be simple enough. That being said you could probably get specific and have only a curtain group that gets rated and invite all of your “brand” customers to that group. I MIGHT use this functionality as well so let me know what you think.

    Nevermind….guess I needed to speak it outloud. ugh…I deactivated a plugin and all is well. :)

    r-a-y
    Keymaster

    @walid3 – This is a valid concern. Please post a ticket – https://buddypress.trac.wordpress.org/newticket/

    BuddyPress currently checks if alphanumeric characters are inputted for the username during registration validation.

    Unless there’s a valid reason for the alphanumeric check, it might be wise to just piggyback off of WP’s username validation functions.

    #120198
    rbbp22
    Member

    Hi folks sorry, coming back to this after a while.

    I submitted my findings/questions to bp trac. They say that avatar upload during registration is going to be discontinued in bp 1.5 default theme. So, it may be a good idea to think about doing avatars after registration.

    Personally, I can see their thinking.

    1) Why let people who aren’t yet committed users get access to your file system?
    2) registration is really complicated by the fact that you don’t yet know the user’s user id.

    Still, I may be looking at this some more …

    #120152
    Apposl
    Participant

    Thank you, looks like I got a modification of your social sharing links working on my side, using Twitter, Facebook, and LinkedIn. Great look – thank you!

    Now if I could get FB Auto Connect plugin working on registration, haha.

    #120123
    @mercime
    Participant

    No, you should not be editing files at plugins/bp-template-pack/. During the BP Compatibility process, 6 folders with BP template files were transferred to your active WP theme folder in server – activity, blogs, forums, groups, members, and registration folders.
    – Download above-mentioned folders from your WP theme folder in server into your computer.
    – Make the revisions in the files specified in Step Three https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
    – Upload revised files to server.
    – Done.

    ewebber
    Participant

    I think the file you need it registration > activate.php
    You can edit that file as you like

Viewing 25 results - 5,101 through 5,125 (of 7,642 total)
Skip to toolbar