I am testing CE5 in DNN 3.x and would like to have portal roles default to a particular directory when a user uploads files. I have a SecurityPolicy file for the role and have defined ImageGalleryPath to the directory I want this role to use, however when I insert an image it defaults me to the root...I would like it to default based on the role to a directory of my choice. Can this be done?
Another issue I noticed is that the 'role based permissions' seem to be only filters based on filename...so if the role STAFF uploads an image, the image is then named STAFF_xxxxx.jpg in the DNN directory. If that role then creates a thumbnail (automatically named t__STAFF_xxxxx.jpg), this role will no longer be able to access (see) that file because it does not conform to the filter (i.e. starting with STAFF_xxxxx.jpg).
Is there a possibility of the thumbnail behavior automatically creating a filename STAFF_xxxx_thumb.jpg so it still works with roles?
Thanks
Luis
PS is there work going on that will actually integrate file permissions to the DNN roles?