Phoenix Media Rename

Opis

Uvelike poboljšajte svoj SEO: preimenujte vaše medijske zapise s “Phoenix Media Rename” dodatkom

A complete guide to use and configure Phoenix Media Rename is available at Phoenix Media Rename official page

Snimke zaslona

  • screenshot-1.jpg
  • screenshot-2.jpg
  • screenshot-3.jpg

Instalacija

  1. Učitaj phoenix-media-rename direktorij u /wp-content/plugins/ direktorij
  2. Aktivirajte dodatak kroz ‘Dodaci’ izbornik u WordPress-u
  3. Gotovo je! Možete ići na bilo koju pojedinačnu stranicu medijskog zapis a i primijetit ćete novo polje “Naziv datoteke”. Grupno uređivanje je također dostupno na na stranici s “Mediji” popisom.

ČPP

How to rename files translated with WPML?

Make sure that the WPML Multilingual CMS and WPML Media Translation plugins are activated (you can find more information on WPML in the WPML official site).

Add one or more images to your media library, WPML Media Translation will add the localized version to your media library.

Go to WPML -> Media Translation and edit the localized version of your media files, you can change both the image title and the file attached to localized version.

Rename images using Phoenix Media Rename.

Go to your media library, select the rename operation, check all the files you want to rename, edit the filenames and confirm the bulk operation, Phoenix Media Rename and WPML will do all the rest!

Please look at the screenshoot section to see how the process works.

How to serialize file names?

You can serialize file names enclosing the variable parts between { and }, this will cause Phoenix Media Rename to generate a sequence of filenames.

The variable part has to be an integer number, but can start with 0 (i.e. 0023).

Please note: check all the files you want to serialize and write the name for the first one, see screenshot-3.jpg for reference.

Kako spriječiti uklanjanje akcenata u imenu datoteke?

Idi na Phoenix Media Rename stranicu postavki i odznači “Ukloni akcente” opciju, to će spriječiti sanitizaciju akcenata
Napomena: izbjegavanje sanitizacije akcenata može uzrokovati neispravan URL na nekim hostinzima.

Kako izbjeći obradu revizija?

Idi na Phoenix Media Rename stranicu opcija i odznači opciju “Ažuriranje Revizija”, to će spriječiti ažuriranje revizija.
Napomena: izbjegavanje obrade revizija će ubrzati proces preimenovanja, ali će uzrokovati neispravan link medija ako vratiš post na stariju verziju.

Kako da promijenim ime pojedinom mediju?

Idite u Medijski odjeljak administratorske ploče i otvorite medij prema izboru. Vidjet ćete novo polje “Naziv datoteke” i vaš trenutni naziv datoteke u njemu. Promijenite ga u što god želite i pritisnite dugme “Ažuriraj”.

Kako da grupno promijenim nazive medijima?

Go to the Media section of the admin panel, select the “Rename” or “Rename & Retitle” bulk action (depending on if you want the media get retitled too) from the dropdown, check the medias you would like to rename and change their filenames using the “Filename” fields at the last column. When you are done, hit the “Apply” button and let the plugin do its magic!
Please note: the bulk action are only available in List View, switch from Grid View to List View if needed.

How to rename medias getting the filename from the title of the post they are attached to?

Go to the Media section of the admin panel, select the “Rename from Post” or “Rename & Retitle from Post” bulk action (depending on if you want the media get retitled too) from the dropdown, check the medias you would like to rename and hit the “Apply” button

Mogu li koristiti dodatak da promijenim ime medijima kroz kod?

Sure, you can use the “do_rename” static function, located at the Phoenix_Media_Rename class. Prototype: do_rename($attachment_id, $new_filename, $retitle = 0, $title_from_post = 0, $name_from_post = 0, $check_post_parent = true ). On success the function returns 1, and on error – the error message.
The function do_rename is a static method wrapped inside the Phoenix_Media_Rename class: call it using Phoenix_Media_Rename::do_rename

Can I integrate 3rd party plugins?

Sure, you can use the “pmr_renaming_successful” that fires when the rename process is complete and returns old and new filenames.

Feel free to ask for more custom actions!

Example:

