[buddypress-trac] [BuddyPress Trac] #6292: Problem using the BP_ENABLE_MULTIBLOG constant
    buddypress-trac 
    noreply at wordpress.org
       
    Fri Mar 13 16:19:02 UTC 2015
    
    
  
#6292: Problem using the BP_ENABLE_MULTIBLOG constant
--------------------------+-----------------------------
 Reporter:  henry.wright  |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  API           |    Version:
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 I seem to be having difficulty getting {{{define( 'BP_ENABLE_MULTIBLOG',
 true );}}} to work (fresh database, Twenty Fifteen, WP 4.1.1 and BP
 2.2.1).
 As described in [https://codex.buddypress.org/getting-
 started/customizing/bp_enable_multiblog/ this article], I'd expect BP
 content to be displayable on any site in my network. For example:
 {{{http://example.com/site/}}} profile links will point to
 {{{http://example.com/site/members/username/}}}
 Problem is, this doesn't seem to be happening.
 '''My wp-config.php'''
 {{{
 define( 'WP_ALLOW_MULTISITE', true );
 define( 'MULTISITE', true );
 define( 'SUBDOMAIN_INSTALL', false );
 define( 'DOMAIN_CURRENT_SITE', 'sub.example.com' );
 define( 'PATH_CURRENT_SITE', '/' );
 define( 'SITE_ID_CURRENT_SITE', 1 );
 define( 'BLOG_ID_CURRENT_SITE', 1 );
 define( 'BP_ENABLE_MULTIBLOG', true );
 }}}
 Can anyone reproduce?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6292>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
    
    
More information about the buddypress-trac
mailing list