Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having issues with this as well. Just want to see if anyone knows anything yet?

    Nevermind, just solved the issue (sort of). Navigate into the bp-xtra-signup/admin directory and edit the bpxs-admin.php file. Look for the function add_menu() and modify the line that says:

    add_submenu_page( 'bp-general-settings', __( 'BP Xtra Signup', 'bpxs' ), __( 'BP Xtra Signup', 'bpxs' ), 'manage_options', BPXS_FOLDER, array( &$this, 'show_menu' ) );

    and modify it to the following:

    add_submenu_page( 'options-general.php', __( 'BP Xtra Signup', 'bpxs' ), __( 'BP Xtra Signup', 'bpxs' ), 'manage_options', BPXS_FOLDER, array( &$this, 'show_menu' ) );

    This will place the Xtra Signup menu under the Settings menu in your control panel. This way you can see the panel for it anyways. I haven’t tested any further to see if all functionality works or not. I will get to that tomorrow and post back here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: BP Xtra Signup] single site perfect- multisite (sdir) not so good’ is closed to new replies.