/**
* my_callback
*
* @param [string] $old_filename
* @param [string] $new_filename
*/
function my_callback( $old_filename, $new_filename ) {
    // your code
}

add_action( 'pmr_renaming_successful', 'my_callback', 10, 2 );

Do you need more features?

If you would like more features, such as automatic renaming, or a dashboard for renaming files, have a look at the freemium plugin Media File Renamer. Yes, we are friends!

Recenzije

09. ožujka 2024. 1 odgovor
Just does not work, but crashes my website when trying to rename a media file. Uninstalled.
08. siječnja 2024. 1 odgovor
The best plugin for renaming files. Never had an issue with it.
20. kolovoza 2023. 1 odgovor
The Plugin does actually what it is supposed to do. But it crashed the Site Home Page. After de-activating the Plugin, the Site Home Page was restored back to normal. Tread carefully with this plugin.
Pročitajte sve 63 recenzije

Suradnici i Programeri

“Phoenix Media Rename” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

“Phoenix Media Rename” je prijeveden na 9 dijalekata. Zahvala prevodiocima za njihov doprinos.

Prevedite “Phoenix Media Rename” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

3.11.7

  • optimized renaming process

3.11.6

  • added compatibility with Beaver Builder Lite

3.11.5

  • added integration with AltText.ai

3.11.4

  • fixed issue with site options update

3.11.3

  • fixed issue with thumbnails deletion (thank to @ripper33rus for addressing the issue)

3.11.2

  • fixed php warning in Media Library Assistant check

3.11.1

  • disabled Phoenix Media Rename on Media Library Assistant custom page

3.11.0

  • fixed issue with php versions older than 8 (thanks to @wayneljw for addressing the issue)

3.10.5

  • removed . character from sanification list due to issues with WordPress core that causes problems during images upload

3.10.4

  • added troublesome characters to sanification process

3.10.3

  • fixed issue in renaming from post when filename already exists

3.10.2

  • fixed issue in renaming from post

3.10.1

  • fixed issue in renaming scaled files
  • fixed issue in renaming process when debug mode is disabled

3.10.0

  • changed rename process

3.9.1

  • fixed issue with scaled files

3.9.0

  • added options to add post parent category name as prefix or suffix of the filenames

3.8.9

  • changed revision update management

3.8.8

  • fixed issue when header constant is empty and trailer constant has a value

3.8.7

  • fixed issue in trailer constant cleaning

3.8.6

  • fixed title in retitle bulk action when filename requires sanitization

3.8.5

  • fixed renaming webp and avif files generated by ShortPixel when the filename contains more than one “-” character

3.8.4

  • fixed renaming webp and avif files generated by ShortPixel

3.8.3

  • fixed renaming webp and avif files generated by ShortPixel

3.8.2

  • fixed “Retitle from post” behavior when there is no post attached to the media

3.8.1

  • added new bulk operation “Retitle from post”, that allows to change only the title of the file getting it from the title of the post to which the media is attached

3.8.0

  • added new bulk operation “Retitle”, that allows to change only the title of the file

3.7.9

  • fixed compatibility issue with Elementor background images

3.7.8

  • fixed compatibility issue with Elementor custom page templates

3.7.7

  • fixed compatibility issue with Elementor

3.7.6

  • fixed compatibility issue with WMPL

3.7.5

  • fixed compatibility issue with WordPress 6.0

3.7.4

  • added support for Rank Math redirections

3.7.3

  • fixed error in thumbnail regenation from wp-cli for a file renamed using Phoenix Media Rename

3.7.2

  • fixed “filename already present” error when many files could get the same name

3.7.1

  • fixed “filename already present” error when a file has been uploaded in a subfolder (thanks to @niwin for the help addressing the issue)

3.7.0

  • changed “rename from post” management
  • fixed some case of infinite loop during bulk rename

3.6.0

  • added option to serialize filename if a file with the target filename is present

3.5.1

  • grouped options “Sanitize filenames” and “Remove accents” and added integrity check

3.5.0

  • added option to convert filename to lowercase when the action “rename from post” or “rename and retitle from post” is selected

3.4.10

  • changed iterator in metadata deserialization (thanks to @alx359 for addressing the issue)

3.4.8

  • minor optimization in ShortPixel metadata management

