forked from messaoudi-mounir/buddypress-activity-privacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
182 lines (120 loc) · 6.83 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
=== BuddyPress Activity Privacy ===
Contributors: megainfo
Tags: buddypress,activity,privacy,visibility,stream,private,public,only me,admins only,friends, followers,vie privée,confidentialité
Requires at least: WordPress 3.4, BuddyPress 1.5
Tested up to: WordPress 4.3.1 / BuddyPress 2.4.0
Stable tag: 1.3.8-SNAPSHOT
== Description ==
BuddyPress Activity Privacy plugin add a privacy level to activity stream component.
The plugin add the ability for members to choose who can read his activity (Anyone, Logged In Users, My Friends, Admins Only, Only me, My Friends in Group , Group Members ...etc).
= What's news In Buddypress Activity Privacy 1.3.x ? =
- Admin have abitility to enable/disable FontAwsome icons.
- Admin have abitility to enable/disable viewing and editing the privacy of all activities.
- Admin have abitility to enable/disable editing the privacy of posts for all members.
- Admin have abitility show/hide the privacy label in selexbox.
- Admin have abitility show/hide the privacy in activity meta.
- **Integration with Buddypress Media plugin** (https://wordpress.org/plugins/buddypress-media/).
Make sure to :
* Set the privacy settings to **OFF** in rtMedia settings.
* A new select-box (Privacy) is added to Edit Media form under Description Textarea.
- The plugin work now on multi site Netowork.
- A New privacy level (@mentioned only). When a member choose this privacy level, only mentioned members (and admin of course) can see the activity.
Remark: Members mentioned in activity can see it's content whatever the privacy level.
- New Drop down system with a nice icons (font awsome).
- Admin Option Area, Admin can update Enable/Disable privacy level, Sort the privacy levels and change the default privacy level.
What's news In Buddypress Activity Privacy 1.x ?
- Members can now change the privacy of the activity already posted.
- Admins can update the privacy of all activities.
- Integration with BuddyPress Follow Plugin (http://wordpress.org/extend/plugins/buddypress-followers/ ).
- Integration With Buddypress Activity Plus Plugin (http://wordpress.org/extend/plugins/buddypress-activity-plus/ ).
-The plugin is now extensible for new privacy levels !! ( Check the integration of BuddyPress Follow in bp-activity-privacy-integrations.php ).
== Installation ==
Download and upload the plugin to your plugins folder.
Then Activate the plugin.
You can choose the visibility level from the select box in the Activity Post Form.
== Screenshots ==
1. **Privacy for My Profile Activity** - Allow your users select a visibility level for the activity posted in the profile.
2. **Privacy for Groups Activity** - Allow your users select a visibility level for the activity posted in the group.
3. **Integration with BuddyPress Follow plugin ** - Allow your users select a visibility level (My Followers) for the activity posted in the profile.
4. **Integration with BuddyPress Follow plugin for groups ** - Allow your users select a visibility level (My Followers In Group ) for the activity posted in the group.
5. **Integration with BuddyPress Activity Plus plugin** - Allow your users select a visibility level for the activity posted with Buddypress Activity plus.
6. **Member can update the privacy of the old activity stream (new selectbox in activity meta).
== Frequently Asked Questions ==
== Frequently Asked Questions ==
#### Where to find support? ####
Please post on the [BuddyPress Activity Privacy support forum](http://buddypress.org/community/groups/buddypress-activity-privacy/forum/) at buddypress.org.
The forums on wordpress.org are rarely checked.
Or In GitHub
https://github.com/dzmounir/buddypress-activity-privacy
== Changelog ==
= 1.3.8-SNAPSHOT =
- Fix issue on privacy select option, click not work.
= 1.3.7 =
--------------------------------------------------------------
- Fix "Post update" button and select options does not uppear.
- Fix integration with Buddypress Follow duplicate entry.
- Add scroll fix on older versions of BuddyPress (thanks to @r-a-y).
= 1.3.6 =
- Fix integration with Buddypress Follow
= 1.3.5 =
- Fix bug activity detail links caused by overidding activity allowed_tags
= 1.3.4 =
- Admin have abitility to enable/disable FontAwsome icons.
- Admin have abitility to enable/disable view and editing the privacy of all activities.
- Admin have abitility to enable/disable viewing/editing the visibility for all members.
- Admin have abitility show/hide the privacy label in selexbox.
- Admin have abitility show/hide the privacy in activity meta.
- Fix warning message bp_setup_current_user was called incorrectly
- Fix bug visibility of "Last update" activity on member header and members loop.
- Fix translation file loading
- Fix some issues in rtMedia plugin integration
= 1.3.3 =
- Fix bugs on integration with rtMedia.
= 1.3.2 =
- Fix issues when Buddypress Follow is activate.
- Fix visibility of "Last update" activity on member header and members loop.
- Beta Integration with buddypress-media plugin (rtMedia for WordPress, BuddyPress and bbPress).
- add .POT file for translation.
= 1.3.1 =
- Work on Multisite Network.
- Fix "new post" activities dropdown privacy as profile activites privacy.
= 1.3 =
- Fix localization loading.
- Fix integration with Followers plugin.
= 1.2.2 =
- Fix bug, visibility not work.
= 1.2.1 =
- New privacy level (@mentioned only).
Members mentioned in the acitivity can see the content of acitivity whatever the privacy level.
= 1.2 =
- New Dropdown system with a nice icons ( By Font Awesome http://fontawesome.io/ ).
- Admin Option Area, Admin can update Enable/Disable privacy level, Sort the privacy levels and change the default privacy level.
- Fix the visibility of the last activity in members directory and member profile page.
= 1.1.2 =
- Fix js bug due the use of bp_get_cookies() function (added since bp 1.8).
= 1.1.1 =
- Fix jquery select option on change event ( submit privacy selection on previous items )
= 1.1 =
- Members can now change the privacy of the activity already posted.
- Admins can change the privacy of all activities.
= 1.0.4.3 =
* Fix Privacy selectbox.
* Add french tranlation.
= 1.0.4.2 =
* Fix Privacy selectbox load group privacy in profile page.
* Add Spanish tranlation (thanks to Andrés Felipe).
= 1.0.4.1 =
* Fix localization load (add param to load_textdomain).
= 1.0.4 =
* Fix localization load.
= 1.0.3 =
* Integration With Buddypress Follow (http://wordpress.org/extend/plugins/buddypress-followers/ ).
* Integration With Buddypress Activity Plus (http://wordpress.org/extend/plugins/buddypress-activity-plus/ ).
* Fix the array of privacy levels.
* Add More Filters to make plugin extensible for new privacy levels ( Check bp-activity-privacy-integrations.php ).
= 1.0.2 =
* Fix if no activity, plugin show 'load more' button instead of message.
= 1.0.1 =
* Fix small CSS problem in Activity Post Form.
= 1.0 =
* Initial release.