This repository has been archived by the owner on May 6, 2020. It is now read-only.
forked from wp-plugins/buddypress-global-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
executable file
·141 lines (97 loc) · 5.18 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
=== BuddyPress Global Search ===
Contributors: buddyboss
Donate link: http://www.buddyboss.com/donate/
Tags: buddypress, search, social networking, activity, profiles, messaging, friends, groups, forums, notifications, settings, social, community, networks, networking
Requires at least: 3.8
Tested up to: 4.2.3
Stable tag: 1.1.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
BuddyPress Global Search allows for a global, unified search of all BuddyPress components, with a live dropdown as you type.
== Description ==
Let your members search through every BuddyPress component, along with pages and posts and custom post types of your choice, all in one unified search bar with a live dropdown of results.
Just activate the plugin, and every WordPress search input will instantly search your entire BuddyPress site, returning the results in a native tabbed interface right on your default Search Results template, automatically styled by BuddyPress to fit with your theme.
BuddyPress Global Search is built by the experienced developers at BuddyBoss who also offer premium [BuddyPress themes](http://www.buddyboss.com/themes/ "BuddyPress themes from BuddyBoss") and [plugins](http://www.buddyboss.com/plugins/ "BuddyPress plugins from BuddyBoss") to build your social network.
== Installation ==
= From your WordPress dashboard =
1. Visit 'Plugins > Add New'
2. Search for 'BuddyPress Global Search'
3. Activate BuddyPress Global Search from your Plugins page.
= From WordPress.org =
1. Download BuddyPress Global Search.
2. Upload the 'buddypress-global-search' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, etc...)
3. Activate BuddyPress Global Search from your Plugins page.
= Configuration =
1. Visit 'Settings > BP Global Search' and select which components should be searchable.
2. Adjust the CSS of your theme as needed, to make everything pretty.
== Frequently Asked Questions ==
= Where can I find documentation and tutorials? =
For help setting up and configuring any BuddyBoss plugin please refer to our [tutorials](http://www.buddyboss.com/tutorials/).
= Does this plugin require BuddyPress? =
Yes, it requires [BuddyPress](https://wordpress.org/plugins/buddypress/) to work.
= Will it work with my theme? =
Yes, BuddyPress Global Search should work with any theme, and will adopt your BuddyPress styling for search results. It may require some styling to make it match perfectly, depending on your theme.
= How do I code a search input into my theme? =
BuddyPress Global Search displays results in the default WordPress search inputs, meaning you can use the standard methods for [adding a search into your theme](http://codex.wordpress.org/Function_Reference/get_search_form). Usually, this will work: `<?php get_search_form( $echo ); ?>`
= Does it come with a language translation file? =
Yes, as well as translations for English, German, and Swedish
= Where can I request customizations? =
For BuddyPress customizations, submit your request at [BuddyBoss](http://www.buddyboss.com/buddypress-developers/).
== Screenshots ==
1. **Dropdown** - live dropdown showing results from all BuddyPress components
2. **Admin** - set which components should be searchable
== Changelog ==
= 1.1.2 =
* Added filter to search
* Made individual search queries filterable
* Fixed Message Compose Autocomplete conflict
* Fixed CSS conflicts
= 1.1.1 =
* Fixed plugin conflict with Invite Anyone
* Fixed plugin conflict with Form Maker
* Added support for Advanced Custom Fields (ACF) plugin
* Added topic title to forum search
* Added patch for XSS Vulnerability
* CSS fixes for Ajax search results
* Fixed warning messages with latest BuddyPress
* Added French translations - credits to Jean-Pierre Michaud
* Added Brazilian Portuguese translations - credits to Filipi Zimermann
= 1.1.0 =
* Member search by xProfile fields (username, email, etc.)
* Properly handle hidden groups
* Remove dependency on BP activity component
* Added Italian translations - credits to Massimiliano Napoli
= 1.0.9 =
* Added support for Another Wordpress Classifieds Plugin (AWPCP)
= 1.0.8 =
* Multisite compatibility, no longer requires network activation
* Added links to Group titles in dropdown
* Fixed page Shortcodes displaying in dropdown
= 1.0.7 =
* Fixed unformatted "Nothing Found" dropdown in WP Toolbar search
= 1.0.6 =
* Fixed dropdown hovering
= 1.0.5 =
* Added Persian translation files - credits to Mahdiar Amani
= 1.0.4 =
* Added option to disable AutoSuggest search dropdown
* Formatting adjustments
* Allow search to work if site is loaded in iframe
= 1.0.3 =
* Forum search results now displaying in dropdown
* Added Swedish translations - credits to Anton Andreasson
* Added German translations - credits to Marianne Taubl
= 1.0.2 =
* Updated readme
= 1.0.1 =
* Minor update
= 1.0.0 =
* Initial public release
* Removed WP-Updates, now updating via WP-Repo
= 0.0.3 =
* Minor bug fixes
= 0.0.2 =
* Removed empty <a> tag from autosuggest dropdown items
* Made pagination links dynamic, instead of page refresh
= 0.0.1 =
* Initial beta version