• Hi there.
    With
    – WP 3.2.1
    – BuddyPress 1.5.1 (same for BuddyPress 1.5)
    – bp-template-pack 1.2 (applied onto Twenty-ten theme)

    On the page where you list members, you’ll get double buttons to stop friendship for each of your friends.

    I believe the internal BuddyPress function to show this button, has slightly changed its behavior.

    In the file members-loop.php, there are two lines, which create these buttons.
    <?php bp_member_add_friend_button() ?> and
    <?php do_action( 'bp_directory_members_actions' ) ?>

    When I deleted (actually commented out) the first of these, things look normal to me.

    Is it possible that I have broken anything by doing this?

    Pst! I can’t refer the specific text on those buttons. I’ve got my installation translated into Swedish, and feel too lazy to look that up right now 🙂

    http://wordpress.org/extend/plugins/bp-template-pack/

  • The topic ‘[Plugin: BuddyPress Template Pack] How to fix double "Add member"-button’ is closed to new replies.