That would’ve been something like this:
function bpe_setup_globals()
{
global $bp;
// some stuff
$bp->active_components['events'] = 1;
// some more stuff
}
add_action( 'bp_setup_globals', 'bpe_setup_globals' );
It’s probably been 5 days to a week since the last upgrade.
Mine might not be the most elegant solution, but at least it makes sure that my plugin is working