Re: Buddypress Integration
jgadbois:
I’m also trying to make the skeleton component working with normal WP 2.9.1.
To show example link in admin menu edit function “bp_example_check_installed” in bp-example.php. Replace “manage-options” with “manage_options” in add_submenu_page function call. You also have to put priority to action call like this add_action( ‘admin_menu’, ‘bp_example_check_installed’, 30 );
I’m tackling with redirect thingy too.. frustrating.