-
myerman started the forum topic bp_members_signup.php in the group How-To and Troubleshooting: 13 years, 8 months ago
I’m trying to troubleshoot the email activation messages that go out when users signup with buddypress….after a bit of googling, I found the right bit of code in a file that should be /bp-members/bp-members-signup.php function bp_members_signup_send_validation_email( $user_id, $user_email, $key ) { $activate_url = bp_get_activation_page()…[Read more]
-
myerman joined the group How-To and Troubleshooting 13 years, 8 months ago
-
myerman posted on the forum topic Question about integrating with BuddyPress registration /register in the group Creating & Extending: 13 years, 10 months ago
Okay, then, I have this half working. Is there a safe way to update a wp_bp_xprofile_data table then? I see I can pull out a bit of profile data with xprofile_get_field_data(‘field_name’,$userid)….is there one for update? that way I can keep this info synched from within my own plugin as well.
-
myerman posted on the forum topic Question about integrating with BuddyPress registration /register in the group Creating & Extending: 13 years, 10 months ago
Never mind, I see it now. It’s under bp-themes as the root folder.
-
myerman posted on the forum topic Question about integrating with BuddyPress registration /register in the group Creating & Extending: 13 years, 10 months ago
Okay, sorry for being so thick, I’ve downloaded BuddyPress and see no registration folder.
-
myerman posted on the forum topic Question about integrating with BuddyPress registration /register in the group Creating & Extending: 13 years, 10 months ago
Will this work if two of our questions are lists of countries/states and the other two are lists of categories? In other words, will buddypress allow me to add data sets like these? And can I still set the data in wp_usermeta table and retrieve it in other uses? Also–is it possible to rework look […]
-
myerman posted on the forum topic Question about integrating with BuddyPress registration /register in the group Creating & Extending: 13 years, 10 months ago
Sorry, we display this information on a MY page that only logged-in users can see.
-
myerman posted on the forum topic Question about integrating with BuddyPress registration /register in the group Creating & Extending: 13 years, 10 months ago
Yeah, at the moment we are using the answers to these questions to grab content based on their gender, location, and category preferences — we match what they give us to WP categories and any meta-keys in the content we can match.
-
myerman started the forum topic Question about integrating with BuddyPress registration /register in the group Creating & Extending: 13 years, 10 months ago
Built a custom registration plugin for a client, only to realize that they have BuddyPress running. My registration hooks aren’t working (haha) mostly because I think BuddyPress has taken over the process. In this plugin, I prompt the user to enter information in about their gender, current country, and most important category of content, then […]
-
myerman joined the group Creating & Extending 13 years, 10 months ago
@myerman
Not recently active