Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#5147 closed defect (bug) (fixed)

"Tagged modlook" view broken

Reported by: macmanx's profile macmanx Owned by: dd32's profile dd32
Milestone: Priority: normal
Component: Support Forums Keywords:
Cc:

Description

In the forum Views list (see screenshot 1), the "Tagged modlook" view https://wordpress.org/support/view/taggedmodlook/ appears to be broken, as it never shows any modlooked threads (see screenshot 2) when there are threads tagged modlook at https://wordpress.org/support/topic-tag/modlook/ (see screenshot 3).

I propose that we simply replace that "Tagged modlook" view link with https://wordpress.org/support/topic-tag/modlook/

Attachments (3)

screenshot-1.png (63.6 KB) - added by macmanx 5 years ago.
Screenshot 1
screenshot-2.png (55.9 KB) - added by macmanx 5 years ago.
Screenshot 2
screenshot-3.png (132.2 KB) - added by macmanx 5 years ago.
Screenshot 3

Download all attachments as: .zip

Change History (7)

@macmanx
5 years ago

Screenshot 1

@macmanx
5 years ago

Screenshot 2

@macmanx
5 years ago

Screenshot 3

This ticket was mentioned in Slack in #forums by macmanx. View the logs.


5 years ago

#2 @dd32
5 years ago

The taggedmodlook view is supposed to be the exact same thing as the tag archive:

bbp_register_view( 'taggedmodlook', __( 'Tagged modlook', 'wporg-forums' ), array( 'topic-tag' => 'modlook' ) );

By the look of it, it's incorrectly excluding plugin/theme/reviews? I think I'd rather fix that than rely upon the tag archive, so that we can target future changes to that view only, rather than tag archives.

#3 @dd32
5 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 9722:

Forums: Include Plugin/Theme topics in the modlook view.

Fixes #5147.

#4 @macmanx
5 years ago

Excellent, thanks!

Note: See TracTickets for help on using tickets.