Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Auto Rename Media On Upload

Beskrivning

This plugin will automatically rename any media files you upload to the Media Library, by adding a prefix to the beginning of the filename based on the filetype.

For example, you can tell it to add the prefix ”pic-” to the beginning of all .jpg files that you upload. So uploading an image called car.jpg would get renamed to pic-car.jpg

And since it changes the name of the file, it will also change the ”slug” that wordpress uses based on this new name.

You can set an individual/unique prefix for each of the following filetypes:
jpg jpeg png bmp gif tif mp4 avi m4v mov flv mkv 3gp pdf doc docx xls xlsx ppt pptx mp3 ogg wav zip csv txt rtf odt

You will need to go to the settings page and set the prefix you want to use for each of the filetypes.

The default behavior is that it will NOT rename any uploaded files until you have set the prefix on the settings page.

Skärmdumpar

  • Settings page

Vanliga frågor

Can I manually rename the files when I upload them?

  • No. In the settings you can set how the filename will be renamed when it is uploaded. File will be automatically renamed during the upload process.

Can I choose whether a file will be renamed when I upload it?

  • No. In the settings you can set how the filename will be renamed when it is uploaded. File will be automatically renamed during the upload process.

How do I disable renaming files of only certain types?

  • On the settings page, you can remove the prefix from the textbox and set it empty/blank for any filetype that you do not want to be renamed when it is uploaded. If a particular filetype has an empty/blank textbox, then it will not be renamed when it is uploaded.

How do I rename only files of one specific filetype, but not all the other filetypes?

  • On the settings page, you can remove the prefix from the textbox and set it empty/blank for any filetype that you do not want to be renamed when it is uploaded. If a particular filetype has an empty/blank textbox, then it will not be renamed when it is uploaded.

For what filetypes can I modify the prefix for the renaming of the file?

  • You can set an individual/unique prefix for each of the following filetypes: jpg jpeg png bmp gif tif mp4 avi m4v mov flv mkv 3gp pdf doc docx xls xlsx ppt pptx mp3 ogg wav zip csv txt rtf odt

The filetype I need to rename is not listed. What can I do?

  • Submit a support request and I will see if I can get that filetype added for you.

I have uploaded a file to the Media Library, but it was not renamed? What happened?

  • Make sure you go to the settings page and set the prefix you want to use for the particular filetype you are uploading and want renamed. And don’t forget to hit the SAVE button to make sure your changes are saved.

Recensioner

15 november 2019
I created this plugin because I needed this feature! Hope you love it too!
Läs alla 3 betyg

Bidragsgivare och utvecklare

”Auto Rename Media On Upload” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Auto Rename Media On Upload” har översatts till 1 språk. Tack till översättarna för deras bidrag.

Översätt ”Auto Rename Media On Upload” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.1.0

  • Sanitize settings on save to prevent vulnerability for a high privilege user to perform stored cross-site scripting attack.

1.0.5

  • Compatible with WordPress v5.5

1.0.4

  • Shortened the name because it was too long in the settings menu.

1.0.3

  • Minor code cleanup

1.0.2

  • Added RTF and ODT formats.

1.0.1

  • Minor code cleanup

1.0.0

  • First stable release