BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Social Networks in Profile
Tagged: profile, social networks
- This topic has 7 replies, 4 contibutors, and was last updated 9 years, 8 months ago by Anonymous.
Question
February 26, 2015 at 3:52 am #36482@imdyakovHi,
1) I would like to wonder where and how to add/edit default Social Networks fields you’ve added to the Boss Theme?
2) Any ideas on how to link these fields to the form plugins entries? If I understood correctly you have the following meta names for respective fields: buddyboss_facebook, buddyboss_twitter, buddyboss_linkedin, buddyboss_google-plus, buddyboss_youtube, buddyboss_instagram, buddyboss_pinterest?
I am using Formidable PRO and it works easy with the meta fields reflected in WordPress User Profile. You just take the name of the field by inspecting the element and link it to Formidable PRO respective field in Registration Settings. I tried the same approach with Boss Social Network’s fields but it didn’t work that way unfortunitely.Answers
February 26, 2015 at 1:46 pm #36503@imdyakovJust to clarify my question is: In which table are those BP Profile meta names for social fields are stored (stated in the point #2)? Is that user_meta of anything else?
February 27, 2015 at 5:49 am #36574@imdyakovBy the way,
I’ve been trying to enter username for Twitter at BP Edit Profile page and it was not saved. I haven’t check that with other social fields. Do I miss something which is available in the Theme documentation or at the forum already?
If you go to Extended Profile in WordPress back-end these fields are not available for edit.
February 28, 2015 at 7:14 am #36613@webprodevcoI am having the same issue with these items not being saved after I input them.
March 10, 2015 at 11:01 pm #37129@imdyakovAnd one additional question for the initial one. Are Extended Profile fields stored in a different DB Table from WP Profile fields? I try to use Formidable PRO to create user accounts and edit profiles but when I change Name or Second Name and update the form it is updated in ‘Display As’ field of WP Profile but not updated in the BP Extended Profile ‘Name’ field. That is also means that in the top right menu I still see the old name and in some other instances in BuddyPress section of the site. Any ideas on that?
March 11, 2015 at 1:49 am #37140@imdyakovThat is interesting that the problem with Show As name is only exist on PC and in Mobile version it seems pulling up Show As name from WP Profile but not from Extended Profile of BP.
March 12, 2015 at 7:23 pm #37215March 14, 2015 at 12:59 am #37289@
AnonymousHello @imdyakov we had added them as user_meta
those are the url fields and you have to twitter url there , not just @username
If you do not want to use them and want to create other social fields in a group, you can create them in buddypress profile user fields and can removed the Boss default Social Profile fields
function remove_social()
{
remove_action(“bp_after_profile_field_content”,”buddyboss_user_social_fields”);
}
add_action(‘bp_init’,’remove_social’);you can add this function in functions.php of child them to remove them
For the Formidable Register page, i have installed that also and set fields using that it work fine with the displayed username setting
If you can provide the register setting page screenshot of Formidable that will help to what exact field mapping you are using there.
Regards
Varun Dubey
- The question ‘Social Networks in Profile’ is closed to new replies.