@mtm-solutions
Not recently active
-
aces replied to the topic Buddypress Default Theme Missing from 1.9.2? in the forum Installing BuddyPress 10 years, 9 months ago
Try
add_filter( 'bp_do_register_theme_directory', '__return_true' );
added to bp-custom.phpSee https://codex.buddypress.org/themes/bp-default-theme-moving-forward-with-bp-1-9/ also http://bpdevel.wordpress.com/2013/11/13/the-future-of-the-bp-default-theme/ and https://buddypress.trac.wordpress.org/ticket/5212
Alternatively, what…[Read more]