Skip to main content

WP Media Folder: Physical folders

Physical folders

This feature will move WordPress media in virtual folders to real one and edit filenames. Please read carefully the warning below before implementing it.

 

warning-message

 

In order to enable physical folders option, please go to menu Settings > WP Media Folder > Physical Folders.

 

physical-folder

 

Enable physical folders: WARNING: Instead of using WordPress custom taxonomy, create physical folders for your media. Some features of the plugin will be disabled as they're not compatible with the setting! (Read more above)

Detect media tables to replace content: The plugin will auto select the tables and columns where the replacement of attachments (media) URLs should be proceeded. This is the better option if you want to make sure to not lose replacements. Disable this option if you know what you’re doing and want to select custom data set  to optimize the process.

Transform current media folders: Additionally to the folder creation as physical folder, all the current folder structure and media will be transformed as WordPress physical folders.

Search into full database instead of only "wp_" prefixed tables: If checked, the plugin will not only replace content in your wordpress tables but in all the tables it will find in the database. It could be useful if you use your attachments links in another cms or custom script. If you don't specifically need it, leave this option unchecked.

Replace relative paths in database: By default WordPress uses absolutes urls, but some plugins may use relative path. If checked, the plugin will try to replace also relative path in database, instead of only absolute urls. Replacements in database may fail in particular cases (files with the same name) if this option is used while you're not using the default year/month upload folders option in WordPress settings.

Mode debug activated: When enabled, all actions made by the plugin will be stored into a log file in the plugin folder.

Joomunited Queue settings

Some of JoomUnited's plugins require processing some tasks in the background (cloud synchronization, file processing, ...). To prevent PHP timeout errors during the process, it's done asynchronously in the background. These settings let you optimize the process depending on your server resources.

You can find it at menu Settings > General > Joomunited Queue Settings section. These settings help you avoid your server overload, you can choose a suitable option for your site.

 

queue-settings

 

  • Show queue in admin bar: Show the number of items waiting to be processed in the admin menu bar.
  • Task running speed: You can reduce the background task processing by changing this parameter. It could be necessary when the plugin is installed on small servers instances but requires consequent task processing. Default 75%.
  • Queue trigger method: Choose method to trigger the queue. Default is WP Heartbeat.
  • AJAX refreshment interval: You can reduce the background task ajax calling by changing this parameter. It could be necessary when the plugin is installed on small servers instances or shared hosting. Default 15s.

 

show-queue-bar