Introduction
BuddyPress Edit Activity
Section titled “BuddyPress Edit Activity”BuddyPress Edit Activity lets members fix mistakes in their activity posts and comments without having to delete and repost. An “Edit” button appears next to each eligible post; clicking it opens a modal where the member can make changes and save.
You control whether editing is on and how long after posting members can still edit — anywhere from 10 minutes to forever.
What it does
Section titled “What it does”- Adds an Edit button to activity posts and comments that a member owns.
- Opens a modal dialog with the existing text pre-filled.
- Saves the updated content in place; the stream reloads the entry without a page refresh.
- Marks edited posts with an (edited) label so readers know the content changed.
- Lets you set a time window (e.g. 1 hour) after which edits are no longer allowed.
What it does not do
Section titled “What it does not do”- Admins are not subject to the time window — they can always edit any post via this plugin.
- Posts that consist entirely of Gutenberg blocks (block-editor content) are not editable through this plugin’s modal.
- Posts with empty content are not editable.
- Only
activity_updateandactivity_commentpost types are editable by default (see Hooks and Filters to extend this).
Requirements
Section titled “Requirements”| Requirement | Minimum version |
|---|---|
| WordPress | 5.0 |
| PHP | 7.4 |
| BuddyPress | 3.0 |
The BuddyPress Activity component must be enabled. The plugin deactivates itself automatically if BuddyPress is not installed.
Compatible add-ons
Section titled “Compatible add-ons”The plugin works alongside BuddyPress Check-ins, BuddyPress Quotes, BuddyPress Status, BuddyPress Giphy, BuddyPress Polls, and Youzify (formerly YouzerBP). It also integrates with BuddyBoss Platform — see Compatibility for details.

