Search Results for 'registration'
-
Search Results
-
Topic: Bulk Registration
I’m building a site meant for a closed, private community. It is necessary for me to have the entire site password-protected.
The problem is that I have a list of people I want to add as subscribers, but since the site is password-protected, they can’t access a registration page. Catch 22. Obviously I need to add the subscribers myself, but there is a long list of them. Doing each one by one will take forever.
Here’s what I’m hoping: does anyone know a way to upload a csv file with subscriber names and emails, and to a sort of “bulk registration”?
Topic: 2nd Registration form
Hi,
I need to add buddypress 2nd registration form but without email or password. just username may be, with some custom fields.
Example: Teacher register from main register plugin and add students ( using 2nd register form) to the database, students also will have profiles with these data.
Is this something possible, buddypress can do? Any plugins?
Thanks!
Topic: Registration Form Issue…
Hi,
It should be simple but I need help to solve it urgently. How can I convert back to buddypress registration page to original wordpress registration page?
I do not want to use only buddypresss registration page, I want to keep the rest but I couldn’t find any way to revert it back to default wordpres version.
Thanks in advance.
Hi,
all BuddyPress pages are displaying correctly. I can click on other profiles, the registration page, etc. Those are working. But if I click on My Account, or I log into another account I’ve created on a different PC, same thing happens. I see nothing.
Any help would be much appreciated.
Thanks
Topic: Errors showing bp core ?
Hi we are having an error show up on our page
one is an error coming up on registration : page
http://imgur.com/a/QQlNHtheWarning: array_merge(): Argument #2 is not an array in /home/asianins/public_html/thebettinguniversity.org/wp-content/plugins/buddypress/bp-core/bp-core-taxonomy.php on line 132
Warning: Invalid argument supplied for foreach() in /home/asianins/public_html/thebettinguniversity.org/wp-includes/functions.php on line 3507
how can we solve this please
Hi I wanna change registration layaout with cornerstone
Every time I want see this http://localhost/meetmate/register
The site redirecting me to http://localhost/meetmateI have made child theme
I’ve tried adding this to functions.phpadd_action( 'init', 'signup_redirect_remove_init', 9 ); function signup_redirect_remove_init(){ remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); }
or
remove_action( 'bp_init', 'bp_core_wpsignup_redirect' ); remove_action( 'bp_screens', 'bp_core_screen_signup' );
but I still can’t get on this page.
Thanks for help
I’m using X theme. And newest versions of buddypress
Is there is any chance to use corner-stone/visual-editor or page builder to edit registration site or i’m only able to edit it by overwriting register.php ?
I have read through a great portion of the topics but I haven’t come across anything useful.
On my website we use bbpress but I haven’t been able to maximize the use of site wide activity because spammers are landing on the site and spamming new and existing members. I have managed to trace it to a feature in the activity stream that displays when a member registers for the page and also when they update their profile settings (picture, bio, etc). I would like to find a way of removing member profile activity and registration from the Site wide activity stream but I can’t find anywhere in the bbpress setting that will do this? I would like to prevent this from ever appearing in the stream. My only option at this point is to manually go and change the display settings for each post. This just isn’t possible for me to stay ahead of this?
Can anyone offer any suggestions on how to remidy this problem? I should also mention I am not a programmer but I do have access to one so any advice would be extremely helpful
Hi,
I am getting notifications email like new friendship, comments, etc.. but can’t get new registration activation email.
I’ve install facebook-login plugin and seems like it blocked buddypress registration mail I think. However, when I deleted this plugin I still couldn’t get activation email.
I tried to repair buddypress from Tools->Buddypress and still have this problem
Also I am using WP-Mail-SMTP for this email actions.
My budyypress version is 2.6.1.1
Thanks
Hello,
After updating my site does not send email with activation link. I debug the new code and the function bp_get_email returns this error:
WP_Error Object
(
[errors] => Array
(
[missing_email] => Array
(
[0] => bp_get_email
))
[error_data] => Array
(
[missing_email] => Array
(
[0] => core-user-registration
[1] => Array
(
[no_found_rows] => 1
[numberposts] => 1
[post_status] => publish
[post_type] => bp-email
[suppress_filters] =>
[tax_query] => Array
(
[0] => Array
(
[field] => slug
[taxonomy] => bp-email-type
[terms] => core-user-registration
))
)
)
)
)
In admin panel I can see only buddypress email but I cannot see any terms for it
Please help me to resolve this problem
Thank you, Tiana
Hi,
The registration email works just fine in English. The site is translated with WPML, the WPML settings say that BuddyPress Emails should be translated. I went to Emails -> All Emails and translated the “Activate Your Account” email, leaving the exact same formatting as the original one.
Now when a new user registers on the French site, it says to check for an email to activate but the email never gets sent. Even if I go in the back-end and resend the email I get no error message but the message doesn’t get sent.
What did I miss?
Thanks