-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
39 lines (27 loc) · 1.13 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
=== BP Search Everything ===
Contributors: vanillalounge
Tags: buddypress, search
Requires at least: 3.8
Tested up to: 3.8
Stable tag: 0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This plugin allows searching across a BuddyPress' site components, and WordPress content
== Description ==
Creates a new component, called Search Everything (for which you need to define a root page, under
Settings > BuddyyPress > Pages). Search is separate from both WordPress' and BuddyPress' (per component)
search, which remain active and functional.
It is initiated from a new widget, called Search Everything, which
implements the necessary form.
Keep in mind that the plugin does nothing if BuddyPress isn't installed or activated
== Installation ==
1. Upload the bp-search-everything folder to the /wp-content/plugins/ directory
2. Activate the BP Search Everything plugin through the 'Plugins' menu in WordPress
3. Configure the plugin by going to the Settings > Search Everything menu
== Changelog ==
= 0.3.0 =
* Add hooks for any other components
= 0.2.0 =
* Add Readme.txt and Readme.md
= 0.1.0 =
* Initial release