Re: Using BuddyPress “home” theme as “member” theme
Trying to accomplish the same objective, I found this article: https://mu.wordpress.org/forums/topic/1463
After following the setup directions, when I created a new user, created a blog, created a post, and then went to view the post, it appeared in the expected theme. As the user, I *did not* need to go to set the theme myself.
Towards the end of the thread, there is the following
~~~~~~~~~~~~~~~~~
As of 2.7 this information:
….
===========================================
Lines 311 and 312 of wp-admin/includes/schema.php in the populate_options function.
add_option(‘template’, ‘yourthemename’);
add_option(‘stylesheet’, ‘yourthemename’);
===========================================