Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,984
- How-to & Troubleshooting
- 129,402
- Creating & Extending
- 25,786
- Requests & Feedback
- 9,483
- Third Party Plugins
- 9,785
- Showcase
- 3,318
- Ideas
- 1,393
- Miscellaneous
- 9,167
-
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