Search Results for 'disable registration'
-
AuthorSearch Results
-
March 13, 2013 at 10:22 am #156260
In reply to: Disable Activation Email
Rocio Valdivia
ParticipantThe last function has a bug, it activate the user after registration, but it’s still sending the activation key email using WP multisite, so it can be very confusing for the users, because they’re already active.
Any ideas to stop sending the activation key email?
Thanks
March 13, 2013 at 8:49 am #156199In reply to: Disable Activation Email
Rocio Valdivia
ParticipantHi!
If somebody still need to disable activation email, the following function works fine for me:
`
// Change the text on the signup page
add_filter( ‘bp_registration_needs_activation’, ‘__return_false’ );function my_disable_activation( $user, $user_email, $key, $meta = ” ) {
// Activate the user
bp_core_activate_signup( $key );// Return false so no email sent
return false;
}
add_filter( ‘wpmu_signup_user_notification’, ‘my_disable_activation’, 10, 4 );
remove_filter( ‘wpmu_signup_blog_notification’, ‘bp_core_activation_signup_blog_notification’, 1, 7 );
add_filter( ‘wpmu_signup_blog_notification’, ‘__return_false’ );
`Thanks to @cnorris23 for it! https://buddypress.trac.wordpress.org/ticket/3443
Hope it helps to someone 🙂
February 6, 2013 at 6:11 pm #152509In reply to: [Resolved] How do I prevent users creating blogs?
@mercime
Participant@jcollier if you’ve selected “User accounts may be registered” then you should not be seeing that in your registration form. Could be that the JS to hide blog creation when it is disabled is missing in your theme’s /registration/register.php file. What theme are you using? If you change to BP-default theme, is the issue corrected?
January 9, 2013 at 2:22 am #150052In reply to: How to allow guest access to groups/forums
yidamweb
ParticipantHello Ben,
Thank you for the insight given.
I also await advice on how to be able to continue using the “BuddyPress Registration Options” plugin – it is currently disabled because it was not allowing the public to access/read the groups/forums of the site.
Thanks again.
January 8, 2013 at 4:41 pm #149958In reply to: Registration Reload Error: Lets Get This Solved
valuser
Participantquote from @SeriousDon
users are submitting their info and the register page just simply reloads with no error.
created a locally hosted test server ………. got the website to function 100%Have had similar experience but in the reverse
created a local site (though with a lot of customization) all well locally with registration 100%
put it up on a host and registration page just reloads with no errors.
Have no great experience but could it be version differences of php, or mysql etc. ???
or more likely as modemlooper suggests left over tables from a discarded plugin maybe a disable or auto activation plugin.I think (though will not name as i’m not 1000% certain) one wp managed hoster had a reports of a similar type problem from a few clients and they eventually fixed it.
Stumped! there are a few results on google search terms —> buddypress register registration reload reloads refresh and a buddypress ticket (now closed) #4477
At first all registration was disabled regardless of theme.
Then as suggested in one of the google results I removed an anti spam addition from htaccess and i got back registration in bp default and the other themes.
but no registration yet for the theme that “caused” the problem
January 7, 2013 at 7:10 pm #149877In reply to: Not exactly "a few easy clicks"
Paul Wong-Gibbs
KeymasterThe first issue is fixed by a 1.6.3 update, which we will be releasing very soon.
I am not aware of any bugs with your second issue; if the current user is a member of that private group, they have access to see its activity items on any page on your site.
Third issue is a WordPress setting; see http://www.agentwp.com/enable-or-disable-user-registration-in-wordpress
January 7, 2013 at 1:53 pm #149821In reply to: How to allow guest access to groups/forums
yidamweb
ParticipantHello,
This problem was solved, as follows:
1. Disable “BuddyPress Registration Options” plugin.
2. In Settings >> General >> New User Default Role, set to “Blocked”, or some appropriate value to make spam registration difficult.Thanks to Hugo for pointing to the solution.
January 4, 2013 at 12:16 pm #149655In reply to: How to allow guest access to groups/forums
yidamweb
ParticipantHello Hugo,
The BP-centric plugins installed are “BuddyPress Registration Options” and “BuddyPress Login Redirect”. Might they be disallowing public access to the forums/groups? How to disable the disallowing feature?
January 3, 2013 at 3:05 pm #149543In reply to: Must Use Social Login Only
Rocio Valdivia
ParticipantHi @purplemonkeyking you only have to disable the users’ registration option here: http://example.com/wp-admin/network/settings.php
Then, try to connect with the plugin you’re using and done. I’m using the same plugin and it works for me 😉
By the way, are you using the premium version of https://wordpress.org/extend/plugins/wp-fb-autoconnect/ it’s because I need the premium BP features and I would like to know other people opinion before to buy it.
Thanks!
December 22, 2012 at 3:55 am #148428In reply to: activate user registration by admin
@mercime
ParticipantThere’s a premium plugin http://buddydev.com/plugins/bp-auto-activate-auto-login/ or you could try to update an old plugin https://wordpress.org/extend/plugins/bp-disable-activation/
December 4, 2012 at 1:22 am #146449In reply to: IE Forum Component not set up
r-a-y
KeymasterJust tested your registration page on IE8 and it shows up without that message.
Are you using some caching plugins? If so, disable it or whitelist the registration page from being cached.
Also try purging your browser cache for IE. One other thing I noticed is the javascript is failing, which prevents me from using the captcha service you’re using.
November 14, 2012 at 2:44 am #144967In reply to: [Resolved] How do I prevent users creating blogs?
@mercime
Participant== t I do not want them to be able to register new blogs and create blog post ==
@toriea You can do that. If you created a network (go multisite), you need to go to Network Admin > Dashboard, then go to Settings > Network Settings where you’ll find Registration Settings: Allow new registrations
— Registration is disabled.
— User accounts may be registered. <=== choose this option
— Logged in users may register new sites.
— Both sites and user accounts can be registered.November 5, 2012 at 1:54 am #144523@mercime
Participant== In my profile page (http://www.luchotv.com/miembros/Luciano/profile/) it says “Base Name” with just my name as information, it looks like a group even though groups were disabled. ==
No, this is not part of a Group/Group Forums at all. /Luciano/profile/edit/group/1/ refers to the first group of Profile Fields. As you can create more profile fields based on your community, you can also create more than one group of Profile Fields to organize profile information – https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields
– Note that all the fields you add in the first group of Profile Fields will also show up in the Registration Form if you have that enabled. Those in the 2nd group or so will only show up in e.g. /Luciano/profile/edit/group/2/ and /Luciano/profile/edit/group/3/ if you have more than one or two groups of Profile Fields.November 4, 2012 at 11:48 pm #144516@mercime
Participant@ronnie_fantastic Looking good.
1. Missing BuddyPress styles: Go to Appearance > BP Compatibility. and uncheck “Disable BP Template Pack CSS”
– you need the BP template pack CSS to properly align the BuddyPress sections.2. Enable registration: Go to Settings > General and look for the line where you allow registration (it’s off by default)
3. “It has what looks like a 2 cell table with ‘Base’ written above it and the name/username within”
– This is the Profile page and it shows profile fields. BP Codex is your friend https://codex.buddypress.org/getting-started/configure-buddypress-components/October 29, 2012 at 7:44 pm #144219In reply to: Need original WordPress Registration page back
r-a-y
KeymasterIf you were using the WordPress registration page before while running BuddyPress, then it was actually a bug in BuddyPress!
However, if you really need to use the WP registration page, add this code snippet to /wp-content/plugins/bp-custom.php:
`remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );`
This snippet disables the redirect from WP’s registration to BP’s registration page. It’s not really recommended to this, so I note this as a disclaimer now!
You’ll also want to probably remove the “Registration” page from the BuddyPress admin settings area so that page cannot be used for registering.
October 27, 2012 at 11:38 pm #144103In reply to: Problem with registration
Qoff
ParticipantI think the solution will disable the e-mail verification, but probably this will get a lot of spam >.< Did you guys think a captcha is enough?
October 22, 2012 at 7:32 pm #143796In reply to: 1.6 allowing users to register with spaces in SN
oceanwidedesigns
ParticipantThanks @inkblot but BP does manage the registrations, not WP — IE how it used to disable uppercase characters because of conflicts within BP. I’ll take a look at that plugin later – for some reason the Plugin directory isn’t loading properly atm.
October 22, 2012 at 7:29 pm #143793oceanwidedesigns
Participant@chiangmai – It could be because it’s not compatible with BP, I’m not familiar with that plugin but not all WP plugins are compatible with the BP registration process.
I’ve had success with Wanguard and asking a specific question. I’ve only had one spammer come through in the last month. I tried other CAPTCHA plugins before, and the CAPTCHA wouldn’t show in IE.
October 18, 2012 at 5:53 am #143634In reply to: No ‘create’ new member option login widget
Paul Wong-Gibbs
KeymasterThe default theme with BuddyPress doesn’t have a log in widget. If you’re not using a different theme and you’re referring to the sidebar area, that’s hardcoded into the template. In this case, some extra text with a register link will appear as long as user registrations are enabled on your site.
To check, http://www.agentwp.com/enable-or-disable-user-registration-in-wordpress
September 23, 2012 at 3:20 am #142295In reply to: Registering username with space can’t sign up
Tanya
ParticipantI am still having trouble with this and it is driving me nuts!
I have disabled the plugin “Restrict Usernames”, and have added this code to my functions.php file
`add_filter(‘validate_username’ , ‘custom_validate_username’, 10, 2);
function custom_validate_username($valid, $username ) {
if (preg_match(“/\s/”, $username)) {
// there are spaces
return $valid=false;
}
return $valid;
}`
And still, usernames with spaces are allowed through during registration.September 14, 2012 at 12:51 am #141660In reply to: New users can’t register
9087877
InactiveI would check them all because I have used plugins that broke registration and it was usually the last one I tried. Matter of fact I know disable wordpress updates was the culprit on one occasion. Just disable them all one by one to weed out the issue and then come back if the problem persists. Just a piece of advice for the future, anytime you install a new plugin, test that the registration still works each time. It sounds tedious but it will save you a headache if you have installed many plugins and you have to weed out the registration killing plugin because you failed to test it.
August 7, 2012 at 7:32 pm #138688In reply to: Strange field in the registration form?!
bg
MemberSo, if I try to disable it do you think the strange field will go away? Anyway, I’ll try to deactivate it now and see what happens. Thanks!
August 7, 2012 at 1:39 am #138587In reply to: BP Registration Spam – again
gh0zt
MemberDisable User/Pass registrations and use a Facebook only registration system.
July 30, 2012 at 1:18 am #138159In reply to: Duplicate username as nickname during registration?
freque.unce
ParticipantMy mistake, this is the default behavior of WordPress/Buddypress. What I’m trying to do is apply this same effect to bp-disable-activation, which should be easy, I think.
July 12, 2012 at 7:37 pm #137214In reply to: Combining Gravity Forms With Buddypress
shanebp
ModeratorBP 1.5.5, WP 3.4, GF 1.6.3.3.4
Registration attempts via our mobile theme recently started to fail.
Submit results in refresh of page with fields inputs showing.Thought it might be a s2member conflict…
So confirmation that a GF issue exists is helpful – thanks.GF instances, like the reg form, are shared across the desktop and mobile themes.
The fate of the mobile theme is being decided, so I haven’t dug around much or tried your -disable ajax or -switch hooks fixes.
So mainly I was just bumping the thread.
-
AuthorSearch Results