#5147 closed defect (bug) (fixed)
"Tagged modlook" view broken
Reported by: | macmanx | Owned by: | 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)
Change History (7)
This ticket was mentioned in Slack in #forums by macmanx. View the logs.
5 years ago
#2
@
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.
Screenshot 1