This repository has been archived by the owner on Nov 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,60 @@ | ||
# BP Reshare | ||
|
||
This is a BuddyPress plugin extending the Activity component with a reshare feature. Members will be able to promote the activity updates they found interesting by "re" sharing them into their personal activity stream. | ||
This is a **BuddyPress** plugin extending the Activity component with a reshare feature. Members will be able to promote the activity updates they found interesting by **re**-sharing them into their personal activity stream. | ||
|
||
![Users list](https://c1.staticflickr.com/5/4318/35177996884_6fe6dc2114_o.png) | ||
|
||
All Activity streams will be ordered according to the latest reshared date of the displayed activities. To see the list of users who reshared or favorited an activity, you simply need to display its single view. | ||
|
||
## User's profile "Reshared activities" | ||
|
||
![Others Reshares](https://c1.staticflickr.com/5/4307/35846462412_9dc5a01c21_o.png) | ||
|
||
This tab is listing the activities of the displayed user that have been reshared by others. | ||
|
||
## Activity Directory's "My Reshares" | ||
|
||
This tab is listing the activities the logged in user reshared. | ||
![My Reshares](https://c1.staticflickr.com/5/4319/35975952366_92cfcf6095_o.png) | ||
|
||
This tab is listing the activities the logged in user reshared. | ||
|
||
## Post Type activities | ||
|
||
If the Blogs component is also active, then single views of each post type supporting the BuddyPress Activity feature will contain new buttons over the comments list to let logged in users directly reshare or favorite the Post Type Activity. | ||
![Post Type activities](https://c1.staticflickr.com/5/4312/35846462932_109afe6523_o.png) | ||
|
||
If the Blogs component is active, then single views of each post type supporting the BuddyPress Activity feature will contain new buttons over the comments list to let logged in users directly reshare or favorite the Post Type Activity. | ||
|
||
## Notifications | ||
|
||
If the notifications component is active, each time an activity will be reshared, his author will find a new screen notification informing him about it. | ||
![Notifications](https://c1.staticflickr.com/5/4308/35846462582_f95a3a4c42_o.png) | ||
|
||
If the Notifications component is active, each time an activity will be reshared, its author will find a new screen notification informing him about about the new reshare. | ||
|
||
## Options | ||
|
||
From the BuddyPress Settings screen, you can go to the Options tab to set some options for the feature such as : | ||
![Options](https://c1.staticflickr.com/5/4313/35628131600_f46a46e4e5_o.png) | ||
|
||
From the BuddyPress Settings screen, you can go to the Options tab to set some options for the reshare feature such as: | ||
|
||
- sending email notifications when an activity is reshared. | ||
- disabling the reshare feature for the activity types of your choice. | ||
- using the default order for the Activity stream. | ||
|
||
## Supported languages | ||
|
||
Available in french and english. | ||
- French | ||
- English. | ||
|
||
_NB: you can contribute to this part sending pull requests to add other languages support._ | ||
|
||
## Configuration needed | ||
|
||
+ WordPress 4.8+ and BuddyPress 2.8+ | ||
WordPress **4.8+** and BuddyPress **2.8+** | ||
|
||
## Installation & Updates | ||
|
||
![Installation & Updates](https://c1.staticflickr.com/5/4296/35177996804_b226ee8266_o.png) | ||
|
||
## Installation | ||
BP Reshare is registered into the [Entrepôt](https://github.com/imath/entrepot/releases). If you use this alternative source of free and open source WordPress plugins, installing or updating BP Reshare is automatic. | ||
|
||
Before activating the plugin, make sure all the files of the plugin are located in `/wp-content/plugins/bp-reshare` folder. | ||
If you chose to install or upgrade the plugin manually, before activating it, make sure all the files of the plugin are located into the `/wp-content/plugins/bp-reshare` folder. |