Skip to:
Content
Pages
Categories
Search
Top
Bottom

Landing page for guests?

Viewing 2 replies - 1 through 2 (of 2 total)

  • Boris
    Participant

    @travel-junkie

    Basically you do this:

    if( ! is_user_logged_in() )
    {
    // here's the stuff for guests
    }
    else
    {
    // and here is your activity stream
    }

    I’m pretty sure this has been discussed quite a bit, so you’ll find more info in the forums here.


    treelovinhippie
    Member

    @treelovinhippie

    Thanks mate!

    For future search/reference… if you go to the bp-default theme folder and /activity, then just edit the index.php file

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Landing page for guests?’ is closed to new replies.
Skip to toolbar