Change admin_menu to network_admin_menu for WP 3.1 and BP 1.2.8
-
In order to use the plugin with WP 3.1 and BP 1.2.8,
1) Activate the plugin as network.
2) Change the following line of bp-activity-subscription-functions.php as below:
`
[ Original ]
add_action(‘admin_menu’, ‘ass_admin_menu’);
[ Changed to ]
add_action(‘network_admin_menu’, ‘ass_admin_menu’);
`And you can see admin menu within BuddyPress back-end.
You must be logged in to reply to this topic.