From 632918e571d927553575c7d403ef4f8ad1b1c625 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 8 Feb 2005 19:43:02 +0000 Subject: - Patch #16963 by Neil: the upload's module help text was in bad shape. Edited it down to what is needed with links that actually work. --- modules/upload/upload.module | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'modules/upload/upload.module') diff --git a/modules/upload/upload.module b/modules/upload/upload.module index 83a6cb401..9088e04f9 100644 --- a/modules/upload/upload.module +++ b/modules/upload/upload.module @@ -10,19 +10,8 @@ function upload_help($section) { switch ($section) { case 'admin/modules#description': return t('File-handling and attaching files to nodes.'); - case 'admin/upload': - return t('

Users with the upload files permission can upload attachments. You can choose which node types can take attachments on the workflow settings page.

', array('%permissions' => url('admin/user/configure/permission'), '%workflow' => url('admin/node/configure/defaults'))); - case 'admin/node/configure/defaults': - return t('

If you want users to be able to attach files to nodes, check the attachments column in the appropriate column.

'); - case 'admin/help#upload': - return t(' -

Background

-

The upload module allows users to upload attachments. You can choose which node types can take attachments on the workflow settings page.

-

Permissions

-

Two permissions are related to uploads: upload files and view uploaded files.

-
  1. upload files - Allows users to upload attachments.
  2. view uploaded files - Allows users to view and download attachments. Keep in mind that if you are using the public download method, anyone will be able to access uploaded files with a direct URL regardless of this permission.
-

Lastly, users with the administer site configuration permission will be able to configure role-specific upload settings such as allowed file types, maximum file size per upload and total file size per user.

-', array('%settings' => url('admin/settings'), '%workflow' => url('admin/node/configure/defaults'), '%upload' => url('admin/upload'))); + case 'admin/settings/upload': + return t('

Users with the upload files permission can upload attachments. You can choose which post types can take attachments on the content types settings page.

', array('%permissions' => url('admin/access'), '%types' => url('admin/node/configure/types'))); } } -- cgit v1.2.3