Skip to content

BuddyPress Edit Activity

BuddyPress Edit Activity lets members fix mistakes in their own activity posts and comments without deleting and reposting. An “Edit” button appears next to each eligible entry; clicking it opens a modal where the member changes the text and saves.

You control whether editing is on and how long after posting members can still edit, anywhere from 10 minutes to forever.

  • Adds an Edit button to activity posts and comments a member owns.
  • Opens a modal dialog with the existing text pre-filled.
  • Saves the updated content in place and re-renders the entry without a full page refresh.
  • Marks edited posts and comments with an (edited) label so readers know the content changed.
  • Lets you set a time window (for example 1 hour) after which edits are no longer allowed.
  • Administrators are not subject to the time window. They can edit any eligible post at any time while the feature is on.
  • Posts that contain Gutenberg block markup (<!-- wp:... -->) are not editable through the modal, and the Edit button does not appear on them.
  • Posts with empty content are not editable.
  • Only activity_update and activity_comment types are editable by default. See Hooks and Filters to extend the list.
Requirement Minimum version
WordPress 5.0
PHP 7.4
BuddyPress 3.0

The BuddyPress Activity component must be enabled. The plugin deactivates itself and shows an admin notice if BuddyPress is not active.

The plugin works with BuddyPress and BuddyBoss Platform, and alongside BuddyPress Check-ins, BuddyPress Quotes, BuddyPress Status, BuddyPress Giphy, BuddyPress Polls, and Youzify (formerly YouzerBP). See Compatibility for details.