Love the plugin, but would like to see things like:
When image is uploaded it goes to default upload folder. User must go to folder management to move it in other folders.
It would be more user friendly if user can select upload folder on upload page so images go directly where they are needed.
]]>After installing this plugin, when I upload image it is placed in root of upload folder instead of date based folder as it is set to do.
If I want to upload to root I would disable this option. So plugin should follow it.
]]>First and foremost, thank you to our friend in distant Japan for taking the time to write and maintain this plugin.
Since a plethora of PHP warnings appeared on PHP 8.2, which I’m using, I kindly ask the author to replace lines #976 and #1019 in the file
Lines:
#976 and #1019
File:
organize-media-folder/lib/class-organizemediafolder.
php
Please replace line:
if ( 0 < $term->term_id ) {
To change it to:
if ( 0 < ($term->term_id ?? 0) ) {
… or to upload the code on GitHub, as SVN on wp.org is a nightmare for me.
Thanks once again for your time and effort.
]]>With WPML active, folders are listed twice and neither of them show the files. However, the files are visible by searching them by name.
]]>Hi there
Not all folders are showing up in the drop down ‘upload folder’
the last one I see and can select if 2022\07 while there has been obviously more created since then – created using this pluging
Hello,
I’m looking for something like your plug-in that deals with actual folders / directories but with a tree to work with. That said if I deactivate and uninstall does it remove any metadata or other items added to the database? If not, how do I remove any additions in the database?
Thanks.
]]>Not sure when it stopped working, but I am on the latest version and the toolbar drop down doesn’t work anymore. I uninstalled and reinstalled and still the same behavior.
thoughts?
]]>When upload files with plugin activated files upload to incorrect path. It doubles upload path, like this:
https://nmbc.ru/wp-content/uploads/homennmbcrunmc_wppublic_htmlwp-contentuploads/2021/2021-08/20-08-2021-800-letie-nizhnego-novgoroda/img-5f06-2.jpg?v=1630308994
home/nnmbcru/nmc_wp/public_html/wp-content/uploads/…
This is hosting folder
Upd. I found the reason. Your plugin conflicts with other one I use – Custom Upload Dir by Ulf Benjaminsson.
Please fix it.
]]>Search is case sensitive only? It’s very hard to find by name if you don’t exactly know case sensitive chars in the name…
]]>I created a SPECIAL user role profile derived from Shop Manager standard WP profile… and noticed “Upload Folder:….” won’t be shown in the titlebar for this user.
Looking at permissions with AAM I see nothing wrong and those backend options are NOT restricted:
Does it work for Administrators only?
]]>nexpさんのトピックと同じ症状だと思うのですが、
プラグインをインストール後、フォルダー管理から初期化をクリックすると
「フォルダ構造とタクソノミーが更新されました。」と表示はされるのですが、
設定のフォームが空のままで設定できないという症状です。
これはwordpressをサブディレクトリにインストールしているのが原因でしょうか?
試しにドメイン直下の別のwordpressにイントールしてみると正常に初期化できました。
サブディレクトリのほうはwordpressのイントール直後にも試してみましたがダメでした。
Hi,
I have been using Organize Media Library by Folders and Extend Media Upload for a while. I have tried to switch to the Organize Media Folder.
After Initialization, I got the message “Folder structure and taxonomy have been updated”, but in the settings there is still Initialization tab and no other tabs appear.
I have increased both max_execution_time and memory_limit but it doesn’t help.
I deleted all the folders and initialized again, the same result.
What else can I try to do? Thanks.`
I turned on the debag and got this:
Notice: Trying to get property ‘post_status’ of non-object in …/wp-admin/includes/template.php on line 2181
Notice: Trying to get property ‘post_status’ of non-object in …/wp-admin/includes/template.php on line 2185
Notice: Trying to get property ‘post_status’ of non-object in …/wp-admin/includes/template.php on line 2191
Notice: Trying to get property ‘post_status’ of non-object in …/wp-admin/includes/template.php on line 2195
Notice: Trying to get property ‘ID’ of non-object in …/wp-admin/includes/template.php on line 2199
Notice: Trying to get property ‘post_status’ of non-object in …/wp-admin/includes/template.php on line 2203
Notice: Trying to get property ‘ID’ of non-object in …/wp-admin/includes/template.php on line 2208
Notice: Trying to get property ‘ID’ of non-object in …/wp-admin/includes/template.php on line 2212
Notice: Trying to get property ‘ID’ of non-object in …/wp-admin/includes/template.php on line 2217
I disabled the plugins one by one until I found the “culprit” – this is your plugin. Any ideas?
Before, I used “Organize Media Library by Folders” and “Extend Media Upload”. Today, while updating wordpress and plugins, I read that “Organize Media Folder” will replace “Organize Media Library by Folders”. And I installed this new plugin. Then I got a warning that I should deactivate “Organize Media Library by Folders” and “Extend Media Upload” in order to avoid “unexpected issues”. OK, I deactivated both plugins. Well, everything is clear and logical about the old plugin. But I didn’t understand about “Extend Media Upload” – can I activate it again or is this plugin no longer needed if there is a new one (“Organize Media Folder”)? Thanks.
]]>Hello!
I noticed today that the following message appears when uploading a PDF files to the media library:
Notice: Undefined index: file in /www/wp-test.svgc.ru/wp-content/plugins/organize-media-folder/lib/class-organizemediafolder.php on line 960
Notice: Undefined index: file in /www/wp-test.svgc.ru/wp-content/plugins/organize-media-folder/lib/class-organizemediafolder.php on line 961
223
Also i see a similar notice, when i running wp-cli to regenerate thumbnail:
wp media regenerate
...
PHP Notice: Undefined index: file in /www/wp-test.svgc.ru/wp-content/plugins/organize-media-folder/lib/class-organizemediafolder.php on line 960
Notice: Undefined index: file in /www/wp-test.svgc.ru/wp-content/plugins/organize-media-folder/lib/class-organizemediafolder.php on line 960
PHP Notice: Undefined index: file in /www/wp-test.svgc.ru/wp-content/plugins/organize-media-folder/lib/class-organizemediafolder.php on line 961
Notice: Undefined index: file in /www/wp-test.svgc.ru/wp-content/plugins/organize-media-folder/lib/class-organizemediafolder.php on line 961
...
]]>
When I open gallery block and choose “Media Library” button and when “add to gallery pop-up appears, there is no option to filter media items by media folder”
]]>Is there a option to delete folder in uploads folder? If not, I vote for adding this option.
]]>Is there a way to remove the Author column from get_columns() and get_sortable_columns() without amending your plugin’s source code?
Please advise. Thank you.
In the settings for making folders there is a checkbox with the following text Make the created folder an upload folder.
If this checkbox is checked I take it that the folder created will be writable ie it will have permissions 777 otherwise it won’t be writable if left unchecked.
Also when creating folders outside WordPress and the plugin for example via FTP is it best to click the Save Changes button or use the button under the Initialization section of the settings.
I have moved a few images from sub folders into the parent folder then I deleted the old child folders and clicked the Save Changes button, but in one drop list the old folders were still being displayed.
I then clicked the button in the Initialization section and they were no longer visible in the drop list, I increased the PHP memory limit before I noticed the Initialization settings.
I really like your plugin I am glad I found it and I like the newer version you have done a great job, thanks for removing the nag messages.
I will look forwards to your reply.
Pete
Likkle more
Hi there
the plugin overrides WordPress Media settings for uploads (/wp-admin/options-media.php, organize my uploads into month and year based folders)
A little bit annoying as you need to change the upload folder setting on the plugin every month
Can you please manage to automatically update the upload folder setting of the plugin?
thanks