To be compatible with Multi Site mode for WP 3.1 and BP 1.2.8
-
Very much sorry to hear that the plugin’s development is ended, and I will continue to customize or fix it as long as I use it.
As far as I have read the script, BuddyPress Mobile ver.1.5.1 has not yet be compatible with multisite mode for WP3.1.
SInce the buddypress plugin is enabled network when WP is created with multisite mode, BuddyPress Mobile is not shown at Admin Screen.
Please change the “admin.php” file as following for the plugin to work properly:
At line 3
`
[Original]
add_action(‘admin_menu’, ‘bp_mobile_plugin_menu’);[Changed to]
add_action(is_multisite()? ‘network_admin_menu’:'admin_menu’, ‘bp_mobile_plugin_menu’);
`At line38
`
[Original]
You must be logged in to reply to this topic.