• Resolved deichenlaub

    (@deichenlaub)


    After activating User Groups, I went to Users –> User Groups. I saw the error message “You are not allowed to manage items”. I found an article that said: “To fix this issue, in the function register_user_taxonomy() you have to add the show_ui-option to the register_taxonomy()-call and set it to true.” I found this function and it appears to be correct. The last few lines are

    ),
    ‘update_count_callback’ => array(&$this, ‘update_user_group_count’), // Use a custom function to update the count. If not working, use _update_post_term_count
    ‘show_ui’ => true
    )
    );
    }

    https://www.ads-software.com/plugins/user-groups/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘You are not allowed to manage items’ is closed to new replies.