Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,526
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,495
- Third Party Plugins
- 9,781
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
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