Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Shared Media-Uploads #1575

    Thank you very much.

    in reply to: Shared Media-Uploads #1570

    Thanks, now I have the latest version … http://cloud.florianmatthias.com/boym

    but still no luck … 
    I have a subscriber with this caps enabled … http://cloud.florianmatthias.com/bpOT

    … and I have your function in the functsion.php file.

    However I log in under this user I can edit and update the 3 pages, but when clicking on media I get this … http://cloud.florianmatthias.com/bp5J (which is german for no media available)

    in reply to: Shared Media-Uploads #1568

    Version 4.18.5

    in reply to: Shared Media-Uploads #1566

    Dear Vladimir,

    thank you, but unfortunately this does not work for me. Neither does this …

    
    add_action( 'admin_init', 'rk_shared_uploads' );
    add_action( 'init', 'rk_shared_uploads');
    
    function rk_shared_uploads() {
        $subscriber = get_role( 'subscriber' );
        $subscriber->add_cap( 'upload_files' );
        $subscriber->add_cap( 'unfiltered_upload' );
    
        $contributor = get_role( 'contributor' );
        $contributor->add_cap( 'upload_files' );
        $contributor->add_cap( 'unfiltered_upload' );
    
        $author = get_role( 'author' );
        $author->add_cap( 'upload_files' );
        $author->add_cap( 'unfiltered_upload' );
    }
    

    that I have tested.

    I have a subscriber that has the ability to edit and update 3 pages. It is also possible for him to “upload new media”, but if I click on Media-Overview in the backend it says “No Media found”

    Any further ideas?

    in reply to: Shared Media-Uploads #1564

    I upgraded to the payed version of the plugin, but I really need this functionality. Thank you in advance.

    in reply to: Shared Media-Uploads #1563

    Ok, is there some setting I can set? Or any “hack” or function i can set in the functions.php file? This would be really important for me.

    in reply to: Shared Media-Uploads #1561

    I also want the Subscriber to be able to edit those pages, not only view them. What do I have to set?

Viewing 7 posts - 1 through 7 (of 7 total)