define user specific folders
Cosmas - March 21, 2009 - 03:40
| Project: | Flash Node |
| Version: | 6.x-3.1 |
| Component: | Documentation |
| Category: | support request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
In configuring the flashnode module, can I specify a user specific directory? I think this can be done in the flashfield module.
I'm going to have lots of users submit content, so I'd like [user]/flash.

#1
At the moment, no, as flash node is designed to only handle one directory.
A similar feature has been requested before, but I haven't implemented it. As the flash field project is underway I am currently contemplating the future of flash node since it is potential made redundant if flash field gets up and running properly.
Therefore I'm going to set this as postponed.
To do it manually might not be too hard if you're comfortable with PHP. You should be able to find where the code is to store the uploaded files, and you could customise the path with the user id pretty easily (I think...)