Hi, I am trying to display the member type under the profile picture on each profile and also on all of the profile cards in the member directory, but also I don’t want to show the link to the membership levels page. I was able to use <div id=”hidelink”> <?php do_action( ‘bp_before_member_header_meta’ ); ?> </div> and use CSS to set #hidelink a to display: none – however, I’m sure this is not a good way to go about it, and still the member types aren’t showing up on the profile cards under the member directory.
Also, I’m having to assign member types manually rather than them being assigned depending on the member level, and I’m wondering if there is a way to link member levels with member types automatically when someone signs up, without them having to select a membership level and member type themselves.
Thanks in advance, for your help,
Jen