Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding content under avatar on users profile?


  • dwpers
    Participant

    @dwpers

    I’d like to add some custom content directly under a users avatar on the member profile page. I found the location to do this awhile ago, but never needed to do it until now. But just my luck, I can’t figure it out again… :(

    Does anyone know which file to edit?

    I’m using WPMU 2.8.6 and BP 1.1.3

    Thanks! :D

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

  • dwpers
    Participant

    @dwpers

    I think it’s because the members/home templates have been merged in 1.1.3? Anyways, would greatly appreciate any help.

    Thanks :D


    dwpers
    Participant

    @dwpers

    Hmm, it looks like it’s been moved to:

    bp-themes/bp-sn-parent/profile/profile-menu.php

    If you want to add custom content below all the UI elements of the embers page below the avatar, then just add it at the very bottom of the code, below

    <?php do_action( 'bp_after_profile_menu' ); /* Deprecated -> */ bp_custom_profile_sidebar_boxes(); ?>

    Hope this helps others out :)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding content under avatar on users profile?’ is closed to new replies.
Skip to toolbar