-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreadme.txt
101 lines (70 loc) · 2.99 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
=== BuddyPress Featured Members ===
Contributors: buddydev,raviousprime,sbrajesh
Tags: buddypress, featured members
Requires at least: 4.5.0
Tested up to: 6.3
Stable tag: 1.1.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
BuddyPress Featured Members plugin allows site admins to mark users as featured and display their list.
== Description ==
BuddyPress Featured Members plugin allows creating/displaying list of featured members a pleasurable experience.
It is highly flexible in the way the lists are displayed( slider, list, theme default, or custom).
It also provides a simple API for marking/unmarking users as featured member.
Features:-
* Multiple users can be marked as featured
* Featured Members can be displayed using shortcode or widget
* Featured Members Can be displayed in the directory too
* You can use multiple widget/shortcodes
* Each shortcode/widget can be displayed as a list or a slider of users.
* A default theme view for members list is also supported, It lists the members using members-loop.php from your theme
* Easy API for marking a user as featured/removing user from the list of featured members.
For documentation, Please see the [plugin page]( https://buddydev.com/plugins/bp-featured-members/ ).
**For Support**, Please use [BuddyDev Support Forums](https://buddydev.com/support/forums/ ).
**Love BuddyPress?** We do. Checkout our list of powerful [BuddyPress plugins](https://buddydev.com/plugins/).
*Note*:- The views may not work properly with BP Nouveau template pack. We are unable to support BP Nouveau till September 2018.
== Installation ==
1. Visit Dashboard->Plugins->add New
2. Search for BuddyPress featured Members
3. Install this plugin
4. Click Activate
5. Now, you can use the widget or shortcode [bp-featured-members].
For more details, Please see the plugin documentation page.
== Screenshots ==
1. Widget settings screenshot-1.png
2. Featured Members list as slider screenshot-2.png
For more screenshots, Please see [BuddyPress Featured Members Plugin](https://buddydev.com/plugins/bp-featured-members/) page.
== Changelog ==
= 1.1.5 =
* Fix notices
= 1.1.4 =
* Member args type attribute support in shortcode as well as widget.
= 1.1.3 =
* Minor code enhance to allow type based filtering if the code is used manually.
= 1.1.2 =
* Fix Featured Members Count.
= 1.1.1 =
* Fix translation.
* Enhance code indentation.
= 1.1.0 =
* Convert slide options to boolean.
* Add note about Nouveau compatibility.
= 1.0.9 =
* Added slider options in the widget options.
= 1.0.8 =
* Add the missing language header in plugin.
= 1.0.7 =
* Renaming localization file to make it work with wp.org translation.
= 1.0.6 =
* sanitization
= 1.0.5 =
* Rename size attribute to avatar size so that more understandable
= 1.0.4 =
* Add avatar size support in widget and shortcodes
= 1.0.3 =
* Fix the list when using default theme style.
= 1.0.2 =
* Allow filtering by BuddyPress member types
* Fix loading of translation files
= 1.0.0 =
* initial release