Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Media Search Enhanced

Beschrijving

Deze plugin is gemaakt voor:

  • Doorzoek alle velden in de mediabibliotheek inclusief: ID, titel, bijschrift, alternatieve tekst en beschrijving.
  • Zoek taxonomieën voor media, inclusief de naam, slug en beschrijving velden.
  • Search media file name.
  • Use shortcode [mse-search-form] to insert a media search form in posts and template files. It will search for media by all fields mentioned above.

Schermafdrukken

  • Demo zoekopdracht op het mediabibliotheek scherm.
  • Demo search on the Insert Media – Media Library screen.

Installatie

Using The WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Zoek naar ‘media-search-enhanced’
  3. Klik op ‘Nu installeren’
  4. Activeer de plugin op het plugin dashboard

Uploaden in het WordPress Dashboard

  1. Navigate to the ‘Add New’ in the plugins dashboard
  2. Navigeer naar het ‘Upload’ gebied
  3. Select media-search-enhanced.zip from your computer
  4. Klik op ‘Nu installeren’
  5. Activate the plugin in the Plugin dashboard

FTP gebruiken

  1. Download media-search-enhanced.zip
  2. Extract the media-search-enhanced directory to your computer
  3. Upload the media-search-enhanced directory to the /wp-content/plugins/ directory
  4. Activate the plugin in the Plugin dashboard

FAQ

Hoe kan ik media linken naar het bestand zelf in plaats van naar de pagina met bijlagen in de media zoekresultatenpagina?

Please add the following code to the functions.php in your theme:

function my_get_attachment_url( $url, $post_id ) {

    $url = wp_get_attachment_url( $post_id );

    return $url;
}
add_filter( 'mse_get_attachment_url', 'my_get_attachment_url', 10, 2 );

Beoordelingen

21 december 2021
I’ve noticed that a few other users on the support pages have reported that this plugin, which hasn’t been updated for the last two years, no longer works as intended. In fact, it breaks the media library search functionality completely. I can attest to this. This is very unfortunate as the functionality that this plugin seemingly used to provide would be very useful to me.
1 november 2019
I find this plugin really convenient because I name my media files only with alphabets, but I write the alternative text in my non-alphabetical language. After the installation, I can search both titles and ALT text. Also, it is a plus that it needs no set-up. I am really grateful to the developer for creating and maintaining this useful plugin.
10 juli 2017 1 reactie
I had problems with finding in media library search the images that I have added in the passed few years, searching them with the file name wasn’t working at all.. till I installed this plugin, things start to work and I don’t have anymore this problem! Great job! Thanks.
29 maart 2017 1 reactie
This plugin was essential for my photoblog and its thousands of media library files. How else could I ever expect to find what I was looking for?
Lees alle 27 beoordelingen

Bijdragers & ontwikkelaars

“Media Search Enhanced” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Media Search Enhanced” is vertaald in 2 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Media Search Enhanced” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.9.0

  • Added the languages pt_BR and es_ES. Thanks to @larodiel.
  • Fixed an issue when searching for images in the Image block, the plugin caused the HTTP 500 error. Also thanks to @larodiel.

0.8.1

  • Fix PHP notices and updated the “Tested up to” field.

0.8.0

  • Supporting MIME type and date filters when searching in the Media Library. Thanks to @jedifunk for spotting this bug.

0.7.3

0.7.2

  • Bug fix: Make the search work with WPML Media – All languages.
  • Filter the search form if it’s on the media search results page.
  • Make the images clickable in the search results. Can be disabled by setting the filter mse_is_image_clickable to false.

0.7.1

  • Bug fix: Remove duplicate search results when WPML plugin is activated, THE RIGHT WAY.

0.7.0

  • Remove duplicate search results when WPML plugin is activated. Props @joseluiscruz.

0.6.1

  • Security update: use $wpdb->prepare to process SQL statements. Thanks to @daxelrod for this.

0.6.0

  • Add ID to search fields.
  • Modify the clauses with posts_clauses filter.

0.5.4

  • Add filter mse_get_attachment_url to modify the attachment URLs in the media search results.

0.5.3

  • Bug fix: Filtered excerpt should be returned, not echoed.

0.5.2

  • Toon thumbnails in de media zoekresultaten.

0.5

  • Use shortcode [mse-search-form] to insert a media search form in posts, which only searches for media files (through all fields).

0.4

  • Search media file name.

0.3

  • If there are Taxonomies for Media, search the name, slug and description fields.

0.2.1

  • Add DISTINCT statement to SQL when query media in the “Insert Media” screen

0.2.0

  • De eerste versie