Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • @bewst

    Member

    I’ve entered a ticket in Trac. See https://trac.buddypress.org/ticket/1972

    @bewst

    Member

    @bewst

    Member

    @Symm2112: is “multiblog=true” really something like BP_ENABLE_MULTIBLOG as described in http://premium.wpmudev.org/forums/topic/buddypress-corporate-buddypress-community-buddypress-fun-and-buddypress-social-updated ?

    According to https://buddypress.org/forums/topic/bp_enable_multiblog, BP will function on any sub-blog with a BP-enabled theme, even without this setting. The explanation there

    If your main site is example.com and your hosted blogs are blog_x.example.com. example.com/members would go to the members directory, and so would blog_x.example.com/members.

    is a bit lost on me, I must admit. Can someone explain what that means?

    Thanks again and again

    @bewst

    Member

    1. Thanks

    2. Well, “how” is for an expert like you to answer. The effect I’m looking for is BP everywhere, except for blogs X and Y.

    3. The information in this post can be added to the documentation, can’t it?

    @bewst

    Member

    Yeah, very helpful, thanks! A few further questions:

    1. Do these blogs share the identities of users, or do you have to register for each one separately?

    2. Is it possible to selectively disable BP for a sub-blog?

    3. Can anything be done to make this information more prominently available, like in the BP documentation?

    Many thanks again,

    D

    @bewst

    Member

    [Oof; I just noticed this site doesn’t handle unicode in post titles. Sorry, those were just curly quotes]

    @bewst

    Member

    Okay, I found it. Looks like a bug in the BP default theme to me, really. This patch fixes it:

    --- header-old.php	2010-02-21 02:02:40.000000000 +0000
    +++ header.php 2010-02-21 01:54:31.000000000 +0000
    @@ -41,7 +41,7 @@

    <div id="header">

    - <h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>
    + <h1 id="logo"><a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bloginfo('name') ?></a></h1>

    <ul id="nav">
    <li<?php if ( bp_is_front_page() ) : ?> class="selected"<?php endif; ?>>

    @bewst

    Member

    So… I had the same problem, but as a BP n00b I can’t tell from this thread what the status is. Is it considered solved yet, and if so, how do I apply the fix?

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
Skip to toolbar