Adds the ability to search through blogs into your WordPress Multisite installation.
If you have any further questions, please submit them.
Insert search form in templates using the shortcode: [multisite_search_form]
Use type attribute to select vertical form or horizontal form. For example: [multisite_search_form type="horizontal"]
Default attribute value is vertical.
Use page attribute to change results page URI. For example: [multisite_search_form page="multisite-search"]. Search results will be showed in http://your_blog_URL/multisite-search.
Default attribute value is globalsearch.
Yes, put this code into your files: Multisite_Global_Search::ms_global_search_vertical_form(your_results_page) or Multisite_Global_Search::ms_global_search_horizontal_form(your_results_page)
The instruction means that you may not have given the necessary priviledges to your MySQL user. The user needs to be assigned the ability to "create views".
Edit results page and place [multisite_search_result excerpt="yes"] in the post content area instead of [multisite_search_result]
Check option "Search by default on pages" when you configure Multisite Global Search Widget.
If you use shortcode [multisite_search_form] use search_on_pages attribute to search by default on pages. For example: [multisite_search_form search_on_pages="1"].
Default attribute value is 0.
Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2011-12-22
Downloads: 8,647
Got something to say? Need help?