Search Results for 'buddypress'
-
Search Results
-
Hello,
I’ve researched so many forum posts, and I’m not getting anywhere in solving this problem – and it is so important to this site and the whole reason I’ve built around BuddyPress!
I have anyone can register in general settings.
I have the register page selected in page options in Buddypress settings.
The page exists, is a parent page in Pages.
I have tried disabling all plugins and switching to the 2016 template.
I have checked the register.php file exists in the appropriate folder: public_html/wordpress/wp-content/plugins/buddypress/bp-themes/bp-default/registration
I am using the most update wp 4.6.1
My URL is http://pathways4learning.com Clicking on register on the top black bar, or on the link on the login page, takes me to a ‘page not found’ and 404 error page.
PLEASE HELP! There is always a solution, please help me find it.
Thank you in advance.
I have install both bbpress and buddpress but i would like it to exist in as separate plugin.
Now bbpress has been integrated in buddypress menu bar and activity update need help to remove it.
Good day guys, understand that buddypress user registeration require member activation to fully use the newly registered buddypress account.
I am trying to use buddypress together with woocomerce. In this case, I require all checkout in woocommerce to be registered user in my site in order to proceed with check out. However, it seems if the user is registered during the checkout for the purchase. They no longer need to activate the account with the buddypress membership. Is there a way I can let woocommerce check out to have buddypress member activation?
Thanks guys.
In buddypress site. I want to activate the users directly without any activation mail.
I used BP disable activation plugin. It is directly taking them after the register but in the users it shows pending!!
can you tell me how to solve this problemHi
I want to create a dropdown of listing categories from which a user can select the categories on registration. But I am not sure how that would be done as I didn’t find any relevant tutorial on pre populating dropdown in xprofilewordpress version: 4.6.0
buddypress: 2.6.1.1
and here is a link to my site
http://dev6.inserito.me/Birthbox/Hi,
I’ve installed Buddypress and created extended fields. I’ve found that when I create a new user in the WordPress admin, it copies some of the information from the profile fields into the extended profile fields.
For example one of my extended fields is ‘Membership type’. When I create a new user with the name ‘Bob’, I find that the ‘Membership type’ is now ‘Bob’ for that record. When I try to overwrite it I find all the fields start overwriting each other every time I click save. For example I change ‘Membership type’ to ‘Individual’ and find that the ‘first name’, ‘nickname’ and ‘display name’ are all now ‘Individual’.
I’m using BuddyPress version 2.6.2 and WP version 4.6.1
Can anyone shed some light on what’s going on?
Many thanks.
I have an xprofile field for newsletter when a user registers, which stores the field as a serialized entry of the allowed value for that field, which is the name set in the BuddyPress back end, in this case:
“Subscribe to free newsletter”
This results in a serialized entry in the wp_bp_xprofile_data table (in my case, for field 307) that looks like this:
id: 14421
field_id: 307
user_id: 15201
value: a:1:{i:0;s:28:”Subscribe to Free Newsletter”;}However, when I use the BuddyPress function to update that data:
// get permitted value for field 307 - required for xprofile_set_field_data() to work $field = xprofile_get_field( 315 ); $UpdateField = $field->name; xprofile_set_field_data( 307, $current_user->ID, $UpdateField );The result is the field is now set to a simple string:
id: 14421
field_id: 307
user_id: 15201
value: Subscribe to Free NewsletterI want to reconcile these entries, so they are the same format, but when I converted the string to a serialized field the update function fails:
// serializing field $UpdateField $newfield = serialize ( $UpdateField ); // result: [s:28:"Subscribe to Free Newsletter";] xprofile_set_field_data( 307, $current_user->ID, $newfield );This command fails, which I believe is because the field must match the allowed value as set in the back-end for the extended profile. I suspect because the serialized field looks like this:
s:28:"Subscribe to Free Newsletter";But maybe should look like this:
a:1:{i:0;s:28:"Subscribe to Free Newsletter";}So maybe I can convert the datum to a properly serialized array with the correct argument to the serialized function, and then pass it to the xprofile_set_field_data() function and get it to update.
But why is this behavior happening? This wouldn’t seem to be the expected behavior when I pass a string to the function. I would expect the value I set on registration would be the same format of the value set when I update the field. Am I doing something wrong and how do I reconcile these entries?
Hi there, I have searched a lot and haven’t got a proper solution for this.
My site has Blog and BuddyPress as well. On the bottom of each post I have added social icons that will share the post on fb, twitter and GP.
I am sharing post on facebook through links like, https://www.facebook.com/sharer/sharer.php?u=http%3A//example.com.
How can I share link of that particular post to my profile through code for BuddyPress?
So basically I need to create a Share button that shares post from the site to my Activity.