Search Results for 'disable registration'
-
Search Results
-
Hi,
since three day, i have problem with the registration form of my website,
In register page, the form is not empty and it return the same valuesyou can see it live here http://www.dz-tchat.com/register
i disabled all plugins, and i used the default theme, but the problem persit.
I use the bp 1.5.5
Thanks advance to help fix this.
Thanks,
Is there a way to disable this in the registration process?
“Only lowercase letters and numbers allowed”I really don’t see why this is necessary, I don’t seem to have this issue on regular WP websites. Yet I can’t find anything online that will allow me to enable capital letters in usernames
So here is the problem and MY solution. Might not work for you.
What I’m using: WP 3.3.1, BP 1.5.4, & CIMY Extra Fields 2.3.7I register users from my WordPress page, NOT my BuddyPress page. So not myurl.com/register BUT I AM USING myurl.com/wplogin.php?action=register
What was happening: CIMY generates a key before BuddyPress generates a key. THEN, Buddypress would send out its own email, but WordPress is looking for the CIMY key to activate the user.
Also, when BuddyPress was sending out the activation email from bp_core_filters.php, NOT bp_members_signup.php. It seems that bp_core_filters.php does not seem to have the function to activate a user, but bp_members_signup.php does.
When I would register users from my BuddyPress page instead of the WordPress page, the activate email would work just fine. The email was also being sent from bp_members_signup.php, NOT bp_core_filters.php. How do I know? I altered the email message in filters.php, but then got a different email when I registered through BuddyPress and not WordPress.
Okay. So what did I do?
bp_core_filters.php was overriding my CIMY activation email. When I disabled BuddyPress, I was able to register users through CIMY and my activation link even said ‘?cimy_key=838494040383830209’ (not a real key, obviously) and not just ‘?key=8393834929282’
Before you do this, save a clean copy of bp_core_filters.php somewhere different, so if this doesn’t work for you, you can put the old file back in without any problems.
I went into bp_core_filters.php and DELETED lines 224-255. This starts with:
?function bp_core_activation_signup_user_notification( $user, $user_email, $key, $meta ) {
$activate_url = bp_get_activation_page() . “?key=$key”;
$activate_url = esc_url($activate_url);
$admin_email = get_site_option( ‘admin_email’ );if ( empty( $admin_email ) )
$admin_email = ‘support@’ . $_SERVER;?Then it ends with, on line 255
?add_filter( ‘wpmu_signup_user_notification’, ‘bp_core_activation_signup_user_notification’, 1, 4 );?
Delete all code between lines 224 and 255. If you have WPMU, above that is the email function for WPMU, in lines 181-222.
Why am I using CIMY and not just extending the profile fields on BuddyPress? I needed to collect address data. It was a requirement to collect address data from the registration. But, it would then display publicly on the profile in BuddyPress. I couldn’t have that. I just wanted the data in WordPress, hidden. Thus, I’m using CIMY.
Also, I use CIMY and hide the buddypress admin bar to strangers. I use the plugin login logout and place the widget in a sidebar to direct to the correct login screen, not the buddypress login screen.
Check it out: http://mediabridges.info
BuddyPress is running but is not handling any registration, activation, etc. But users can still use it.
Hello, if i could use the original wordpress registration it would solve all my problems.
It allows the user of 1 username, caps, spaces etc.
If i disable the buddpress plugin, create a user account with the wp register, and re enable the bp plugin… i can use the account i created just fine.
Any help on this?
Hello, if i could use the original wordpress registration it would solve all my problems.
It allows the user of 1 username, caps, spaces etc.
If i disable the buddpress plugin, create a user account with the wp register, and re enable the bp plugin… i can use the account i created just fine.
Any help on this?
the only noob way i can think of is creating another wordpress install on another directry say site.com/bp/wp
and use the same database details for both and then have the register page from bp redirect to the wordpress register…
Hi,
Could someone please help me before I go totally insane! I need to disable the BP registration and login forms and use the standard WP ones. The reason I need to do is that I need to use the plugin “affiliate plus” which will not work with the BP forms. I have tried most of the 3rd party login plugins but it always defaults back to the BP one. I have tried putting “remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 );” into the functions.php but it makes no difference.
Put me out of my misery before the little white men in there little white coats arrive.
Robert the wifiguy.I built a site for a group that requires members to pay -it a discount card scheme.
So far it works like this. –1. They register as normal
2. I’ve disabled the registration email / activation email with the ‘BP Disable Activation’ plugin (http://wordpress.org/extend/plugins/bp-disable-activation/) – I’ve also hacked the plugin to not auto login the new user (well – will try to in 5mins)
3. I use the ‘Confirm User Registration’ plugin to stop the user from logging in until they have come to the office and paid / collected membership card.
4. When they have paid the admin activates the account and they receive a confirmation email courtesy of above plugin.Seems to work ok.. (If i cani disable auto login) but is there a more elegant solution??
Suggestions appreciated.many thanks!
Hey there.
I’m using s2Member custom registration fields, and integrating it with the BuddyPress registration form. Set ‘Display Name’ during registration is set to ‘yes, display as username.’
My problem is this: BuddyPress and s2Member both have registration fields for ‘username.’ I was wondering if I could somehow disable BP’s username-field, to avoid confusing my users.
Any help would be greatly appreciated.

