-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expanded folder and dynamic user folder path #59
Comments
What is "folderPath" ? Please, be more precise. |
Hi Pavel, Sorry, not at my desk so cannot check, but the Wiki has a page on But then I want to jump to the 2016 subfolder using ?expandedFolder=2016/ I'll be at my computer tonight, so could get you the exact pages I used as Thanks in advance |
Perhaps you mean setFileRoot() method called from filemanager.php file |
Yes, I use the latest version and I have bit of code as specified here: https://github.com/servocoder/RichFilemanager/wiki/How-to-allow-users-to-have-their-own-folder Though that page is different from the current filemanager.php, so this is mine: require_once('application/Fm.php'); function auth() $config = array(); // example to override the default config $fm = Fm::app()->getInstance($config); // example to setup files root folder This code works to get the folder as specified in the session var, but then I cannot use the ?expandedFolder=2016/ on the index.html Thanks for your help, Servé |
Thanks for details. Now it's clear. |
Indeed, there was an error upon expanding specified folder. One note for |
thanks, I've tested it and it works like a charm now. |
When I set a folderPath in the filemanager.php it seems that calling the index.html with ?expandedFolder=2016/ is being ignored.
It must be something stupid, but I can't find a way to first set a specific folder as root and then open a subfolder within.
The text was updated successfully, but these errors were encountered: