Multisite Global Search

0

Easily search through all blogs into your WordPress Multisite by post title, post content or post author. Multisite Global Search doesn’t work with single WordPress installation and i

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Easily search through all blogs into your WordPress Multisite by post title, post content or post author.
Multisite Global Search doesn’t work with single WordPress installation and it must be activated for all sites using “network activate” in the Administration Panel.
Currently in the following languages:

  • Dutch (nl_NL) by Niels Boos Webdiensten ZZP
  • English
  • German (de_DE) by Dennis Vorpahl
  • French (fr_FR) by Fabrice Perrinel
  • Italian (it_IT) by Davide Tommasin
  • Norwegian Bokmal (nb_NO) by Tore Johnny Bråtveit
  • Portuguese (pt_PT) by Jose Anjos
  • Russian (ru_RU) by Sam Savinov
  • Romanian (ro_RO) by Alexander Ovsov Web Hosting Geek Science
  • Serbian (sr_RS) by Andrijana Nikolic [Web Hosting Geeks] http://science.webhostinggeeks.com/multisite-global-search
  • Slovak (sk_SK) by Branco Web Hosting Geeks
  • Spanish (es_ES)

If you have created your own language pack, or have an update of an existing one, you can send gettext .po and .mo files to me so that I can bundle it into Multisite Global Search.

** Features **

  • Multisite Global Search Widget. Show a search form in your sidebar.
  • Search across all network blogs or only in your blogs if you are logged.
  • Search on pages.
  • Administrative choice to perform searches by default on pages.
  • Administrative choice to disable search options.
  • Search results are showed in a page which contents the shortcode: [multisite_search_result]
  • Show excerpted results [multisite_search_result excerpt="yes"]
  • Entries on every site across your installation appear in search results immediately after publication.
  • Receive results from your complete blog network, even sites you do not own or control.
  • Customizable style sheet for widget and results page.
  • Two different form types, vertical and horizontal.
  • Put search form into your code with Multisite_Global_Search::ms_global_search_vertical_form(your_results_page) or Multisite_Global_Search::ms_global_search_horizontal_form(your_results_page)
  • Insert search form in templates using the shortcode: [multisite_search_form]. See the plugin page for more information.

Last version contributed by Lachele Foley

Customization

You may make a few customizations to how the plugin looks and behaves. To make these customizations, you will need to be able to write to the multisite-global-search directory.

Adding Behavior Customizations

  1. Make a file in the multisite-global-search directory called “config_local.php”.
  2. See the file called “config.php” for the list of items you may customize. The file contains documentation for each of them.
  3. Copy the lines containing variables you wish to change to config_local.php and alter them as desired. Take care to retain formatting, for example, the line-ending semicolon.
  4. Make a backup copy of your config_local.php that is stored outside your WordPress installation!

Adding Look and Feel Customizations

  1. Make a file in the multisite-global-search directory called “customstyle.css”.
  2. Add your style alterations to this file. It will be loaded after the default style.css.
  3. Make a backup copy of your customstyle.css that is stored outside your WordPress installation!