Using WPMU 2.9.1.1 and WP 2.9.1 - Installed and activated plugin with no results/change whatsoever.
Using WPMU 2.9.1.1 and WP 2.9.1 - Installed and activated plugin with no results/change whatsoever.
Using WP 2.9.2 and BP 1.2 with the same results.
There's no admin pages and nothing changes in the member profiles.
Ditto
same here
+1.
It's a simple fix. Open up bp-member-map-admin.php. On line 20, 'admin-options' should be 'manage_options'. The entire line should read:
add_submenu_page( 'bp-general-settings', __( "Member Map Setup", 'bp-member-map' ), __( "Member Map Setup", 'bp-member-map' ), 'manage_options', 'bp-member-map-admin', array( 'BP_Member_Map_Admin', 'page' ) );This topic has been closed to new replies.