Social Theme Hidden from Non-logged in Users

Pro
  • 300 points
    WPMU DEV Expert
    Seriously helpful member
    Pali Baacsi

    Member  —  6th February 2012 (3 months ago)         

    I saw this post

    http://premium.wpmudev.org/forums/topic/bp-social-forced-login-hidden-from-un-logged-in-user

    and tried to add to my index-home.php:

    <?php /* Template Name: Homepage */
    get_header();
    ?>

    <?php /* http://premium.wpmudev.org/forums/topic/bp-social-forced-login-hidden-from-un-logged-in-user */ if( is_user_logged_in() ) : ?>

    <div class="content">
    <?php do_action( 'bp_before_home' ) ?>

    I've added the updated php to the child and then to the bp-social folder and neither worked. Am I doing something wrong?