Beiträge von emil_b

    Hab selbst ne Lösung gefunden!


    Here is one that works. And it doesn't require the plugin (although the plugin is really cool.)
    In the menu.php file in your admin folder find the line:(near the top)
    $menu[10] = array(__('Manage'), 'edit_posts', 'edit.php');
    Change it to:
    $menu[10] = array(__('Manage'), 2, 'edit.php');
    This takes the button "Manage" completely out of the "Contributors" dashboard, and still allows you to see their drafts as an administrator.
    In order for Contributors to see their drafts, they simply have to press "write", and all their drafts are listed along with the writing tools.

    Funktioniert super!