Search Results for 'registration'
-
AuthorSearch Results
-
October 22, 2015 at 10:51 pm #245879
In reply to: CSS for Registration Form
Paul Bursnall
ParticipantI’m sure if you posted a link to your registration form you’ll get the answers you need ๐
October 20, 2015 at 7:24 am #245740danbp
Participantshouldnโ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/friendsAs 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.
October 19, 2015 at 6:23 am #245682In reply to: Edit registration and activation
Venutius
ModeratorThose 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.
October 18, 2015 at 11:08 pm #245670In reply to: How to add Captcha in Buddypress Register Form?
djsteveb
ParticipantI 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.
October 18, 2015 at 12:29 pm #245640In reply to: Edit registration and activation
ShMk
ParticipantThanks 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.October 17, 2015 at 5:42 pm #245611In reply to: Register and Forgot Password
doperdoll
ParticipantYes 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.
October 17, 2015 at 5:09 pm #245610In reply to: Edit registration and activation
Venutius
ModeratorThis 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/
October 17, 2015 at 9:48 am #245600In reply to: How to add Captcha in Buddypress Register Form?
Venutius
ModeratorYou just need to find a capture that does work with the registration form. There’s plenty that do.
October 15, 2015 at 9:06 pm #245511shanebp
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.October 15, 2015 at 8:19 pm #245508In reply to: Register and Activate pages don’t show on site
Venutius
ModeratorI 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.
October 15, 2015 at 3:54 pm #245492In reply to: No Register/Activation Pages
jenniferlmyers01
ParticipantI 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.October 14, 2015 at 7:50 pm #245464In reply to: assign users to group based on role
danbp
Participantplease search the forum before hijacking. ๐
search:
https://buddypress.org/support/search/assign+group+on+registration/read:
https://buddypress.org/support/topic/auto-assign-new-member-to-group-upon-registration/October 13, 2015 at 4:56 pm #245431In reply to: Register and Forgot Password
shanebp
ModeratorPlease 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 pageOctober 8, 2015 at 5:11 am #245239In reply to: How customizable are the registration forms?
Henry Wright
ModeratorThis 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.
October 6, 2015 at 12:47 pm #245140In reply to: Registration process
Venutius
ModeratorTry 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.
October 5, 2015 at 1:39 pm #245073In 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?
September 28, 2015 at 3:07 pm #244872In reply to: Linking BuddyPress, WooCommerce and rating systems.
modemlooper
ModeratorDoubt 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
September 26, 2015 at 8:58 am #244811Henry Wright
ModeratorThat 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.
September 25, 2015 at 1:19 pm #244786Henry Wright
ModeratorSometimes 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.
September 24, 2015 at 4:49 pm #244765In reply to: Edit profile groups on single page
DanielEngelhardt
Participanti 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
September 24, 2015 at 11:56 am #244749In reply to: Hold new profiles for approval?
danbp
ParticipantPlease 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.September 24, 2015 at 8:54 am #244745In reply to: Hold new profiles for approval?
danbp
ParticipantHi,
see if this plugin fit to your need:
https://wordpress.org/plugins/bp-registration-options/September 23, 2015 at 6:55 pm #244729In reply to: Registration and Activation pages
wakeatlas
ParticipantI 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?
September 23, 2015 at 4:40 pm #244724In reply to: Change text on Registration page
Eskymo
ParticipantHi 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
September 22, 2015 at 9:33 pm #244692In reply to: Edit profile groups on single page
DanielEngelhardt
Participantthanks 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? ๐
-
AuthorSearch Results