Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding content under avatar on users profile?


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 :)

Skip to toolbar