Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP Groupblog


  • Scott
    Participant

    @scottwermter

    http://wordpress.org/extend/plugins/bp-groupblog/

    I was having this issue on an older install so I setup a fresh wordpress 3.5.1 multisite install with buddypress 1.7 beta(trunk-6829) and the bp groupblog 1.8. This is the only items on this install. When I set group blogs to redirect to the blogs home page if I click on the blog tab to go to their home page it redirects to the main sites wp-admin page. Any ideas?

Viewing 1 replies (of 1 total)

  • Scott
    Participant

    @scottwermter

    I got this to work by doing the follwoing.

    In the function bp_groupblog_setup_nav add these two lines.

    
    $blog_details = get_blog_details( get_groupblog_blog_id(), true );
    $siteurl = ( $blog_details->siteurl );
    

    Then change the parent_url to this.

    
    'parent_url' => $siteurl,
    

    If you change your redirect options in the group blog settings they won’t work until you change the above code back.

Viewing 1 replies (of 1 total)
  • The topic ‘BP Groupblog’ is closed to new replies.
Skip to toolbar