This WordPress plugin NGG Smart Image Search provides a smart search and display functionality for images in NextGEN galleries on a WordPress front end website. It requires NextGEN Gallery to be installed and activated.
—> WordPress.org Plugin Directory |
Further documentation and examples are given on the following pages qualified search examples, display search result list and new functionalities.
Description
NGG Smart Image Search will provide a highly customizable search and display functionality for images in NextGEN Galleries. Search results can be displayed in various layouts including all original NextGEN galleries.
An image search will be carried out across title, description, filename and tags (as configured per widget or shortcode) of all images in arbitary selectable NextGEN search galleries. There are two search modes available. The basic search mode will look for images which satisfy at least one of the search terms (logical or). The extended search mode will look for images which satisfy all search terms (logical and).
The search result list can be displayed in various ways.
- you can use any of the native NextGEN Galleries to display the search result list.
- you can also use any of the NextGEN Pro / Plus Galleries with all their features including ecommerce.
- you can use any available NextGEN Gallery settings.
- you can use single image lists providing additional image meta data.
- you can use an advanced thumbnail list which is independant of NextGEN Gallery code.
- you can sort the search result list in various ways.
- you can use paging for long search result lists.
You can enter search strings via widgets or shortcodes. You can use complex predefined searches to display an almost arbitrary collection of NextGEN Gallery images. You can dynamically switch the search mode or the display mode between searches. Searches can be configured differently for public users or for logged in (private) users.
For an extended documentation see qualified search examples or display search result list.
The new version 3 of the plugin is a major update of version 2 with many new functionalities and some optimization and error corrections.
The new functionalities are described here: new functionalities.
Installation
- Upload ‚NGG Smart Image Search‘ to the ‚/wp-content/plugins/‘ directory
- Activate the plugin through the ‚Plugins‘ menu in WordPress
- Adjust settings, widget and shortcode as necessary
Frequently Asked Questions
How does the search work ?
There are three possibilities to perform a search for NextGEN Galleries images:
- Use a dynamic search field in a sidebar widget.
The plugin comes with a widget „NGG Smart Image Search“. If you use this widget, it will provide a search field in the sidebar. Entering text in the search field will send the input to an automatically generated search page. This search page is described on the settings page of the plugin. You can freely customize this search page.
The search page will use a shortcode to generate and display the result list.
- Use a dynamic search field provided by the shortcode
This shortcode searchbox can be placed on any post or page (also on the automatically generated search page). Entering text in this searchfield will send the input to the shortcode , which normally is placed on the same page. Otherwise you have to address the result page by a shortcode parameter (‚target‘). The shortcode will generate and display the search result.
- Use a predefined static search input as parameters with the shortcode
In this case the shortcode will only display the static search result and will ignore all dynamic search inputs.
How can a search be customized ?
You can freely specify the scope of the image search by listing or excluding arbitary collections of galleries and/or albums.
You can also specify the listed meta fields per image in a single/linked search result list.
You can do this separately for public users and for logged in users.
If you do it by using search widgets, you define separate widgets for public users and for logged in users. Users will only see one widget which is relevant for them.
If you use a searchfield shortcode
you specify your customization by parameters (see screenshots for a complete list of parameters).
By default parameters are initiated differently for public users and for logged in users (see screenshots).
You can overwrite these settings by specifying the parameters in the searchbox shortcode.
E.g. parameter list_descr=“1″ will list the image description in the result list for all users.
If you want to set this parameter only for public users, you use prefix „pu_“, i.e. pu_list_title=“1″.
If you want to set this parameter only for logged in users, you use the prefix „lo_“, i.e. lo_list_descr=“1″.
How can the result list be customized ?
The result list is generated by the shortcode . This shortcode accepts a display parameter to select the result list layout.
There are several options available:
- use any of the NextGEN Galleries
The easiest way to set up a NextGEN Gallery display is to define the display with an arbitrary NextGEN Gallery on a post or page. Then switch to text mode and replace the generated ’ngg‘ shortcode name by ‚hr_SIS_display_images‘. This shortcode is provided by the plugin NGG Smart Image Search. This shortcode will generate the search result list. It will then dynamically call the NextGEN Gallery shortcode and passing the needed parameters.
You can use a short form of display codes:
display=’bt‘ (for a Basic Thumbnail gallery)
display=’pt‘ (for a Pro Thumbnail Gallery)
display=’ma‘ (for a Pro Masonry Gallery)
display=’mo‘ (for a Pro Mosaic Gallery)
- display=“si“ or display=“ngg_single_images“
This will generate a detailed result list in table format showing found images and their describing fields.
The images are displayed using the native NextGEN Gallery shortcode for displaying single images.
Clicking on an image will open the image in the lightbox as defined on the NextGEN Gallery setting page. The lightbox will only display a single image, no skipping to next found image.
- display=“li“ or display=“linked_images“
This will generate the same result list as in option (1).
However, the found images are here displayed using explicite image links generated by this search plugin.
For this option you should configure NextGEN Gallery so that the standard NextGEN Gallery lightbox will also work for all other linked images.
Doing this you can again open each listed image in the standard NextGEN Gallery lightbox.
However, now you can skip all images in the lightbox, you do no longer have to click on each image first.
- display=“at“ or display=“advanced_thumbnails“
This will generate a proportional thumbnails grid for all found images.
Furthermore, the image title is listed for each thumbnail.
The result list consists of linked images. As for display type (2), you should configure NextGEN Gallery so that the standard NextGEN Gallery lightbox will also work for all other linked images.
In addition you can set further parameters to define the search result list layout. You can specify a sort order, a paging option, a limit parameter etc..
What search string can be entered ?
You can enter any sensible search text.
In basic search mode the plugin will first determine all search items in the search string which are seperated by blanks (whitespace). It will then look for images which have at least one of the search items enclosed in their selected meta data fields (corresponds to a logical OR condition).
In extended search mode the plugin interprets the search string differently. Now it takes the whole text, including entered spaces, as a single search item unless it finds predefined delimiters. These delimiters again seperate the search string into seperate search items.
For logged in users or for static searches there is a special search option available: g:<gallery id>.
This will list all images of the gallery with Id <gallery id>.
The result list will also provide the gallery name and gallery id with underlying links to the backend gallery administration page or to the gallery page, if such a page is defined for the NextGEN Gallery in the backend.
There are other special search options available like r:<number> for searching most recent images or l:<number> for last uploaded images.
You can also do multi-keyword searches like „sun & clouds & summer“ which will search for all images satisfying all three single search conditions (in the given example).
You can negate searchstrings by „&- searchstring“.
You can restrict searchstrings to dedicated fields like „&t sun &t clouds“ which will only search in tags.
A search string can have an escape character +/- at the beginning to switch between basic and extended search mode. It can have escape options at the end to switch dynamically between display options.
For an extended documentation see qualified search examples.
Screenshots
screenshot 1: widget display for search definition
screenshot 2: search result list
screenshot 3: settings page
screenshot 4: public default parameters
screenshot 5: private default parameters
I activated the plugin however it is not showing up on the main site top bar?
What are the settings to get this working?
Thanks very much!
Hello Herald, I’ve set the NGG Smart Image Search widget version on my homepage and it has worked ok. The widget adjust parameters interface is very easy and useful and It would be fantastic if there was any similar way to the set the same parameters to place the NGG Smart Image Search in the middle of a page as well. Can I do that? I’m asking because I’ve decided to use the shortcodes on a specific page but I’m having some difficulties to adjust the parameters as I’m not URL expert. Is there any full template URL that I… Weiterlesen »
Hi Harald,
your Plugin is really great, thank you! There is only one little feature missing: is there any way to configure how to sort the search list results (by date oder name)?
All the best,
Simon
hello, i am using 2.1 however my search images in nextgen galleries has this: [hr_SIS_search_nextgen_images] Your examples of how to change the display are shown as „The result list is generated by the shortcode [hr_SIS_search_nextgen_images] and starting with version 2.0 by the shortcode [hr_SIS_display_images] “ BUT this is not the short code that is present on my version. How can I change the display on the short code of the plug-in installation that I have, OR how can i get the most up to date download, because this is what I downaloded today and it appears to be the old… Weiterlesen »
Hi Harald, Le me start by thanking you for developing a great plugin, it has been very useful. I have a problem integrating the search box in the header of the website (twentytwelve theme). Whenever a search is performed from the header the landing page is a 404 and/or the home page. Using a the search in a widget works well and the same if I integrate the search-box in a page, the plugin’s search page is always found. I’m using the short-codes [hr_SIS_nextgen_searchbox placeholder_text="Search for a product"] and [hr_SIS_display_images display="bt" ], and they work great as long as they… Weiterlesen »
Hi Harald, first of all I want to thank you for developing such a great search engine plugin for NextGen!! With version 2.0 you implemented a multi-search feature – something I really need. Perfect timing as I read your recent change log and saw that you created this feature 😉 Nevertheless, I have one question regarding multi-keyword search with the logical AND condition. I tried it via the shortcode and the widget and it’s only working if I search for one tag and for example one title keyword. What if I need to find a combination of tags – which… Weiterlesen »
By the way, it seems that the display using NGG basic thumbnail is not working well anymore (since last update). My thumbnails should be square, and they are not. Not good dimensions too (now 2 columns instead of 4).
I did not change the short code nor the NGG basic thumbnails dimensions :
[hr_SIS_search_nextgen_images display="bt"]
Best regards
Nicolas
Hi Harald,
Thanks again for your plugin. Is there a chance you implement multiple words search possibility ?
This would be fantastic, because every search engine today uses multiple words search…
Thanks again
Best regards
Nicolas
Hello,
I deleted (definitely) the landing page by mistake…
Even if I uninstall the plugin and reinstall it, it always links to the disappeared page id… 🙁
What can I do to create a new page to link to? 🙁
I have been trying for hours…
Thank you for your help.
Cecile
Hi,
Thanks a lot for your NGG smart image search plugin, exactly what I was looking for my photographer website.
I just wonder if there is a way to have a multiple words search possibility (ex : „blue“ and „car“) ?
Thanks again
Best regards
Nicolas