Search Results for 'registration'
-
AuthorSearch Results
-
June 30, 2010 at 6:39 pm #83652
In reply to: validate email on registration
r-a-y
KeymasterYou have to activate your account via email by default!
It appears that you’re using the BP Disable Activation plugin or some other plugin that does something similar.
Can you confirm?June 30, 2010 at 5:15 pm #83634In reply to: profile management functions
peterverkooijen
ParticipantYou can’t. It’s a design decision by Andy Peatling/Automattic not to support firstname and lastname, because it would offend international users. And most of the BP users community love anonymous usernames, because they use Buddypress primarily as an old-fashioned forum. You’ll have to custom code something. Good luck!
June 29, 2010 at 8:31 pm #83488In reply to: Minimum Age 18 – Age Verification?
Joe Marino
ParticipantI would also like to have an age verification on my BuddyPress site. I have added a “birthday” field as a requirement in the user profile, but this does not prevent minors from completing the registration process. How would I go about implementing something like this?
June 29, 2010 at 6:51 pm #83456In reply to: E-mail domains blacklist doesn't work
djsteve
ParticipantHas anyone made any progress with this? Will we have buddypress checking for banned email domains soon?
Will we have buddypress checking for banned domains upon registration and perhaps even again upon activation?
Can someone please add the possibility to add *.info in a way that works
I know this won’t stop all spam and splogs – but I am getting tired of deleting a dozen spammers every day that are mostly from the same dozen domain names that I have added to the block list. This would save lots of people hlaf the splog deletions, and that adds up to a lot of time saved.
BTW – has anyone tested buddypress with TTC Spam Bot Registration plugin (https://wordpress.org/extend/plugins/ttc-user-registration-bot-detector/ )to see if there are any issues? I am guessing it may still be bypassed by buddypress even if it worked in WP?June 28, 2010 at 1:18 pm #83231In reply to: No registration form
Andrew
ParticipantOh, I still don’t have the admin bar but I can deal without having that now that I got the on-page registration working.
June 28, 2010 at 1:17 pm #83230In reply to: No registration form
Andrew
ParticipantNevermind, this seems to be working now. There must have been a cookie or something cached that didn’t clear on my computer because all is good now since rebooting the machine. Thanks!
June 28, 2010 at 9:50 am #83214t.sjogren
ParticipantWhen i do this, the handle is corrected. But when i mention a user with a dot in the handle like @ a.sjogren it dosen“t work. Is this a known issue?
Does this work on buddypress.org? Can @DJPaul or someone try to mention me in a reply to this post as a test?
One more question: is it possible to disable the ability to create usernames with dots in wordpress backend?June 27, 2010 at 4:11 am #83058In reply to: Registration Options Questions ????
r-a-y
KeymasterPlease read this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/faq-how-to-code-snippets-and-solutions/?topic_page=2&num=15#post-41850(Side note: I wish that FAQ thread was stickied properly!)
June 27, 2010 at 2:02 am #83038Rohan Kapoor
ParticipantYes, that’s exactly how it will work. Buddypress simply skins the registration process. Your users can register sitewide (I would recommend on the main install) and will be able to sign on anywhere within the site.
June 26, 2010 at 11:52 pm #83028In reply to: Registration Options Questions ????
@mercime
ParticipantAre you using the bp-default theme? Check settings if you allow registrations. Also, do you have any kind of membership plugin which could interfere with registration.
June 26, 2010 at 11:42 pm #83025In reply to: Registration Options Questions ????
mloya
MemberCreate an account option is not active or does not show up on my homepage.
June 26, 2010 at 7:28 am #82924gina520
MemberThere is no email problem when I use WP only. But,if I install BP,some new registered users can not receive confirmation email.
My email system was offered by my web hoster with the name service@mydomain.com. Most Yahoo or Gmail users could get the registration email immediately,but, the PAID-email users didn’t. It’s odd!
There must be a solution for BP mailing. It’s really not a very good idea to solve any problems by using substituted plugins…..
June 25, 2010 at 11:43 pm #82877In reply to: Is bp dying a slow death?
peterverkooijen
Participant@dennis_h (“If you believe BP causes more problems that it solves why do you use it?”)
I chose Buddypress primarily to manage member lists for my projects and give members online profile pages and ways to interact with other members online.
The first version of my site was a mix of WordPress + PunBB for the members list. When Buddypress appeared it made sense to consolidate everything on WordPress/WPMU/BP.
An early annoyance that cost me six weeks last year was lack of built-in support for firstname + lastname, which made Buddypress hard to integrate with my mailinglist script.
I now have the basics kinda working; all the dumb stuff that should work out of the box, like a user-friendly registration process, etc. Upgrading to 1.2 would mean having to start all over again.
June 25, 2010 at 7:44 pm #82831Nick
ParticipantSeems like the registration emails hit the spam box. Are there any tricks to use for the from email or anything else to get these emails go to the inbox instead of spam?
June 25, 2010 at 3:27 pm #82787In reply to: No registration form
June 25, 2010 at 2:26 pm #82781In reply to: No registration form
Eric
ParticipantHi
To enable user registration a had to set the ‘Membership Anyone can register’ checkbox in General Settings
June 25, 2010 at 5:59 am #82733In reply to: Can a User Create Profile Data After Sign Up?
Paul Wong-Gibbs
KeymasterCreate a new xProfile group in the wordpress dashboard; any fields not in the “Base” group will, by default, not appear on the registration form.
June 24, 2010 at 10:28 pm #82663Tyler Regas
ParticipantThe subject of this thread should have read: Limiting unregistered users to accessing ONLY the homepage and login/registration
June 24, 2010 at 10:26 pm #82661r-a-y
KeymasterUse a WordPress plugin like “Mail From”:
https://wordpress.org/extend/plugins/mail-from/June 24, 2010 at 10:24 pm #82660In reply to: Can a User Create Profile Data After Sign Up?
r-a-y
KeymasterThe only requirements for registration are:
-Username
-Email Address
-Password
-Display NameApart from that, set all your other xprofile fields as “not required” on the “BuddyPress > Profile Field Setup” page.
You might have to edit the /registration/register.php template file depending on how much you want to modify the look and feel of the page.
June 24, 2010 at 7:53 pm #82634In reply to: No registration form
r-a-y
Keymasterre: register button, read this:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/faq-how-to-code-snippets-and-solutions/?topic_page=2&num=15#post-41850re: admin bar – Hard to tell since we don’t have your custom theme to look at. Check your stylesheet for a line like this:
#wp-admin-bar {display:none;}
and remove it. If you don’t see such a line, then you have some custom code in your child theme’s functions.php.
June 24, 2010 at 7:50 pm #82632In reply to: WordPress 3.0 upgrade nightmare!
Kevin
ParticipantGot the user registration to work. I just found out that the avatars are not working on internet explorer, just firefox. Wonder why that is
June 24, 2010 at 6:17 pm #82603Paul Wong-Gibbs
KeymasterYes, there is.
https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
Put this in your wp-config.php
define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );
June 24, 2010 at 3:34 am #82531LPH2005
ParticipantOK. The code is almost right. This is what needs modification but the field descriptions are duplicating.
AHA !! It’s duplicated on line 155 — removed it — and it works. phew.
June 24, 2010 at 3:24 am #82529Brandon Allen
ParticipantHaha, yeah, I just saw a post you made a little bit ago where you got it to work. At least we know for the next time.
-
AuthorSearch Results