Changes between Version 1 and Version 2 of Ticket #5130, comment 28
- Timestamp:
- 03/28/2014 05:12:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5130, comment 28
v1 v2 3 3 - `bp_blogs_remove_associated_blog_comments()` now supports a `$force_delete` argument. If this is false, the comments are trashed instead of deleted. This is used in `bp_blogs_sync_delete_from_activity_comment()` using `current_user_can( 'moderate_comments' )`. 4 4 5 - Mirroring of close comments / threaded comment depth options to blogmeta. See `bp_blogs_comment_open()`, which does the blogmeta mirroring and the actual post age calculation. There's a tiny issue in `bp_blogs_comment_open()`; I have commented out the part of the code in question, which relies on a check withon the actual post type. We currently don't mirror the post type in activity meta at the moment, so we can't do such a check. Let me know what you think about this.5 - Mirroring of close comments / threaded comment depth options to blogmeta. See `bp_blogs_comment_open()`, which does the blogmeta mirroring and the actual post age calculation. There's a tiny issue in `bp_blogs_comment_open()`; I have commented out the part of the code in question, which relies on a check on the actual post type. We currently don't mirror the post type in activity meta at the moment, so we can't do such a check. Let me know what you think about this. 6 6 7 7 I think this solves the majority of problems. Let me know what else needs to be addressed.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)