Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 276 through 300 (of 4,122 total)
  • Author
    Search Results
  • #312414
    sunbaghdad
    Participant

    I’m working on Educational community website, where students will create their accounts. In that registration form I want to Include their current location, College, Current city, Year of passing and so on. But I just want to add smart fields when they register.

    For example:

    If while registration, a student click on the field called ‘College’, he will add its name manually :
    some will type : ” St.xavier’s college “
    some will only type: ” St.xavier’s “
    I dont want that case.

    So i want to make it like if student type just “St. ” he will get list of colleges in dropdown starting with ‘St.’. something like facebook profile fields.

    I hope you are getting me !!!

    #312364
    cmsplay
    Participant

    BP xProfile Fields are terrific.

    As admin, is it possible to show via the Dashboard, a list of all the contents of each xProfile Field?

    Thank you.


    WP v.5.4.2
    BP v.6.0.0

    #312343
    Varun Dubey
    Participant

    @cmsplay try https://wordpress.org/plugins/bp2wp-full-sync/
    It will allow you to map xprofile fields with WP core first name and last name

    cmsplay
    Participant

    WP has of course first_name and last_name as default profile data slugs.

    Because BP xProfile Fields make a nice Registration page for users, how can the WP default profile data slugs for first name and last name, be used for users’ first name and last name? – At the BP xProfile field registration page, WP default profile data slugs do not show. (Interestingly, username and password fields do show).

    How can WP default profile data slugs for user first name and last name be shown editably, for users at the BP xProfile page?

    Thank you.

    #312324
    cmsplay
    Participant

    Yes. Other than matching field slugs, it’s not made explicit how to match imported metadata to xProfile fields. (Guesswork. Trial and error.)

    #312316
    cmsplay
    Participant

    How can I link particular field names (column headings in CSV file), to particular BP Extended Profile fields?

    Thank you.

    #312315
    cmsplay
    Participant

    I have the Extended Profiles component ticked (checked).

    In making a page of fields for users to make their extended profiles, among the field types (e.g. URL, text box, drop-down list etc.), I see there is no ‘Password‘ type. I would imagine this automatically confirmed if (e.g.) a ‘Confirm password’ box also matches up.

    Something tells me that the WP password field is not implemented in BP Extended Profiles, but elsewhere. Hmmm.

    If the WP password field is implemented elsewhere, then where is that for the user, and can/should it be integrated with the user’s Extended Profile page?

    Thank you.

    #312295
    Chuck141
    Participant

    Hi,

    I am using this code to pull social links from xprofile fields into the users profile header:

    function bpfr_socialize_profile () {

    echo '<br>'; // don't remove !

    if ( $data = bp_get_profile_field_data( 'field=Twitter ' ) ) :
    ?>

    /" target="_blank" title="Twitter"><i class="icon-twitter"> </i>Test Twitter 

    <?php endif;

    I am looking to do the same but with custom urls. So for instance if they type in Buddypress.org, that text will appear in the header and link to the website. I am no coder and with a few tweaks of above code, I can get it to show the url, but only with the text that I choose myself displayed in </i>Test Twitter. I want the text which the user types in to appear. I have searched some tutorials and tried a few different options but nothing works, I wish I could code! 😀 Hopefully this is easy enough. Can anyone help?

    EDIT: If its easy enough, I would prefer the text to show in a form of a button, but text will do for now.

    Thanks in advance.

    Chuck.

    #312198
    kjcarleo
    Participant

    That doesn’t appear to address the issue. I want to be able to assign them to a particular role (User Role Editor), in this case, I created one called “Community Outreach Coordinator” and I simply want them to have permissions to edit user and extended profile fields.

    Kevin

    #312073
    coopman14
    Participant

    Is it possible to create various groups of one-to-many connections? It seems Users can only create one set of connections (“friends”) or member groups that are many-to-many groups where everyone joins a single conversation. Can I create additional one-to-many groups, for example “friends”, “family”, “colleageus”, etc.? Ideally the user could then limit visibility of profile fields based on these groups, i.e. some fields would be visibile to “friends” connections, others visible to “family” connections, etc.

    Likewise, in the scenario above, could each user individually select which one-to-many group to put other members into? For example, User A may consider User B in their “family” group of connections, thereby providing User B with visibility to profile fields they have selected for visibility to “family”. User B may consider User A in their “friend” group of connections, thereby providing User A with corresponding profile visibility.

    Thanks for your help!

    #311999
    clancel
    Participant

    Hi. There’s a woocommerce billing and shipping field showing up in my profile fields tabs. I would like know how I can remove them. Here’s a screenshot of the tabs.

    https://prnt.sc/snw9wp

    I have both Paid Membership Subscriptions and Profile Builder plugin installed. I deactivated them but I still see these tabs. Can you help me on what may be causing these tabs to not go away? Thank you.

    a3132
    Participant

    Okay, I have learned to use code to show profile fields on different parts of the page. But I was wondering if it were possible to show or hide one field based on whether the profile member and the member viewing the profile were a match in another field.

    For example, could I:

    show the field favorite color if a man is viewing a woman’s profile or a woman is viewing a man’s profile – but – hide the field favorite color if a man is viewing a man’s profile or a woman is viewing a woman’s profile?

    By the way, thanks for the support forum. It’s been a lot of help.

    #311951
    nicourense98
    Participant

    I want to display a map with the location of all the registered users on their activity feed so that they can get an idea of where the rest of the members are from. I have tried using “BP Member Avatar Map” plugin and I have created the extra profile fields but I am not seeing a map show up anywhere so not sure if I am missing something to get this plugin to work or if there is a better plugin for this.

    #311916
    iamthewebb
    Participant

    Hey, I run a fairly similar sized site and thankfully only see 1 or 2 a year, we run..

    Akismet & Antispam bee

    I also receive an email whenever someone signs up and if the email looks in anyway suspect I’ll check their account,it’s normally fairly obvious from the entries to the xprofile fields whether they are legitimate or not and they are blocked.
    What anti spam plugins are you currently using as I’m sure I remember seeing ones that would throttle or block anyone abusing?

    Varun Dubey
    Participant

    @amnamn180 you can use member type https://wordpress.org/plugins/bp-member-type-generator/ and with their pro version, you can also display different x-profile fields for member types.

    #311877
    pentagonvalley
    Participant

    I personally use ACF to add new profile fields into the main wordpress profile section so that I can easily get and set the meta/field key information. With that information, I can then display the data where necessary whether in an email or on the site.

    However, I know you are trying to do it specifically from the Extended Profile. I have been trying to figure that out for quite some time now. It may be more complicated than a simple token call. I would love to know the answer to this myself!

    pizzapoet
    Participant

    I built a website for a client where we needed to collect some additional information on registration from users that would ultimately be used in their profiles (it’s pretty much a social media platform for local artists).

    I have it so that when someone sign ups a notification email goes to my client so he can make sure they are a legit artist to keep them on the site. The notification email just has the default info in it.

    Is there any way to include the additional extended profile data in the notification email?

    Wordpress 5.4.1
    Buddypress 6.0

    #311847
    Soufiane Bahjaoui
    Participant

    Hi,
    I’m using last version of buddypress with profile fields, I have two issues :
    1) i get in profil page phone as html not text like that :
    Phone <a href="tel://06666666669&quot; rel="nofollow">0666666666</a>
    2) how can i validate phone number in registration page? i used jQuery to do that but does not work, this is my code jQuery:

    jQuery(document).ready(function(){
    
    //Code Starts
    function validatePhone(field_49) {
        var a = document.getElementById(field_49).value;
        var filter = /^[0-9-+]+$/;
    
        if (filter.test(a)) {
            return true;
        }
        else {
            return false;
        }
    }​
    //Code Ends
    
    //Code Starts
    jQuery('#field_49').blur(function(e) {
       if (validatePhone('field_49')) {
           $('#field_132').html('Valid');
           $('#field_132').css('color', 'green');
       }
       else {
          $('#field_132').html('Invalid');
          $('#field_132').css('color', 'red');
       }
    });
    //Code Ends
    
    });

    Thnak you

    #311787
    a3132
    Participant

    I had been using this code to show profile fields on a member’s card in the directory. It was working perfectly until the last BuddyPress update. After the update it disappeared. (even with all other plugins disabled and on the Twenty-Twenty theme)

    Is there a fix for this or should I change something in my code?

    function add_city_to_members_loop() {
    $field_content = bp_get_member_profile_data( ‘field=City’ );
    if( $field_content != false )
    echo ” – ” . $field_content;
    }
    add_action( ‘bp_directory_members_item’, ‘add_city_to_members_loop’ );

    #311772
    clancel
    Participant

    Hi. Register link in Login Page doesn’t direct to the same Register Page with the Profile Fields. How can I make the register page redirect to the same page with the same items?

    http://www.polyspora.com

    yomyaffe
    Participant

    Hi,

    im using BP Members Type Pro, Members List, and custom profile fields… In my visual composer have some options to show a list with members, but dont looks nice, and dont display the profile fields… how can i add more info to the item list, and do it nice and little in the shortcode way…?

    example of shortcode: [bpmtp-members-list member_type=”profesoriniciacion” type=”alphabetical” ]

    Also in my visual composer i have BP Members Grid, BP Members Carousel and others… but this tools dont let short by member_type and add info about the profile to the item.

    Thanks for your help… i spent 3 days with this…

    #311665
    rootcr8r
    Participant

    Profile Fields not displaying My issue

    joewalkling
    Participant

    Hi there
    I am using this code to display members Business name on their directory listing.

    function add_info_to_members_loop() {
        echo bp_get_member_profile_data( 'field=Business' );
    }
    add_action( 'bp_directory_members_item', 'add_info_to_members_loop' );


    I would also like to add a Location field to this, so that their location is visible on the direcoty listing also, but I’m unsure if and how to adjust the above code.

    Many thanks

    amberturner
    Participant

    Hello all.

    I’ve been searching for this for a couple of weeks now and haven’t found a solution.

    I have groups set up on my site, and each member should be part of only one group. It’s a directory with different “chapters (aka groups)” of members.

    On the site, I have an admin for each group.

    I want to be able to allow that admin to edit only the users in their group and no other members on the site (regardless of role) when they are in the WP Dashboard/or front end of the site logged in. This includes editing their xProfile information the same way site admins can.

    Is there a way to make this happen? This site has nearly 50 chapters, and I don’t want an Admin from GroupA to be able to edit members’ info in GroupB.

    (Not looking for admins to be able to edit the group information. But to edit the user’s information like email address, avatar, and other xProfile fields).

    #311533

    In reply to: First and Last name

    eleconte
    Participant

    Thank you @vapvarun but it doesn’t work for me. I’ve installed the plugin, checked the sync option in Buddypress and edit the fields with sync of First and Last name.
    My profile still doesn’t show the first and last name.

Viewing 25 results - 276 through 300 (of 4,122 total)
Skip to toolbar