Hi
I have done both of these things, my problem is when I go into the footer.php file all I see is -
<?php do_action('sidebar_right') ?>
</div> <!-- .row-fluid -->
</div> <!-- #container -->
<?php do_action( 'bp_after_container' ) ?>
<?php do_action( 'bp_before_footer' ) ?>
<div id="footer">
<?php do_action( 'bp_footer' ) ?>
</div><!-- #footer -->
<?php do_action( 'bp_after_footer' ) ?>
</body>
</html>
there is no relevant text, which is really confusing.