chneijens
Member
Posted 2 years ago #
hi,
I'm able to set the page "activity stream" as startpage of my blog in wordpress under "Settings > Reading", set front page to "Activity Stream" but I don't see the option to set Members Directory as the startpage.
I tried to manually enter "members" in the database under page_on_front and show_on_front. Because when you set the startpage to activity stream it reads "activity"
I doesn't work.
Can anybody please assist me?
Thank you.
chneijens
Member
Posted 2 years ago #
Forgot to mention, i'm using wp/su 2.9.2 and bp 1.2.1 clean install
visit website http://profile.manager-tv.be
chneijens
Member
Posted 2 years ago #
All you'll need to do is create a home.php file within your theme folder (or use one in bp-default) and enter in this code:
<?php
locate_template( array( 'members/index.php' ), true );
?>Then on the Reading Settings, page of your Dashboard, just set it to "Your Latest Posts" (it won't actually be your latest posts).