BuddyPress Edit Activity Stream Info
- Latest Version: 0.5.1
- Downloads: 4,777
- Last Updated: 600 days ago
- Requires WordPress Version: PHP 5.2, WordPress 3.2.1, BuddyPress 1.5.1
- Tested compatible up to: PHP 5.2.x, WordPress 3.2.1, BuddyPress 1.5.1
- Requires PHP5: Learn more
** IMPORTANT ** This plugin has been updated for BuddyPress 1.5.1
Allows site admins and users to edit any activity update (except forum topics and replies) within a specified time period.
Related Links:
- Author's Site
- BuddyPress Edit Activity Stream - About Page
- BuddyPress and bbPress Developer Hook and Filter API Reference
Changelog
0.5.1
- BUG: fix network admin settings page on multisite
- FEATURE: support for locale mo files
0.5.0
- WordPress 3.2.1/BP 1.5.1 only
- BUG: slash issue on edit textarea
0.3.1
- WordPress 3.0.1/BP 1.2.6 changes - no logic change
0.3.0
- FEATURE: support for activity stream hashtag plugin
0.2.0
- BUG: update _usermeta bp_last_update if editing activity->ids match up
0.1.0
- First [BETA] version
GitHub Activity
seeding
January 7, 2012seeding
Thanks for the plugin, before I use to do it from the back end.
Hi,
Two observations/questions:
1. Are admins the only ones capable of editing any person’s contribution to the Activity Stream? Or can any logged in user edit any person’s Activity Stream contribution?
2. When I try to edit an entry, the page that comes up has html markup in it. Is that by design? Or should TinyMCE be showing for use by the user without the markup?
Thank you!
1) the admins can edit all and the plugin uses the function
bp_activity_user_can_delete()along with a timeframe you specify (ie, 2 hours, 1 day, etc) for the user who made the posting.2) correct, this is a simple textarea as buddypress does not use tinymce for activity updates.
This is great . Any chance of adding the facility to edit replies to updates to.
Not currently due to the lack of hooks within BuddyPress. I believe bp1.6 has moved the activity stream into CPT and allows editing via the dashboard. (i haven’t tested it yet)