#3073 closed enhancement (fixed)
Support edit locking
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | 2.0 |
| Component: | API - Moderation | Keywords: | close |
| Cc: |
Description
WordPress Admin supports post locking, where only user is allowed to edit a post or page at a time. bbPress supports this within the context of wp-admin but it does not write the necessary meta-data when editing forums/topics/replies via a front-end, theme-side form.
This can lead to confusion if one user edits a topic via the theme, and another user edits a topic via wp-admin.
Change History (8)
This ticket was mentioned in Slack in #forums by netweb. View the logs.
9 years ago
#3
@
9 years ago
In r6344
Moderation: Implement theme-side edit-lock interface.
- Edits to defaut theme javascript to interact with alert UI
- Add
alert-topic-lock.phptemplate part - Add topic functions relating to edit-lock functionality
- Modify single-topic and topic-edit template parts to include the alert part
- Add CSS to Default template pack to stylize edit-lock alert like a modal (could be pretty much anything)
Props pippin for inspiration. See #3073.
#4
@
9 years ago
- Keywords close added; commit removed
- Resolution set to fixed
- Status changed from new to closed
This isn't *exactly* like the moderator is viewing approach, at least not yet.
With the Heartbeat and user-relationships APIs, there is alot more we can do in regards to who is viewing what.
In 6341: