Skip to content

Feature Overview

BuddyPress Edit Activity gives members a safe, controlled way to correct what they have already posted. Here is what the plugin does.

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.

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.

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 posts and comments display an (edited) label so readers can tell the content was changed after it was first published.

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.

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.

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.

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.