[wp-meta] [Making WordPress.org] #4577: Change page that shows topics with no replies on Support Forum

Making WordPress.org noreply at wordpress.org
Mon Jul 15 05:07:34 UTC 2019


#4577: Change page that shows topics with no replies on Support Forum
----------------------------------+---------------------
 Reporter:  felipeloureirosantos  |       Owner:  (none)
     Type:  enhancement           |      Status:  new
 Priority:  normal                |   Milestone:
Component:  Support Forums        |  Resolution:
 Keywords:                        |
----------------------------------+---------------------

Comment (by dd32):

 The way https://wordpress.org/support/view/no-replies/ works is that it
 queries for any topic that:
  - Isn't within the review forums
  - Post Meta _bbp_reply_count < 1
  - topic_resolved = no

 > I believe this view is currently filtered on whether the OP chose
 whether this is a support topic or not.
 The topic_resolved seems like it probably limits it to those support
 topics. We can probably change that to `topic_resolved != 'yes'`.. buuut:

 In order to match the `Topic has no replies from users besides OP`
 conditional, we'd have to add a new post_meta item which is removed upon
 either a) topic resolve, or b) reply from non-OP and that is only added to
 real threads (not reviews, or hidden forums), which would probably greatly
 simplify this filter view as it could then be a single post-meta query and
 not have to include extra forum limiters, etc.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/4577#comment:6>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list