-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
62 lines (41 loc) · 2.01 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
=== BuddyPress Greeting Message ===
Contributors: xarbo
Donate link: http://xarbo.com/
Tags: buddypress, greeting, message, good morning, good evening, humanized greeting, facebook greeting, day parts, daily_dialogue, time based greeting, time greeting
Requires at least: 4.0
Tested up to: 4.5.3
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Display greeting message for various times in the day to BuddyPress loggedin user.
== Description ==
Display greeting message for various times in the day to BuddyPress loggedin user.
It is requires the plugin **BuddyPress** to be activated prior to this plugin.
If you like this plugin, please [rate and/or review](https://wordpress.org/support/view/plugin-reviews/bp-greeting-message) it. If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in the [Support Forum](https://wordpress.org/support/plugin/bp-greeting-message) or in the [GitHub repository](https://github.com/xarbo/bp-greeting-message/issues).
== Installation ==
1. Upload `bp-greeting-message.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Check the settings and save it.
== Frequently Asked Questions ==
= What is nobody is logged in? =
It simply shows the greeting message with out any user name.
= Will it work without BuddyPress? =
No, for now it only works with BuddyPress activity screens.
== Screenshots ==
1. Greeting Message on BuddyPress Sitewide Activity Screen
2. Greeting Message on BuddyPress Group Activity Screen
3. Greeting Message on BuddyPress Single Profile Activity Screen
4. Plugin Settings Screen
== Changelog ==
= 1.0.3 =
* Fixed JS error on undefined greeting_time value
* Resolve Warning: in_array() expects parameter 2 to be array, boolean given
= 1.0.2 =
* Added plugin settings screenshot.
= 1.0.1 =
* Updated the banner and WP compatibility.
= 1.0.0 =
* Initial plugin release.
== Upgrade Notice ==
= 1.0.0 =
* Initial plugin release.