Please read the tutorials on dynamic paths.
Hi thomstark.
Thank you very much!
Hi @thomstark.
Excuse me but I don’t understand. Can you help me to create a shortcode or something else that show just the folder and files charget from the logged in user?
Thanks.
I have understand that I have to create a folder for every User. Can I show automatically the folders in a directory to every user that have created that folder?
For example, in a directory folder “Projects”, can I show for every User the folder that he created and hide the rest of the folders that he didn’t create it?
Excuse me for my bad english writing..
You don’t have to create a folder for every user. You can tell the shortcode to create the folder whenever they visit the page for the first time.
[fileaway sub="Projects/fa-username" directories=true manager=true makedir=true]
When they visit the page, it will create their subdirectory inside the Projects directory, then any folder they create inside their personal subdirectory will only be accessible to them.
But the system doesn’t know who created what folder. It only knows where the folder is location, and using dynamic paths, that’s how you limit users’ access to specific folders.
Ok, thank you very much @thomstark