• Is it possible to display the member’s location underneath the avatar when viewing replies in a forum topic?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi Chad,

    I think so, but I’m not very familiar with bbPress.

    You can get the location of a user with:

    $location = xprofile_get_field_data ($location_field_id, $user_id);

    then print it where you need it, using the relevant bbPress hook or modifying the relevant bbPress template.

    Thread Starter chadeverson1

    (@chadeverson1)

    Thank you. Dumb question, but where would I post this:
    $location = xprofile_get_field_data ($location_field_id, $user_id);

    Plugin Author Andrea Tarantini

    (@dontdream)

    Unfortunately I can’t provide a complete solution because I’m not very familiar with bbPress, so what follows is only a suggestion for your developer.

    If you locate the bbPress template that displays the user details, you can modify it. Insert there the code to get the user location (the line suggested above) and then print the result.

    Hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display location under avatar in BB Press’ is closed to new replies.