Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,526
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,495
- Third Party Plugins
- 9,782
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
If you remove that function and filter, you cannot set the activity stream as frontpage.
if that is not an issue for you, then go ahead and remove the filter:
remove_filter( 'page_template', 'bp_dtheme_page_on_front_template' );
The problem probably has something to do with the empty $wp_query->post->ID.
The DAP team should either remove the filter and create a compatibility filter or change how it looks for the empty post ID.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS