Skip to:
Content
Pages
Categories
Search
Top
Bottom

Extended Profile Fields Under Photo


  • kjcarleo
    Participant

    @kjcarleo

    Hello all,

    I am wondering how I can call info from Custom Fields to be displayed beneath a users profile Pic.

    Profile Fields

    Kevin

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

  • Prashant Singh
    Participant

    @prashantvatsh

    Hi,

    You need to find the file cover-image-header.php and override it in your child theme then just after the avatar code you have to call the function https://buddypress.org/support/topic/bp_get_profile_field_data-2/

    Thanks


    kjcarleo
    Participant

    @kjcarleo

    Thanks Prashant, but how and why do I overwrite it with my child theme (I am using Kleo-Child). Also where do I input the code?

    Kevin


    Prashant Singh
    Participant

    @prashantvatsh

    You need to create buddypress/members/single folder in the child theme and then copy paste the file from plugin to this location and there you can see the code for the avatar.

    Theme Compatibility & Template Files

    Thanks


    kjcarleo
    Participant

    @kjcarleo

    Also, where do I input the code? Like where are the functions stored? Which document?

    KJ


    kjcarleo
    Participant

    @kjcarleo

    Could we do a GoToMeeting so you can show me? I am having difficulty finding what you are referring to.

    KJ


    Prashant Singh
    Participant

    @prashantvatsh

    Hi,

    You can find it in your theme kleo/buddypress/members/single/cover-image-header.php and the code is
    <?php bp_displayed_user_avatar( 'type=full' ); ?>

    You need to echo your profile field just below this one.

    Thanks


    kjcarleo
    Participant

    @kjcarleo

    Could you show me an example? Could we do a GoToMeeting?

    Kevin


    kjcarleo
    Participant

    @kjcarleo

    Could you please show me an example? Might be easier if we could do a GoToMeeting.

    Kevin


    kjcarleo
    Participant

    @kjcarleo

    Could you please show me an example? Might be easier if we could do a GoToMeeting. I really need help with this.

    Kevin

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