Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'registration'

Viewing 25 results - 2,151 through 2,175 (of 7,642 total)
  • Author
    Search Results
  • #245879
    Paul Bursnall
    Participant

    I’m sure if you posted a link to your registration form you’ll get the answers you need ๐Ÿ™‚

    #245740
    danbp
    Participant

    shouldnโ€™t BuddyPress create those pages automaticallyyes, but only when it is the first install. As you sed a member plugin previously with a page name member, BP didn’t create one as it already exist. But BP doesn’t check for existing plugins, just for “his” pages.

    Anyway, as you added BP, than reinstalled or reactivate, the page was already registered in the wp_post table, with a post_type of ‘page’ and a post_status of ‘publish’.

    Also, in the WP system, when a page is in the trash, it is not deleted. The page is still in the table, but with a post_status of ‘trash’. To remove it completely you need to delete it permanently. Click on trash and use the appropriate button.

    Now the issue. You have 2 member pages. The one has a slug /member/, the other has a slug /member-2/.
    The one may show in the pages list and the other in the trash. This naming is the internal way used by WP to differenciate 2 pages with a same name. That’s fine, but BP dosn’t know about that, and you can run into trouble because of this. And other plugins also.

    Ensure you have only one page called ‘member’ and clear the trash. And delete completely the other one. Do the same for any other BP page eventually. The principle is to have an unique page name in the pages list and no identical page in trash.

    Yes you have to create these page manually now. By default, each component should have one page assigned. On a standart install, you should have at least:
    members – activity. If activated, group. And depending of the previous status of your WP (before BP installation) a page for activation and registration. If not in BP’s page settings, you have to add them manually.

    Note also that all these pages exist only to give a slug to each component. These page are not ordinary WP pages, but slugs placeholder used internally by WP to connect the components.
    That’s why they should exist, be blank and without any model or template assignation.

    The content is added dynamically by BP for each component with the appropriate template to the current action.

    e.g. the member page. You can name it to what you want. Lets say you called it crew. His slug is /crew/
    When typing your-site.xx/crew/ you will see something related to the member component.

    The member directory is default: your-site/crew/ will show all your members

    Now you want to see a profile. The slug wont change, but only the action.
    Again your-site/crew/ (the default slug, aka page) and the new action: go to the profile of /username/
    Click on a member name and you’re now on his profile: your-site/crew/username
    Now from the profile you want to see that users friends.
    your-site/crew/username/friends

    As you see, you’re always on the same “page”, but with different content depending the context. This context is defined by anything appearing after the slug name.
    This behave is the exact inverse of a traditionnal WP page, intended for so called static contents such as about page or TOS and similar stuff.

    Hope this point is now clear to you.

    #245682
    Venutius
    Moderator

    Those messages are in the language file and so you can change them in the same way as you would for the messages in the registration page.

    #245670
    djsteveb
    Participant

    I would suggest you skip the captcha on registration and instead use something like
    https://wordpress.org/plugins/buddypress-humanity/

    or the plugin “good question”

    There is another similar to those.. in my experience these work 100 times better in preventing spam registrations..

    I also use “ip geo block”

    These took my spam fighting down from hours a day to a minutes a week.

    #245640
    ShMk
    Participant

    Thanks for the links,
    I’ve already modified the design/template of the registration page but I don’t know how to edit the messages shown and the redirect after the registration form is sent.

    #245611
    doperdoll
    Participant

    Yes I am sorry for the hijack. It didn’t seem like anyone was answering.

    I googled and read everything was present and I did not find the answers to my questions. I would like to put the registration into a popup. But there is nothing mentioned about that.

    If it is too complicated for a pop-up I would be happy to settle with a formatted page. Currently my page is showing 2 uneven columns and there is a check box to subscribe to newsletter squeezed in between the 2 columns. The check box is coming from another plugin mailpoet. I am using the enfold theme.

    Any advise would be helpful. I would really like to use your plugin but, I don’t want to spend days coding.

    #245610
    Venutius
    Moderator

    This advice I got from William helped me change the text of the Registration page, I’m sure it will work you change other text messages in Buddypress:

    This article may be of help to you to change that text http://premium.wpmudev.org/blog/make-your-wordpress-site-buddypress-ready/

    Or you can use this one too with a plugin: https://webdevstudios.com/2015/06/02/creating-custom-templates-for-buddypress/

    #245600
    Venutius
    Moderator

    You just need to find a capture that does work with the registration form. There’s plenty that do.

    #245511
    shanebp
    Moderator

    @micheleriva – you’re using a custom registration page, correct?

    Try it with the default BP register page.
    If that works, then you know the issue is in your custom page.

    #245508
    Venutius
    Moderator

    I can see your registration page, I can’t see your activate page, but the registration page goes to a registration form from where I’m seeing.

    #245492
    jenniferlmyers01
    Participant

    I have permalinks activated in WP. I created the Register and Activation pages for my website, but BuddyPress does not allow me to save them once I’ve assigned the pages. On the
    Associate WordPress pages with the following BuddyPress Registration pages, there is no option for me to save the settings. The three buttons (“new page”, “save”, and “view”) aren’t there. Also, I do not have the option to save the settings on the Components page either.

    #245464
    danbp
    Participant
    #245431
    shanebp
    Moderator

    Please do not hijack threads or double post.

    Your reg page shows the standard layout.
    Adjusting the layout may require changes in the css for your theme.
    There are many articles about customizing the registration page.
    Google: buddypress customize registration page

    #245239
    Henry Wright
    Moderator

    This all sounds feasible. BuddyPress is very developer friendly so building your own web apps and hooking into BuddyPress shouldn’t be a problem.

    The registration form is configurable and is fully customisable via the BuddyPress template hierarchy.

    Also, BuddyPress is free, so there’s no need to purchase.

    #245140

    In reply to: Registration process

    Venutius
    Moderator

    Try using the Buddypress Registration Options plug in, I use this and it sends me an email once when they first register and then another once they have activated their account.

    #245073

    In reply to: Logged in Links

    Webitseo
    Participant

    @shanebp: I don’t understand. Why are all the BP pages listed as options for only logged in users in the Menu widget except for the Members page (and Register and Log in, ofcourse)? I only want logged in members to see the member directory, for the sake of the privacy of my members. I can add the page via the regular pages menu, but then it is visible in the menu to everyone even if they are logged out. Or if I go to http://www.site.com/members/ when not logged in, the page with the list of members is visible. I would like the members directory to be private. I don’t understand why BP left this out of the menu for logged in users only. If this is not possible, is there a way to block the /members/ page from the public that won’t mess anything up?

    In fact, I just checked all the logged-in links in a different browser that I’m not logged in to, and the members, activities, groups, friends and profile pages are ALL visible! Doesn’t that defeat the whole purpose of having a membership community that requires registration????? At least messages, notifications, and settings are locked. Am I missing something?

    #244872
    modemlooper
    Moderator

    Doubt there is a plugin this specific. I’m not sure the specifics but are you saying anyone can review a woo product if they are not logged in?

    BuddyPress doesn’t have a specific method for logging in its the same login as WP.

    You might try this http://stackoverflow.com/questions/24747095/woocommerce-require-registration-to-buy

    Henry Wright
    Moderator

    That information never arrived at the email.

    Just a thought, check your spam folder as sometimes activation emails end up there.

    I attempted another registration with different credentials and email and this time nothing happened.

    This might be a problem with your theme. Try activating TwentyFifteen and complete the registration form again. Also deactivate any plugins you’ve installed, just to be sure none of those are causing the problem.

    #244786
    Henry Wright
    Moderator

    Sometimes registration emails arenโ€™t sent

    Are you sure they’re not being sent? Could it be that they’re not being received (gone into a spam or junk folder)?

    If the user skips this they can login normally

    They can log in but unless they’ve activated their account via the email that was sent, or you have manually activated them, they won’t be able to do much on your site. Their privileges will be restricted.

    #244765
    DanielEngelhardt
    Participant

    i did it that way and it worked for me. so i now have all my profile fields in one group and display only one of the fields on the registration-page

    #244749
    danbp
    Participant

    Please provide a valid activation key is a msg which is generally fired when you’re in a same browser session.
    Example, when as site admin, you’re testing a new user registration. Close the window, or clear history cookie before you login as this new user.

    #244745
    danbp
    Participant

    Hi,

    see if this plugin fit to your need:
    https://wordpress.org/plugins/bp-registration-options/

    #244729
    wakeatlas
    Participant

    I tried adding a new field group as instructed in this page https://codex.buddypress.org/getting-started/guides/modifying-the-registration-form/ but i couldn’t see them on the /registration page. How do i make them visible on the registration page?

    #244724
    Eskymo
    Participant

    Hi danbp

    I’ve read through that before and it doesn’t sound so easy to me.

    I’m not a PHP, BuddyPress or WordPress expert I’m afraid, so editing core files is not something I feel comfortable doing. Plus if I wanted to add an image where would I do that? That’s why I was hoping there was a way to do this using a template file as I want to do more than just change the page title.

    I don’t know how to generate a .MO file and I wouldn’t know how to edit a .PO or a .MO file either or what to put in them.

    If you offer any further support, that’d be great.

    So far, I’ve copied this file: buddypress/bp-themes/bp-default/registration/register.php into my child theme and edited it and added content form tips where I want them, but I’m still left with the ‘Create an Account’ text at the top that I can’t get rid of – any ideas?

    Evie

    #244692
    DanielEngelhardt
    Participant

    thanks for your input, @danbp.
    There is, of course, a reason why i want it as requested ๐Ÿ™‚
    On my registration form, i only want to show one field to not bother new users with unnecessary fields. this one field is in my base group.
    All other fields are arranged in another group.

    From my point of view, it doesn’t make sense to show two tabs on the profile-edit page, but it does make sense to show as less fields as possible on the registration page. I think UX comes first today. Customers pay our rent, so we should avoid putting spokes in there wheel. I also think buddypress is doing a pretty bad job here regarding UX (Of course this behavior gives structure, but we pay with UX for it). Since we live in 2015 it shouldn’t be a matter of “hacking” to reduce the amount of inputs and clicks for such “trivial” actions (from a users perspective) like editing a profile.

    Is that reason enough? ๐Ÿ™‚

Viewing 25 results - 2,151 through 2,175 (of 7,642 total)
Skip to toolbar