Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,018
- How-to & Troubleshooting
- 129,639
- Creating & Extending
- 25,793
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,382
- Miscellaneous
- 9,179
-
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.