Re: Comments not showing..
After much googling, reading and thinking…have managed to find out how to put comments on Pages.
In the BP default theme I opened up page.php and found where it says Edit this Entry. I put in the php comments_template code after the endif bit of code.
Code:
<?php endwhile; endif; ?>
<?php comments_template(); ?>