Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to display Website URL and Other Fields in bbpress User Profile?

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

  • thetalltree
    Member

    @thetalltree

    I was able to display website address in the profile by adding the following code to the ‘user-details’ file: (located under ‘bbpress > bbp-themes > bbpress > user-details.php’)

    <?php echo bbp_get_displayed_user_field( 'user_url' ); ?>

    But I am not able to do the same to display a user’s yahoo messenger, gtalk and AIM handles.

    Also is there a way to display a user’s facebook page?


    thetalltree
    Member

    @thetalltree

    Ok was able to display the messeger IDs as well:

    <?php echo bbp_get_displayed_user_field( ‘yim’ ); ?>

    <?php echo bbp_get_displayed_user_field( ‘jabber’ ); ?>

    Now I jst want to figure out how to add a custom field like facebook ID? Any help appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar