[buddypress-trac] [BuddyPress Trac] #5332: Run the URI catching methods when root profiles are enabled

buddypress-trac noreply at wordpress.org
Tue Jan 14 07:33:05 UTC 2014


#5332: Run the URI catching methods when root profiles are enabled
-----------------------------------------+------------------------------
 Reporter:  stevenkword                  |       Owner:
     Type:  defect (bug)                 |      Status:  new
 Priority:  normal                       |   Milestone:  Awaiting Review
Component:  Core                         |     Version:
 Severity:  normal                       |  Resolution:
 Keywords:  has-patch reporter-feedback  |
-----------------------------------------+------------------------------

Comment (by stevenkword):

 Hi Boone!

 I do not explicitly define BP_ROOT_BLOG in my wp-config. However, I do
 know that it is blog_id 1.  Here are the relevant bits of my wp-
 config.php.


 {{{
 /* Multisite */
 //define( 'WP_ALLOW_MULTISITE', true );

 define('MULTISITE', true);
 define('SUBDOMAIN_INSTALL', false);
 define('DOMAIN_CURRENT_SITE', 'example.com');
 define('PATH_CURRENT_SITE', '/');
 define('SITE_ID_CURRENT_SITE', 1);
 define('BLOG_ID_CURRENT_SITE', 1);

 define('BP_ENABLE_ROOT_PROFILES', true);
 define('BP_DEFAULT_COMPONENT', 'profile');

 /* That's all, stop editing! Happy blogging. */
 }}}


 * BP is network activated, but BP_ENABLE_MULTIBLOG is false.
 * When you network activate BP, each user has the ability to create a blog
 upon registration.  What is happening for users that create a blog,
 opposed to those who are creating an account, is that the front-page
 standard loops takes priority over the default member component.
 * BP_ROOT_BLOG is not defined.

 I have noticed that for each of the blogs created by news users, their
 profile appears in the theme setup by that user and not the theme of the
 root blog.  This leads me to believe that non-admin user profiles ( e.g.
 example.com/stevenkword/ ) are not considered to be in the root blog.
 Only the owner of the root blog and users without blogs have profiles
 being displayed with root blog's theme.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5332#comment:5>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list