1696 comments found.
Hi, its possible to show an extra folder if the user are logged?
Yes you can show different folders to users based on they login status or user roles. You can, for example, assign a folder to subscribers and then show that folder to all logged-in users using this shortcode:
[fm_access group='logged-in']
[filemanager foldername="*"]
[/fm_access]
How to do if i want to show a base folder for “everyone” plus a folder for logged-in users? (logged users have to see both) Thanks
Logged-in users are also “everyone” so you can add 2 shortcodes to same group. However there is one modification in the code you can do that will allow you to add shortcode for “not-logged-in” users and one shortcode for “logged-in” users. Let me send you the modification in next comment.
https://gist.github.com/jamalkhan2k6/27ffa05ae7d2e86fe178d236851a240d
This will allow you to use another shortcode restriction like this:
[fm_access group='logged-in']
[filemanager foldername="*"]
[/fm_access]
[fm_access group='not-logged-in']
[filemanager foldername="wp-admin/css" groups="Everyone" access="r"]
[/fm_access]
the above example shows you a generated shortcode for “Everyone” and all folders shortcode for “logged-in” users.
I’ll add the not-logged-in shortcode in the next update too, you can modify the code for now.
Hi, filemanager.php updated.
If i use
[fm_access group='logged-in'] [filemanager foldername="*"] [/fm_access]
i get some warnings when i save the Page Warning: Cannot modify header information – headers already sent by (output started at /..../wp-content/plugins/advanced_file_manager_5/filemanager.php:379) in /..../wp-content/themes/Divi/includes/builder/functions.php on line 2624
Warning: Cannot modify header information – headers already sent by (output started at /..../wp-content/plugins/advanced_file_manager_5/filemanager.php:379) in /..../wp-content/themes/Divi/includes/builder/functions.php on line 2626
Warning: Cannot modify header information – headers already sent by (output started at /..../wp-content/plugins/advanced_file_manager_5/filemanager.php:379) in /..../wp-admin/post.php on line 198
Warning: Cannot modify header information – headers already sent by (output started at /..../wp-content/plugins/advanced_file_manager_5/filemanager.php:379) in /..../wp-includes/pluggable.php on line 1219
No problem with [filemanager foldername=”*“] without [fm_access …]
And using [fm_access …] makes the filemanager box to go above the text I have a page with a text row then the filemanager but when i open it, first there is the filemanager and then the text. This only if i use [fm_access], no problem with a [filemanager foldername=”...” groups=”Everyone” access=”r”]
Thanks for your help
Can you email me, you must have made a mistake, I’ll send you the modified file.
We don’t want to have documents stored on the website server, is it possible to connect to a cloud storage like Google Drive?
Hi,
It has to be stored on the website server, there will soon be google drive and dropbox addons for the filemanager but not yet.
Hi… I was curious if this file manager would work for individual users… meaning each user would have their own private directory to upload too… maybe using a members plugin in conjunction with this plugin. Please advise.
The filemanager has built-in feature that lets every user have their own unique folder. You can set the permissions to read/write from the settings page. More info here:
https://jamalkhan.info/filemanager/2018/06/06/default-folders/
Thank you for your reply above.
No worries.
...nvm wrong account
Hi there, from the front end view the icons are shown in stack and not inline as it should be, how can I fix that? Thanks
Hi,
Can you show this to me on your site? This is probably a jqueryUI conflict. Try switching filemanager theme from the setting page of the file manager.
Hello, we purchased the Advanced File Manager for our company and we cannot upload files larger than 10mb. We contact with our server provider and we have checked the following items so far:
DEBUG REPORT 23/10/2018
UPLOAD ON SSL_1 : 100MB OK UPLOAD ON SSL_2 : NO LIMIT OK UPLOAD ON SERVER : 512M OK UPLOAD ON PHP: 512M OK UPLOAD ON INSTANCE: 64M OK
INSTANCE : READ/WRITE ACCESS: OK FOLDER ACCESS: OK
SERVER : OK
Please, let us know how to resolve this issue. The plugin is updated to the Version 7.0. Thank you.
Hi,
You are using an older version of the filemanager, download the latest one and replace the old one with it. Let me know if you face the same issue.
Can you please tell me how to update it? I have downloaded the .zip file from the Download button here, correct? Auto update in the plugin returns the message that the plugin is up to date? should i renew the support in order to take the update?
You can just deactivate and delete the old plugin and install this one, all the settings and folders you assigned to any user will be there.
The problem persists: “Unable to upload “xxxxxxxxxxxxx.docx.0_3.part”. “xxxxxxxxxxxxx.docx.0_3.part” transfer error.” Please assist!
and “Connection aborted.” also!
Right now i am uploading the documents bigger than 10mb directly in my Plesk to the folders, but this is a solution for the next few hours.
If the plugin has the capability to connect with google drive, box or dropbox i need to know how in case the problem has no solution. Thank you.
Can you email me, I’ll send you an early update of the file manager plugin, it has chunk file uploading option, where you can upload files larger than your max upload size, it will also show you the server max upload size when you enable debug mode in the settings page.
I have send an email, did you receive it?
Yes, replying right now.
Please let me know when you reply. Thank you.
Replied.
did you reply to the gmail or hotmail?
Both, just now.
Issue resolved, thank you!

