Re: [openupload-devel] Openupload questions
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2011-05-23 22:29:57
|
Hi, On Thu, 19 May 2011 09:15:31 -0400, Eric Kelly wrote: > I have set up openupload with LDAP, and everything appears to be > working. > > However, I have a couple questions regarding customization. > > 1. Is there any way to have a custom expiration date on a per file > basis? Yousendit allows the user to select when they want the file to > expire from a dropdown. Even if it isn't built in, could you give me > some information on how you would recommend that I add it? > Check the expire plugin, and implement one that does set the expiration date based on user input. For the template (to get the input) you could check the password plugin. > 2. When editing rights, what is the action [default] for? This means the default for all the actions in the module example you can set the entire files module to be denied by default, but you can allow the listing of files (l), by setting the default to deny and l to allow and all the others to "-" which means take from the default or from other groups if default is not specified. the resulting part explains what the result would be and from what it takes the info. Hope it's clear enough. Alessandro |