WP Manifestindependent plugin directory
manifest / users / bp-xprofile-field-activity

BP XProfile Field Activity

WP plugin for BP to record activity items for profile field updates

by Laurens Offereins · github.com/lmoffereins/bp-xprofile-field-activity · website

3stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lmoffereins/bp-xprofile-field-activity/archive/refs/heads/master.zip

Declares an update source (lmoffereins/bp-xprofile-field-activity), so updates arrive through the plugin's own updater.

From the readme

BP XProfile Field Activity # Record activity items for BuddyPress' Extended Profile field updates. Description ## This WordPress plugin requires at least WordPress 4.6 and BuddyPress 2.7. Use this plugin to record activity when members change data for selected profile fields. You can enable this feature on a per-field basis, through the new Activity field metabox. Additionally, you can toggle whether the updates are displayed in the site-wide activity stream. The plugin uses BuddyPress' profile update throttle time, which limits activity recording for changes to the same field within a window of two hours (default time). For simplicity's sake, profile field update activity items do not have their own activity filter, but are listed with the 'Profile Updates' stream filter. You would use this when you want your community to know when certain profile fields were changed by your members. For example: Changing the professional contact details in an intranet community Changing the relationship status in a dating community Changing the personal address in a friendship community Developers ### For developers several filters are available to alter the behavior of this plugin:

Read the full README on GitHub →