Activity Stream →
-
Ev3rywh3re joined the group Sites Using BuddyPress 2 months, 1 week ago
-
Ev3rywh3re created a new ticket: Ticket #818 (In WPMU Trunk Filter bp_core_filter_buddypress_theme_root doesn’t seem to …) created 7 months, 2 weeks ago
This is using WordPress MU trunk, and I am aware that there is more work to merge in the changes for WordPress Core 2.8.x. So this may be due to changes in WordPress MU Trunk that have affected BuddyPress.
For some reason the theme dropdown under the BuddyPress General settings is showing the default list of WordPress themes instead of the themes in bp-themes.
I haven’t tracked down the reason yet. But I do see that this is not firing in bp-core.php.
add_filter( ‘theme_root’, ‘bp_core_filter_buddypress_theme_root’ );
$themes = get_themes();The ‘theme_root’ filter in get_themes() seems to be returning the standard wp-content/themes directory for some strange reason.
This occurs on two systems I test on. One is with a hosting company and the other is a server I maintain directly.
-
Ev3rywh3re created a new ticket: Ticket #818 (In WPMU Trunk Filter bp_core_filter_buddypress_theme_root doesn’t seem to …) created 7 months, 2 weeks ago
This is using WordPress MU trunk, and I am aware that there is more work to merge in the changes for WordPress Core 2.8.x. So this may be due to changes in WordPress MU Trunk that have affected BuddyPress.
For some reason the theme dropdown under the BuddyPress General settings is showing the default list of WordPress themes instead of the themes in bp-themes.
I haven’t tracked down the reason yet. But I do see that this is not firing in bp-core.php.
add_filter( ‘theme_root’, ‘bp_core_filter_buddypress_theme_root’ );
$themes = get_themes();The ‘theme_root’ filter in get_themes() seems to be returning the standard wp-content/themes directory for some strange reason.
This occurs on two systems I test on. One is with a hosting company and the other is a server I maintain directly.
Wire Messages →
No one has posted to Ev3rywh3re's wire yet.