Understanding Auto Rename
-
Hi Jordy,
I just left a comment on another thread where I mentioned not being able to find the link to the bulk rename page. Oops! My bad. I found it when I reactivated the Auto Rename option.
But now I hope you don’t mind explaining that feature to me a little bit more. The reason I deactivated it in the first place was because I thought it was going to automatically rename all my media files, and I only want to selectively rename them. I’ve been using this plugin for quite some time, but a few things have changed on the settings screen lately and I can’t remember if I’ve always had the Auto Rename option activated, or whether it was recently introduced and I just didn’t notice…
So I tried to learn more about it and read the FAQs on your website as well as a few relevant support threads. With this one I realized that I probably do want Auto Rename to be active.
Please tell me if I understand this correctly. With Auto Rename active, references to the media within post content and some other areas of the site are updated. With Auto Rename unchecked, those references are not updated. Is that right?
Before I realized that, I was looking in the plugin files to see if I could find the link to the Bulk Rename page, and I saw this:
function admin_menu() { if ( $this->getoption( 'auto_rename', 'mfrh_basics', false ) ) { add_media_page( 'Media File Renamer', __( 'File Renamer', 'media-file-renamer' ), 'manage_options', 'rename_media_files', array( $this, 'rename_media_files' ) ); } add_options_page( 'Media File Renamer', 'File Renamer', 'manage_options', 'mfrh_settings', array( $this, 'settings_page' ) ); }
Just wondering why Bulk Rename isn’t available when Auto Rename is inactive? I think it would help me understand the feature better if I understood its relationship to Bulk Rename.
Thanks for the info, Jordy!! I wonder if this wouldn’t also be useful for your FAQ page? Cheers!
- The topic ‘Understanding Auto Rename’ is closed to new replies.