Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tom Braider

    (@tom-braider)

    “Editor/Redakteur” is using the permission “manage_links”.
    The “Admin” should have it too.
    Works for me.

    Thread Starter HAL-9000

    (@hal-9000)

    “manage_links” permission puts me in the right direction:

    if installing a recent WP or if you had no links in your WordPress site prior to upgrading to 3.5.1, actually the link manager is disabled by default and can be enabled again with the WP Links Manager plugin.

    maybe you should check for this and enable links by adding
    add_filter( 'pre_option_link_manager_enabled', '__return_true' );
    to the ‘functions.php’ or at least display a concerning info message by the setting.

    problem solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dashboard Access f. Editor/Redakteur blocks Admin’ is closed to new replies.