Hi,
I'm trying to use that mod to provide a personal storage area for each members, managed by their moderators. That way, I can use it as corporate internal tool to store e.g. salary slip for each employees.
To do that, I have been thinking of the following.
- John is a member of group blue, with moderator Jack
- Pam is a member of group red, with moderator Sam
John pay slip will be located in <path to download folder>/blue/salary/john/
Pam pay slip will be located in <path to download folder>/red/salary/pam/
blue and red are actually the group name
salary is a category name
john and pam are username
Do you think this is feasible and which files should i look at modifying to do such a thing (dynamically generate the path)?
Thanks
|