I have successfully uses Calguy's suggestion for individual file list for each front end user
Modified to:
{capture assign='dir'}medlemsdok/{$username}{/capture}
{file_list folder=$dir sort=d colheaders=1}
BUT:
If folder not excist for logged in user, the filelist shows a lot of warning messages (of course).
In my case i want a directory for each of my users and I want that directory to be created automatically.
How can this be done? I use selv registration combined with FEU.
To avoid manually have to create folder for old users, I think a good solution will be to create the folder when user log in and next time check if folder for user is already created, if yes: don't create a new folder.
But it may be easier to create the folder when the user register? It is possible for me to create folder for old user.
Appreciate any help or hints!
