Helping you Build Your Own Social Network!

Faster, better and easier!

Member Directory

(4 posts) (2 voices)
  • Started 9 months ago by kissandim
  • Latest reply from kissandim

Tags:

No tags yet.


  1. So, I basically lost my entire site today but with the help of my host we were able to get it all back in working order and almost perfect. The only issue I am having is when a member is signed in and goes to click "Member" in the top menu it is bringing that person to the admin's activity feed instead of showing member directory. This is the last fix I need and I really hope you can help me!
    Thank you!

    Posted 9 months ago #
  2. and in case this helps. This is what my members/index.php file looks like:
    <?php get_header() ?>

    <div id="content">
    <div class="padder">
    <form action="" method="post" id="members-directory-form" class="dir-form">

    <h3><?php _e( 'Members Directory', 'buddypress' ) ?></h3>

    <?php do_action( 'bp_before_directory_members_content' ) ?>

    <div id="members-dir-search" class="dir-search">
    <?php bp_directory_members_search_form() ?>
    </div><!-- #members-dir-search --><?php do_action ('bp_profile_search_form'); ?>

    <div class="item-list-tabs">

    </div><!-- .item-list-tabs -->

    <div id="members-dir-list" class="members dir-list">
    <?php locate_template( array( 'members/members-loop.php' ), true ) ?>
    </div><!-- #members-dir-list -->

    <?php do_action( 'bp_directory_members_content' ) ?>

    <?php wp_nonce_field( 'directory_members', '_wpnonce-member-filter' ) ?>

    <?php do_action( 'bp_after_directory_members_content' ) ?>

    </form><!-- #members-directory-form -->
    </div><!-- .padder -->
    </div><!-- #content -->

    <?php locate_template( array( 'sidebar.php' ), true ) ?>

    <?php get_footer() ?>

    Posted 9 months ago #
  3. Are you trying from admin account, any chance you are using on of the plugin like Bp my home or some custom code to redirect ?
    Try by disabling all the plugins and enabling bp-default with BuddyPress.

    Posted 9 months ago #
  4. Yes I had been using profile redirect which was working fine untill all this happened. Now i disabled it and all is back to normal! Thank you!

    Posted 9 months ago #

Reply

You must log in to post.