Forum Replies Created

Viewing 1 replies (of 1 total)
  • It may disappear some options for non-administrator, look for the “list-documents.php” File this in the “Templates” folder once opened look line 5 will see something like this:

    <php if (current_user_can ('publish_pages') | | current_user_can ('manage_options')):>

    Change it by:

    <php if (current_user_can ('manage_options')):>

    So erase options “Edit” and “New” hope will be helpful :).

Viewing 1 replies (of 1 total)