3.4.7

  • added parameters to add constants to the beginning and end of file names

3.4.6

  • added termination to ajax code

3.4.5

  • prevented initialization of the plugin on frontend

3.4.4

  • added security check in ajax rename process

3.4.2

  • added translation support for title in settings page

3.4.0

  • added option to disable filename sanitization

3.3.1

  • fixed compatibility issue with Elementor

3.3.0

  • added option to create a 301 redirection when a file has been renamed. The option is disabled by default, to enable it visit the Phoenix Media Rename settings page. (thanks to @ortonom for the suggestion)
    Please Note: the free plugin Redirection is required to add and manage the 301 redirection

3.2.5

  • fixed minor issue in “option debug” management

3.2.4

  • fixed compatibility issue with WPML (many thanks to Diego Pereira for his help)

3.2.2

  • fixed issue when plugin is called via code from frontend

3.2.1

  • fixed compatibility issue with Archivarix External Images Importer

3.2.0

  • changed rename process management
  • added new option “debug mode”
  • pushed minimum required WordPress version to 5.0
  • pushed minimum required PHP version to 7.1

3.1.0

  • added new bulk operations “Rename from post” and “Rename and retitle from post”, that gets the name for the media files from the post they are attached to
  • changed database table creation logic (thanks to @rinatkhaziev for the contribution)

3.0.5

  • fixed issue with ShortPixel

3.0.4

  • fixed javascript error on single media page

3.0.3

  • changed filename textbox size in attachment page

3.0.1

  • fixed issue with older php versions

3.0.0

  • added support for filename serialization

2.3.0

  • added action ‘pmr_renaming_successful’

2.2.5

  • changed renaming error message to have more information about the source of the error

2.2.4

  • fixed error with old files stored in year- month- based subfolders (many thanks to @jockolad who addressed the issue)

2.2.3

  • fixed distribution error

2.2.2

  • fixed issue with media files organized in subfolders

2.2.1

  • fixed another issue with new big image management introduced in WordPress 5.3

2.2.0

  • fixed issue with new big image management introduced in WordPress 5.3
  • fixed issue with shortpixel image optimiser

2.1.1

  • popravljena zadana vrijednost za opciju sanitizacije akcenata

2.1.0

  • dodana opcija za upravljanje sanitizacijom akcenata u imenu datoteke

2.0.3

  • popravljen problem s multisite (puno hvala @synetech za popravak te stvari)

2.0.2

  • popravljena podrška lokalizaciji za poveznice i stranicu postavki na listi dodataka

2.0.1

  • dodana poveznica na stranicu postavki na listi dodataka

2.0.0

  • dodana stranica postavki

1.4.0

  • dodana podrška za elementor

1.3.4

  • promijenjeno upravljanje naslovima objava u grupnim radnjama

1.3.3

  • Popravljen problem s WPML

1.3.2

  • uklonjena nepotrebna php upozorenja iz log datoteke (zahvaljujući @alx359)

1.3.1

  • uklonjena nepotrebna php upozorenja iz log datoteke (zahvaljujući @alx359)

1.3.0

  • Popravljen problem s WPML

1.2.6

  • Popravljen problem s WP Compress dodatkom

1.2.5

  • Isključeno dugme pošalji tijekom grupnog preimenovanja
  • Dodana js minifikacija

1.2.4

  • Popravljena pogreška u Smart Slider ažuriranju prilagođenih tablica

1.2.3

  • Popravljena pogreška u Smart Slider ažuriranju prilagođenih tablica

1.2.2

  • Optimiziran sql za Smart Slider ažuriranje pametnih tablica

1.2.1

  • Popravljena pogreška u Smart Slider ažuriranju prilagođenih tablica

1.2.0

  • Dodana podrška za Smart Slider

1.1.4

  • popravljeno upozorenje s ajaxom na php 7

1.1.3

  • dodana podrška za ne-latin znakove u imenu datoteke

1.1.2

  • dodana sanitizacija imenima datoteka

1.1.1

  • dodana licenca za ikonu feniksa

1.1.0

  • dodana podrška za lokalizaciju

1.0.1

  • popravljeno korisničko ime autora

1.0.0

  • Početna inačica