Hi, How many future updates are included in a regular license?
Thank you
Hi,
Future updates are all free after the purchase.
I am getting a warning message from Wordfence:
Warning: Creating default object from empty value in ../wp-content/plugins/advanced_file_manager_5/plugin-update-checker.php on line 469 Fatal error: Call to undefined method stdClass::toWpFormat() in ../wp-content/plugins/advanced_file_manager_5/plugin-update-checker.php on line 963
Could you help to interpret it ?
Hi,
You can just replace the plugin with the new one, this is an old error. The new version is available to download here.
I have an odd issue. I have sync enable and when I upload a file into File Manager it appears in the media library. When I delete a file in file manager, it is still shown in the media library. The file is gone, but the entry still appears in the library. Other than that issue, I love the plug in.
Hi,
Thanks for bringing this to my attention, I’ll fix that in the next update.
Also deleting in the media manager doesn’t delete from file manager. Again great plugin
Actually that it should do, only deleting the thumbnails wont delete from the filemanager since there are multiple files.
Hi. I would like to make sub folders within a main folder read/write access for the specific user. But all other folders should be read access only.
Example: Main Folder: Nouveautopia Images Sub folders within this folder: New Images; 2017 Images; 2016 Images.
I want this specific user “Nouveautopia” to be able to read/write the subfolder called “New Images” but not any of the other sub folders.
Is this possible?
Thank you
Hi,
If you assign them a parent folder, with read/write access, all the subfolders will have read/write access too.
What you can do is, you dont assign them the root folder, but those sub-folders individually with different permissions as you like and then use the shortcode : [filemanager foldername="*"]
This will show the users all the folders assign to them.
I just purchased the plugin. The issue I am facing is when an Admin logs in he just sees his folder or the root folder that I set.
Each user gets his own folder and can upload the files there but the admin cannot see all the folders and files they uploaded.
Please let me know what’s wrong with my configuration. I used the following short-code.
" groups="administrator" access="rw"">filemanager foldername=”” groups=”subscriber” access=”ru”
Thanks
You can just assign yourself (admin) the uploads folder from the Users page so you can see all the users folders directly. Here is how you can do it:
https://screenshots.firefox.com/MUAgnBKSzOTNm8sR/localhost
I have just two users right now i.e. one pharhaan “administrator” and the other is madiha “subscriber”.
I couldn’t paste the full short-code in the last message above…so here it is;
The following are the two short-codes on a page;
https://imgur.com/a/KmcxOFPThe admin couldn’t see “Madiha’s” folder/files although he should, he is an admin. Please help me what am I doing wrong. I also tried what you mentioned above but still no luck.
probably, the code is not being rendered properly, so here it is;
https://imgur.com/a/KmcxOFPhttps://jamalkhan.info/filemanager/2018/06/24/show-filemanager-to-certain-user-groups-only/
Here is another example where you can see how you can use two shortcodes for different user groups in the same page:
https://jamalkhan.info/filemanager/2018/10/09/share-a-folder-for-registered-user/
One more thing, I have a folder naming “uploads” created outside of default wordpress location i.e. wp-content/uploads. My location is directly on the root i.e. above wp-content folder. I want all users default naming folders to be created in this folder instead of wp-content/uploads/”user”. How can I achieve that?
Or, even if it’s not possible outside of wordpress upload folder, then I need to create a folder naming “Reports” inside the upload folder and the users folders should automatically create in the reports folder.
$newdir = str_replace("\\", "/", $upload_dir['basedir'].'/'.$user->user_login.'/');and you will see the same line again if you scroll down, you need to change both like this:
$newdir = str_replace("\\", "/", $upload_dir['basedir'].'/Reports/'.$user->user_login.'/');
Thanks, that worked!. But the only issue I am facing is, while seeing the folders through Administrator, I see same folder two times like below;
https://imgur.com/a/BHDTvxpand following is the short-code I am using on the page;
https://imgur.com/a/c3gPpfiAlso, when the admin is uploading the file in users folder the users gets email notifications, but when the user himself uploads the file to his folder, admin is not receiving any email notification. Why?
For email uploads notification on the admin part, make sure you have enabled “admin upload email notifications” from the settings page, screenshot:
https://screenshots.firefox.com/gLO0rIcJf62sgwzd/localhost
I’ve already enabled the admin notification from the settings page.
https://imgur.com/a/yQ4gsc9Then it should be working, check your spam. Also which version of the filemanager are you using.
I found that when I put the domain related email to the admin’s notification email i.e. (something@mydomain.com), it works, admin gets the notifs, But when I put the email out of domain like something@gmail.com then admin doesn’t receive any notification…why?...and what should I do to enable the admin to receive the notifs?
https://wordpress.org/plugins/easy-wp-smtp/
hello
We are looking for a plugin where we can upload (private by business) and share (public) various documents (pdf, doc, img etc)
before buying this plugin, i have few questions
1) While sharing uploaded files to public, how the file url will look like? we need something like www.abcd.com/files/123.pdf (not any random number on the url)
2) can we password protect the files?
3) is there any number of users restrictions in back-end, there might be around 5 users use this to upload
let me know
Thanks 
Matheen
Hi,
1. The file names wont change, there wont be any random numbers or anything like that.
2. Files cant be password protected, you can however hide the folder from non-subscribers (not logged in users).
3. There are no user restrictions, there could be any number of users.
Thanks for replying.. may i know how the front end looks like ? we are looking for something like dropbox where only person with access can view the front end / all files and share the individual file urls with required users…like – abcd.com/xyz/123.pdf
one more point, url should not contain regular wordpress media upload folders like (wp-contnet/uploads/dates etc) like below
https://www.abcd.com/wp-content/uploads/2018/09/123.jpgurl should be nice short one, like below
https://www.abcd.com/myfolder/123.jpgpossible?
Thanks
Matheen
Here is the filemanager front-end demo:
https://jamalkhan.info/filemanager/#elf_l1_Lw
It can work like dropbox, each folder you browse generates a folder path in the browser which you can share with others. The same goes for files too, you can share file paths with other users too.
You can choose to share other folders instead of wordpress public uploads folder, they’ll have different paths.
Hi there, apologies for the direct support message.
We have purchased this plugin and are currently looking at how to configure it for our needs.
We would like a single folder where all approved site members can upload, rename and move files. However only certain roles can delete them.
How do I enable this so that all users can see the files_deliverables folder as currently I get the No folders have been assigned to you.
Here is a tutorial on how to share folder to subscribers and admin at the same page, with different permissions:
https://jamalkhan.info/filemanager/2018/10/09/share-a-folder-for-registered-user/
Hi
We are looking for search functionality inside the document . Does the plugin support this ?
Hi,
You can search inside the document if you open it, but there is no global option for text search.
Hi,
How can I delete a file? I’ve got a user with admin rights but there’s no option to delete a file? Uploading a file does work great.
Hi,
You probably only have read/upload access to that folder, you can change the permissions to read/write for deletion and editing.
Hi, I just had to deactivate and delete the plugin to troubleshoot a fatal PHP error message. Unfortunately, now when I download a fresh copy, it is an older version (7.0). Please send a download link for the latest version or advise on how to update it. I am getting a bunch of PHP error messages. Thanks!
Hi,
You can just go to download in your profile, or just click the filemanager plugin link above the comment to go to the item home page and download from there.
Thanks. The issue was that one of the links (in my account) took me to the old version (7.0), but I found the correct link. Strange that they don’t both point to the current version. I appreciate your reply.
That’s weird, never heard of that before.
Is it possible to show/hide columns in List View? And is there an option to display text labels with toolbar icons? Thanks, and great plugin!
NEVERMIND! I had hidden context menus with CSS when testing other browsers.
Great 
Hello,
I am not sure if this plugin is a complete document management system. I want to know if it serves the purpose for it. Can you please reply in order as follows;
- I need it for my company’s website where employees could log in through a login form and then upload their reports (.doc, .xls etc.) as per their roles.
- The admin should get notifications upon the document/report upload from the employee.
- Also, once the document is uploaded, commenting can be done upon it for instructions etc.
Your prompt feedback would be highly appreciable and can follow to the purchase of this plugin.
Thanks, Farhan Zafar
Hi,
1. You can use shortcode to show every user their own folder where they can upload files.
2. There is an email notification system where when a user uploads files to their own default folder, the admin get an email. The same goes for the admin too, if the admin uploads file to the user’s default folder, that user gets an email.
3. You can download the document and do any changes/comments in your office editors, and then upload the files again. The office documents like docx, excel files can be viewed in the built in previewm but cannot be edited.
Can an admin get a complete list of files and folders altogether?.
Yes, you can assign yourself the root folder and browse in any folder to see files/folders. There wont be a complete list of files if there are sub-folders, just like how you see in windows explorer.
and how can I activate login screen to access those folders?
I don’t see anything about that in your demo
That’s inside the admin dashboard, you wont see that in admin.
So you mean…once log in somehow activated, the file folder will have a login screen front-end?
No when you log into dashboard, you will find the backend of the filemanager where you can generate shortcodes and assign folders to users or user groups.
Probably I failed to explain properly. My question was, how the user/employee will will login to access his folder?, is there any sign in/log in interface or screen for that for them to access their folders?
Yes, when they log into the dashboard, they will also have a similar filemanager window in the wordpress admin, where the admin can view those folders.
But I don’t want the employees/users to log into the wordpress admin area. Is it possible without it…otherwise this will not serve the purpose. The admin should have the access to that area.
Only admin has access to the admin area in the wordpress dashboard where the admin can assign folders and generate shortcodes for users. Users will see the filemanager window in the front-end like you see in the demo.
and…from where they will login, will there be any screen?
They will login using wordpress’s own login screen, there is no special login needed.
Ok…once they will login through that login screen they will directly see the file manager or the wp dashboard?, since I don’t want to show them the dashboard.
When admin logs in, they go to the dashboard where they can find filemanager among other wordpress pages. Regular users dont log into dashboard, even if they do, they cant see the filemanager control panel. They can only see filemanager through the shortcodes used in front-end pages.
OK, got it…but once an employee/user logs in how can I redirect him to the front-end page where I have setup the short code for them?.
https://wordpress.org/plugins/redirect-after-login/
Is there a way to see the person name who made the upload?
Can we get a demo for user side also?
User demo is this:
http://jamalkhan.info/filemanager/
By “demo for user side” if you mean the admin side, then no, the admin demo is not available for preview but the screenshots are available on the item details page here.
Our concern is for the following;
- Unlimited users - File upload size limitations - Demo from employee side (since we cannot see any upload feature there)
You can have as many users as you want, and file size depends on your max file upload size. Demo doesnt have upload feature enabled for obvious reasons.
I have the strangest thing going on currently, i have installed the file manager and all is fine as far as i was concerned, now im getting (the folder i initially pointed towards) getting randomly deleted or files going missing from within this. Im not going to point the finger at the file manager, but is there any know cases? it seems to be deleting random folders and files withing, and it seems like its complete at random because some folders have around 900+ generated PDF’s and the other seem to just be blank folders? any thoughts?
Hi,
This is weird, the filemanager wont delete anything automatically. Is there some kind of cleanup plugin you’re using? Also check if there is some log in the server to confirm whats going on.
It is also possible that you have exceeded the server limits, possibly inodes limits and its deleting your files.
Hi, we bought your plugin and it’s all that we want. Thanks for doing an easiest life! We need to change the default folder for documentation. Actually the plugin creates a folder under wp-content/upload with the username name. We need this feature but not into ”/httpdocs/wp-content/upload”, we want it under another folder in root like ”/httpdocs/clientes”. Thanks in advance for your support
You can try to add your own default folder in the filemanager.php file inside the filemanager plugin folder.
You’ll find these lines where you can see uploads dir, you can choose a different one, screenshot:
https://i.imgur.com/Jx5eiO7.png
I’ll add the feature to choose the default folder in the coming update.
Hi, we changed the ‘basedir’ to /httpdocs/clients, /httpdocs/clients/, ”/httpdocs/clients” and nothing works. Already changed the $upload_dir = wp_upload_dir() variable to the same folder /httpdocs/clients and already doesn’t work… This is necessary because we want the users in the company upload the customer documents to the ftp and if they see a lot of folders in “uploads” they won’t do it well. Thanks
There are two places in the filemanager.php where you need to make this change. You have to scroll down a little to find a similar line.
Also after this change, you have to deactivate and activate the plugin to let it apply the changes for all the users.
Ok, but what sintax we need to use? We need to put all the server’s path or only the host path? We found this in lines 201-209:
$upload_dir = wp_upload_dir();
$users = get_users(array('order' => 'ASC'));
if($allow_default_folders == 1){
foreach ($users as $user){
$newdir = str_replace("\\", "/", $upload_dir['basedir'].'/'.$user->user_login.'/');
$newurl = str_replace("\\", "/", $upload_dir['baseurl'].'/'.$user->user_login.'/');
And this in lines 314-324:
if($allow_default_folders == 0){
return;
}
global $wpdb;
include "settings.php";
$upload_dir = wp_upload_dir();
$user = get_userdata($user_id);
$newdir = str_replace("\\", "/", $upload_dir['basedir'].'/'.$user->user_login.'/');
$newurl = str_replace("\\", "/", $upload_dir['baseurl'].'/'.$user->user_login.'/');
$default_perm = get_option("red_fm_default_access");
We only need to change [‘basedir’] to [”/httpdocs/clientes”] in both lines?
No you have to change $upload_dir['basedir']
to '/httpdocs/clientes'
You can email me the file you changed, I’ll confirm it.
Got your email. Replied to it.
Thanks a lot for your support!
