Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,003
- How-to & Troubleshooting
- 129,526
- Creating & Extending
- 25,791
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,782
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,169
-
For those who are also not getting a navigation item, a temporary workaround:
Edit your header.php in your child theme, and add
<?php if ( bp_is_active( 'events' ) && bp_core_is_multisite() ) : ?>
<li<?php if ( bp_is_page( BP_EVENTS_SLUG ) ) : ?> class="selected"<?php endif; ?>>
<a href="<?php echo site_url() ?>/<?php echo BP_EVENTS_SLUG ?>/" title="<?php _e( 'Events', 'buddypress' ) ?>"><?php _e( 'Events', 'buddypress' ) ?></a>
</li>
<?php endif; ?>
to the #nav ul.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS