Skip to content

Introduction

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.

  • 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.
  • 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_update and activity_comment post types are editable by default (see Hooks and Filters to extend this).
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.

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.