Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • carrieoke13
    Participant

    @carrieoke13

    Ah, that totally makes sense.

    I just used the default members-loop.php – is there something I should look for in the code that could be causing the odd behavior?

    Thanks!
    Carrie


    carrieoke13
    Participant

    @carrieoke13

    Thanks, Shane.

    So I have it working now using:

    
    $your_city= xprofile_get_field_data( 'City' ,bp_get_member_user_id());
    				
    if ( $your_city != false ) 
       echo $your_city; 

    I am super new to BuddyPress – is there a reason not to do it that way? I really appreciate your help.


    carrieoke13
    Participant

    @carrieoke13

    Thanks, Shane. It’s still happening even if I switch themes. I tried this code and it is still showing the wrong name in the last member listed.

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar