• Hello,

    I’m sorry if my question seems basic. I’m trying to use fileaway in a page and to give permission to upload only to administrator how manage wp-admin of wordpress. For the others, only to download and see details about files (date of upload, type and size and cotnent of the file)

    I use this shortcode, there is an option showto, that’s ok, but I find no way to specify permission, all person conected can delete or upload a new file:

    [fileup overwrite=”true” sub=”Documents” makedir=”true” filegroups=”adobe,image,msdoc,msexcel,openoffice,powerpoint” xshowto=”administrator,editor,member,subscriber” theme=”silver-bullet”]

    How can I do this ?

    Thanks a lot.

    • This topic was modified 9 years, 5 months ago by ranell.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,
    I have the same question, have you find a solution ?
    Thanks

    Thread Starter ranell

    (@ranell)

    Hello,

    Yes try : [fileup overwrite=”true” sub=”folder_name” makedir=”true” filegroups=”image” showto=”administrator”]

    [fileaway type=”table” sub=”folder_name” paginate=”true” manager=”on” role_override=”administrator” dirman_access=”administrator”]

    it will make upload part visible only for admin, and the download part visible both for admin and visitor.

    Hope it will helps you,

    Ranell

    Plugin Author thomstark

    (@thomstark)

    That’s not proper usage, Ranell.

    Manager mode is visible only to Administrators by default unless you specify otherwise on the Manager Mode tab of the File Away settings page.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Permission upload only for administrator’ is closed to new replies.