-
hardlyneutral posted on the forum topic Signup Usermeta in Single User Environment Issues in the group How-To and Troubleshooting: 14 years, 3 months ago
SOLVED: The function called $user_id first and was assigning it to my $usermeta variable. I ended up using get_usermeta with $user_id as the reference.
-
hardlyneutral posted on the forum topic Signup Usermeta in Single User Environment Issues in the group How-To and Troubleshooting: 14 years, 3 months ago
UPDATE: It looks like $usermeta is getting the string that should go in ‘meta_key’ and the array of data that would go in ‘meta_value’, but it is not actually doing the insert. Is this something goofy with a validation against xprofile fields?
-
hardlyneutral started the forum topic Signup Usermeta in Single User Environment Issues in the group How-To and Troubleshooting: 14 years, 3 months ago
I’m working on a plugin that grabs some dynamically generated fields on the user registration page (these fields don’t exist in xprofile) and adds them to the user’s meta information. I’ve got it work in a multisite environment (MU 2.9.2 + BuddyPress 1.2.5.2) with the code below: function bp_custom_stuff( $usermeta ) { $usermeta = $_POST; […]
-
hardlyneutral joined the group How-To and Troubleshooting 14 years, 3 months ago
-
hardlyneutral posted on the forum topic User Generated Profile Fields in the group Requests & Feedback: 14 years, 5 months ago
Agreed. I would love this functionality.
-
hardlyneutral joined the group Requests & Feedback 14 years, 5 months ago
@hardlyneutral
Active 1 year, 8 months ago