Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing the “Add Friend” button from groups


  • isaact1994
    Participant

    @isaact1994

    Hello,

    I am currently trying to remove the “Add Friend” button from the members pages of my groups. I’ve read that you need to remove a line from your members-loop.php file:

    
    <div class="action">
    <?php
    do_action( 'bp_directory_members_actions' ); ?>
    </div>
    

    I have removed all references to this line in all copies of this file from the both the plugin and my theme, but I haven’t had any luck. Any help would be much appreciated.

    Isaac

  • You must be logged in to reply to this topic.
Skip to toolbar