Search Results for 'disable registration'
-
AuthorSearch Results
-
January 7, 2013 at 7:10 pm #149877
In 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.
July 11, 2012 at 4:11 pm #137155In reply to: activate member from admin
Roger Coathup
ParticipantIt’s not available as an option from wp-admin.
It’s possible with some fairly advanced coding – you’d need to be a competent PHP developer:
You could look at using the wp_set_auth_cookie() to auto login the user on registration.
You need to hook on to an appropriate action in the user registration process – disable the call to wp_new_user_notification(), and then use the auto login function above.
Alternatively, you could have a look to see if there are any ‘off the shelf’ plugins to do this for you — I’m not aware of any.
July 9, 2012 at 10:13 pm #137039In reply to: Problem with email notification
allegra1212
MemberWow so many question and not a light on the horizon.
* Host: Hostgator
* Everything else works on the site
* All set up is correct after transfer
* I disabled all plugins that could interfere
* How do we create user account??? er…by clicking on create an account!
* No nothing exotic. Just basic buddypress and buddypress registration system.
* And yes that was a stupid question but i can check again for the email in the db.Soooo…any other questions or may be an advice would be welcome?
I told you if you want the URL you are welcome to check it. My host is working on it at the moment but we are nowhere yet.
Thanks.
June 27, 2012 at 6:02 am #136455In reply to: Use with young students
Paul Wong-Gibbs
Keymaster1) Disable user registration in WordPress, and create user accounts manually via the wp-admin screens.
2) This is default WordPress multisite behaviour.
3) You will need some kind of front-end posting form for your theme(s).
May 23, 2012 at 8:11 pm #134991In reply to: Setting Users as subscribers automatically?
Hugo Ashmore
ParticipantIt’s an option tied to the registration process, you get to enable or disable site registration and then to set what role is assigned to new signups. It will be part of the admin settings for sites rather than network admin if memory serves correctly
May 23, 2012 at 5:09 pm #134979In reply to: register for wordpress and buddypress 1 form
Jon Hardison
MemberHi:
Sounds like you’ve got everything set up right. Do you have the “Disable BuddyPress to WordPress profile syncing?” in BussyPress settings set to No? Once the WordPress registration page is pointed at the BuddyPress registration page, no one should have to register on both, and the option above should keep those registrations ‘in sync’.You said:
“I have the buddypress register associated with the wordpress register page, but it still does not work.”If you’ve done this within BuddyPress Page settings, you’re actually associating WordPress’s Registration and activation pages with BuddyPress. Not the other way around as you stated. Is this what you’ve done?
-
AuthorSearch Results