ok, i have wordpress 3.0 and buddypress 1.2.5
i can activate the plugin, but firts the “event” tab, does’t appear, i fixed this with the code of the page 2.
later, the options in the profile don’t show.
so i read i found this.
in the line 278 of bp-events.php said:
add_action( ‘plugins_loaded’, ‘events_setup_nav’ );
add_action( ‘admin_menu’, ‘events_setup_nav’ );
ADD THIS in the last line:
add_action( ‘bp_setup_nav’, ‘events_setup_nav’ );
BUT when i go to “my events” or “invite” or “create an event” the page goes to the home.