• Resolved 5tu

    (@5tu)


    I don’t see any menu items (such as Sync to WordPress) under the “Active Directory Integration” link in the left-hand menu on the WordPress dashboard.

    On the Profile Options tab of the configuration tool I also don’t see the options to enable any menu items as shown in the screenshot here – https://active-directory-wp.com/docs/Configuration/Profile.html

    On my Profile Options page I only see “Profile Name”, “Support License Key”, “Enable NADI” and the “Save” button.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author schakko

    (@schakko)

    In case you are using a multisite installation, I assume your multisite administrator has disabled the options.

    Thread Starter 5tu

    (@5tu)

    Thanks for your reply. No it is a single site installation.

    Plugin Author schakko

    (@schakko)

    @5tu Thank you for the reply! I just took a look into it and can confirm it is a bug. I have already fixed but not released it yet. It will be fixed in version 2.1.5.

    To circumvent this bug for yet, you can execute the following SQL statement by hand:

    UPDATE wp_options SET option_value = ‘1’ WHERE option_name = ‘next_ad_int_bo_v_show_menu_sync_to_wordpress’ OR option_name = ‘next_ad_int_bo_v_show_menu_sync_to_ad’ OR option_name = ‘next_ad_int_bo_v_show_menu_test_authentication’;

    Thread Starter 5tu

    (@5tu)

    Thanks

    Hey @5tu
    we have just released a new version (2.1.5). Part of the new release is a fix for the issue you have reported.

    Thank you again for reporting this bug.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu items missing’ is closed to new replies.