Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,703
- How-to & Troubleshooting
- 128,395
- Creating & Extending
- 25,686
- Requests & Feedback
- 9,412
- Third Party Plugins
- 9,756
- Showcase
- 3,317
- Ideas
- 1,353
- Miscellaneous
- 8,884
-
Template is not loading in case of WordPress single user…but the same code works on WPMU…
if ( $bp->current_component == BP_EXAMPLE_SLUG && !$bp->is_single_item &&
!$bp->displayed_user->id){
$bp->is_directory = true;
bp_example_load_template( ‘example/index’ );
}
and I have implemented bp_example_load_template function as given by MrMaz.
Anybody having same problem???
I am using WP 2.9.1 (Single user) with BP1.2 RC2 and WPMU 2.9.1.1 with BP 1.2 RC2
Thanks
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS