• Resolved chneijens

    (@chneijens)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter chneijens

    (@chneijens)

    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

    Thread Starter chneijens

    (@chneijens)

    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).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buddypress: how to set members directory as startpage’ is closed to new replies.