Consulting about file permissions by role
Hi list! I have a site in Drupal 6 and i need a construct a page in which i will put 3 different files, in my site 3 different types of users are going to log, and they will have a particular different role, i need to provide the permissions to each role to download a particular file from this page and no other file, each role can download only its file. so, with which module will be able to do this? thanks in advance Gastón Pablo Perez Email: gpperez@gmail.com Web: http://cv.gpperez.com.ar
Hi Content access + acl + private upload will achieve this. Lee On Mon, 15 Feb 2010 11:08:30 -0300, Gastn Pablo Prez wrote: Hi list! I have a site in Drupal 6 and i need a construct a page in which i will put 3 different files, in my site 3 different types of users are going to log, and they will have a particular different role, i need to provide the permissions to each role to download a particular file from this page and no other file, each role can download only its file. so, with which module will be able to do this? thanks in advance Gastn Pablo Perez Email: gpperez@gmail.com [1] Web: http://cv.gpperez.com.ar [2] Links: ------ [1] mailto:gpperez@gmail.com [2] http://cv.gpperez.com.ar
Hi, You can also use cck permission, it’s part of the cck package. Define three fields and assign permissions accordingly Cheers Peter From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Lee Rowlands Sent: maandag 15 februari 2010 8:59 PM To: development@drupal.org Subject: Re: [development] Consulting about file permissions by role Hi Content access + acl + private upload will achieve this. Lee On Mon, 15 Feb 2010 11:08:30 -0300, Gastón Pablo Pérez <gpperez@gmail.com> wrote: Hi list! I have a site in Drupal 6 and i need a construct a page in which i will put 3 different files, in my site 3 different types of users are going to log, and they will have a particular different role, i need to provide the permissions to each role to download a particular file from this page and no other file, each role can download only its file. so, with which module will be able to do this? thanks in advance Gastón Pablo Perez Email: gpperez@gmail.com<mailto:gpperez@gmail.com> Web: http://cv.gpperez.com.ar
CCK Permission will hide display of the field, but still put the file in a publicly accessible directory. So users can bypass 'privacy' if they know the URL of the file. Essentially, in D6, you have to use private file handling. On Mon, Feb 15, 2010 at 3:53 PM, Peter Droogmans <Peter@attiks.com> wrote:
Hi,
You can also use cck permission, it’s part of the cck package. Define three fields and assign permissions accordingly
Cheers
Peter
From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Lee Rowlands Sent: maandag 15 februari 2010 8:59 PM To: development@drupal.org Subject: Re: [development] Consulting about file permissions by role
Hi
Content access + acl + private upload will achieve this.
Lee
On Mon, 15 Feb 2010 11:08:30 -0300, Gastón Pablo Pérez <gpperez@gmail.com> wrote:
Hi list!
I have a site in Drupal 6 and i need a construct a page in which i will put 3 different files, in my site 3 different types of users are going to log, and they will have a particular different role, i need to provide the permissions to each role to download a particular file from this page and no other file, each role can download only its file.
so, with which module will be able to do this?
thanks in advance
Gastón Pablo Perez Email: gpperez@gmail.com Web: http://cv.gpperez.com.ar
-- Ken Rickard agentrickard@gmail.com http://ken.therickards.com
On 02/16/2010 03:37 AM, Ken Rickard wrote:
CCK Permission will hide display of the field, but still put the file in a publicly accessible directory. So users can bypass 'privacy' if they know the URL of the file.
Essentially, in D6, you have to use private file handling.
On Mon, Feb 15, 2010 at 3:53 PM, Peter Droogmans<Peter@attiks.com> wrote:
Hi,
You can also use cck permission, it’s part of the cck package. Define three fields and assign permissions accordingly
Cheers
Peter
From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Lee Rowlands Sent: maandag 15 februari 2010 8:59 PM To: development@drupal.org Subject: Re: [development] Consulting about file permissions by role
Hi
Content access + acl + private upload will achieve this.
Lee
On Mon, 15 Feb 2010 11:08:30 -0300, Gastón Pablo Pérez<gpperez@gmail.com> wrote:
Hi list!
I have a site in Drupal 6 and i need a construct a page in which i will put 3 different files, in my site 3 different types of users are going to log, and they will have a particular different role, i need to provide the permissions to each role to download a particular file from this page and no other file, each role can download only its file.
so, with which module will be able to do this?
thanks in advance
Gastón Pablo Perez Email: gpperez@gmail.com Web: http://cv.gpperez.com.ar
That doesn't make much of a difference iff the site is new and the server has been configured not to list the files. -- Nilesh Govindarajan Site & Server Adminstrator www.itech7.com
Working fine here. Try clearing your browser cache. Jamie Holly http://www.intoxination.net http://www.hollyit.net On 2/15/2010 8:32 PM, Nilesh Govindarajan wrote:
On 02/16/2010 03:37 AM, Ken Rickard wrote:
CCK Permission will hide display of the field, but still put the file in a publicly accessible directory. So users can bypass 'privacy' if they know the URL of the file.
Essentially, in D6, you have to use private file handling.
On Mon, Feb 15, 2010 at 3:53 PM, Peter Droogmans<Peter@attiks.com> wrote:
Hi,
You can also use cck permission, it’s part of the cck package. Define three fields and assign permissions accordingly
Cheers
Peter
From: development-bounces@drupal.org [mailto:development-bounces@drupal.org] On Behalf Of Lee Rowlands Sent: maandag 15 februari 2010 8:59 PM To: development@drupal.org Subject: Re: [development] Consulting about file permissions by role
Hi
Content access + acl + private upload will achieve this.
Lee
On Mon, 15 Feb 2010 11:08:30 -0300, Gastón Pablo Pérez<gpperez@gmail.com> wrote:
Hi list!
I have a site in Drupal 6 and i need a construct a page in which i will put 3 different files, in my site 3 different types of users are going to log, and they will have a particular different role, i need to provide the permissions to each role to download a particular file from this page and no other file, each role can download only its file.
so, with which module will be able to do this?
thanks in advance
Gastón Pablo Perez Email: gpperez@gmail.com Web: http://cv.gpperez.com.ar
That doesn't make much of a difference iff the site is new and the server has been configured not to list the files.
participants (6)
-
Gastón Pablo Pérez -
Jamie Holly -
Ken Rickard -
Lee Rowlands -
Nilesh Govindarajan -
Peter Droogmans