Opened 9 years ago
Closed 9 years ago
#2134 closed defect (bug) (fixed)
Forums: Spam/Pending/Archived views should append ?view=all to topic/reply links
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Support Forums | Keywords: | |
| Cc: |
Description
Since [4225], Spam/Pending/Archived views have some context for posts (i.e. forum name, topic name, topic link).
However, if you follow the topic/reply links from those views, you can't see the actual spam/pending/archived post on the topic page, because ?view=all is missing in the URL.
Attachments (1)
Change History (10)
#5
@
9 years ago
Related: #bbPress2938
#6
@
9 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Noticed a couple of things:
In reply to:is a link,As the topic:is not. It should be a link too for consistency.- Forum and topic links now have
?view=all, but individual post links in.bbp-topic-post-dateand.bbp-reply-post-datedo not, so you have to additionally scroll to the post you clicked on, and it might not even be on the first page.
meta-2134.patch handles the first point. Should the second point wait for #bbPress2938?
This ticket was mentioned in Slack in #forums by netweb. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
Related: #1984