Feature proposal #6497
closedImplement published state
Description
This should apply to the Activity and Comments. Basically an entry can be toggled unpublished by setting published = 0. This prevents it from being included in the query entirely and avoids parsing on an entry that can't even display. A disabled state of -1 can be used when an activity source is unpublished so it can be toggled back to 1 appropriately.
Toggling to -1 needs to be added to GJ, CB Activity, and for Blogs entries.
Updated by krileon almost 8 years ago
- Subject changed from Implement enabled state to Implement published state
- Description updated (diff)
Updated by krileon almost 8 years ago
Remove _comprofiler and _users joins. It doesn't make sense for activity and comments to vanish as it breaks context. If the activity it self (e.g. about a group that no longer exists) is deleted that's fine. For blocked, unapproved, unconfirmed users behave more like kunena (show just a raw name). If user is deleted it's then fine to remove their activity otherwise show "deleted" for the name.
Updated by krileon almost 8 years ago
- Description updated (diff)
- % Done changed from 50 to 80
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 80 to 100
The toggling to -1 can be done through CB Auto Actions.