Feature Overview
BuddyPress Edit Activity gives members a safe, controlled way to correct what they have already posted. Here is what the plugin does.
Front-end activity editing
Section titled “Front-end activity editing”Members edit their own activity updates directly from the activity stream through a modal dialog. No dashboard access and no reposting. The Edit button is added to every activity entry (bp_activity_entry_meta), so it works the same in the sitewide stream, group activity, and member profile activity.
Comment editing
Section titled “Comment editing”Members can also edit their own activity comments. The comment editor uses the same modal style as the post editor and respects the same on/off setting and edit window.
Configurable edit window
Section titled “Configurable edit window”You decide how long after posting a member can still edit: Forever, 30 days, 7 days, 1 day, 1 hour, or 10 minutes. Once the window passes, the Edit button disappears for that entry.
Edited indicator
Section titled “Edited indicator”Edited posts and comments display an (edited) label so readers can tell the content was changed after it was first published.
Administrator override
Section titled “Administrator override”Administrators can edit any eligible activity post at any time, regardless of the configured window. This lets moderators fix content without waiting on the member.
What can be edited
Section titled “What can be edited”By default the plugin edits activity_update posts and activity_comment comments. Posts made entirely of Gutenberg block content, and posts with no text content, are skipped so nothing is corrupted by a plain-text round trip. Developers can extend the editable list with the bp_editable_types_activity filter.
Platform and add-on compatibility
Section titled “Platform and add-on compatibility”The plugin runs on both BuddyPress and BuddyBoss Platform, adapting its button markup to each. It works alongside Youzify and BuddyPress companion plugins (Check-ins, Quotes, Status, Giphy, Polls), which can inject their own fields into the edit modal through the plugin’s action hooks.
Dark mode and RTL
Section titled “Dark mode and RTL”The edit modal and the success and error confirmation toasts render correctly in dark mode on BuddyX, BuddyX Pro, and Reign. The plugin also ships right-to-left stylesheets that load automatically for RTL languages.

