Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,526
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,495
- Third Party Plugins
- 9,782
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
Ok, I have the solution:
header.php in the skeleton template directly calls:
<?php load_template ( TEMPLATEPATH . ‘/optionsbar.php’ ); ?>
This bypasses any checking to see if it is a directory.
Instead, replace this line with:
<?php bp_get_optionsbar(); ?>
and everything works fine.
The same applies to the userbar.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS