• I am trying to make your plugin work not only on the upload directory but other directories, e.g, wp-content/anm/cch/anm, and two others that are similar to these. Is it possible that your plugin would work for me. Seems that my hosting provider only allows a maximum of 1,024 files per directory and as of right now, I am violating that rule and am in risk of getting my account suspended. Thank you so much for your help.

    https://www.ads-software.com/extend/plugins/media-file-manager-advanced/

Viewing 1 replies (of 1 total)
  • Plugin Author Zefta

    (@zefta)

    Hi,

    Sure you can.

    But !

    I can make it work for the part of the plugin to move files or create folders but. I can’t for the insert into a post.

    So you can replace in the file.

    media-relocator.php line 23

    $mfma_relocator_uploaddir = mfma_rl_adjpath($mfma_relocator_uploaddir_t['basedir'], true);
    to
    $mfma_relocator_uploaddir = str_replace('/wp-content/uploads', '', mfma_rl_adjpath($mfma_relocator_uploaddir_t['basedir'], true));

    This is the fastest solution. I hope it’s help if you need something else tell me and i will try.

Viewing 1 replies (of 1 total)
  • The topic ‘I would like to be able to manage other directories.’ is closed to new replies.