• I downloaded the upgrade but I still cannot figure out how to make this plugin work. I am sure a lot of time was put into it and I would love to see it work.

    It says to add the following to members/index.php (where is that???)or another page???

    <form action=”” method=”post” id=”filter-members-form”>
    <h3><?php _e( ‘By Name’ ); ?></h3>
    <?php bp_filter_profile_field( ‘Display Name’ ); ?>
    <?php if ( bp_members_filtered() ) : ?><?php _e( ‘Start Over’ ); ?><?php endif; ?>
    <button class=”button” type=”submit” class=”button”><?php _e( ‘Submit’ ); ?></button>
    <input type=”hidden” name=”filter” value=”members” />
    <?php wp_nonce_field( ‘bp_member_filter’ ); ?>
    </form>

    http://wordpress.org/extend/plugins/bp-member-filter/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I second 🙂

    If you’re using the default BuddyPress theme, the file in question is:

    wp-content/plugins/buddypress/bp-default/members/index.php

    However, you’d be better off creating a child theme of your own, and putting that code in the same location inside your custom theme.

    If you’re using the BuddyPress Template Pack, the file is in the location you posted above.

    Hi, I’m trying really hard to get this plugin working, but there is such limited documentation I’m working on a bases of trial and error.

    I am running BuddyPress 1.2.3 on WordPress (mu) 2.9.2.

    I have downloaded and installed BP Member Filter 1.0.3, both manually and through BuddyPress.

    I have opened the file members/index.php and added the code from (http://pastebin.com/bw0suXwe ) and ( http://pastebin.com/ywCz4ti5 ) .

    In either case it adds the submit button to trigger the plugin, but when I click on the button, nothing seems to happen. I have tried replacing the xprofile field “Display Name” with one I have in my own database (Gender). The plugin immediately sees the field is a dropdown with two options (male/female) and adds them (as a dropdown). However when I hit submit, again nothing happens.

    members/index.php, already contains a form field called #members-directory-form. I’ve tried pasting the BP Member Filter code above, below the form. I have also tried replacing the original form and merging the two forms, to no luck. Fundamentally, though the problem seems to be that nothing within the code snippet triggers the file “members/members-loop.php”, which is what actually displays the members loop and simply adding “” to the BP Member Filter code snippet doesn’t seem to get the plugin and “members/members-loop.php” talking to each other.

    Any advice as to what I’m doing wrong?

    I’m sure it’s something really silly but I can’t figure it out.

    Thanks

    Chopo

    @chopo87 I have found a fix please see the last post here:-

    http://wordpress.org/support/topic/399989?replies=4

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: BP Member Filter] Still Doesn’t Work’ is closed to new replies.