Opened 8 years ago
Closed 8 years ago
#2006 closed defect (bug) (fixed)
Better no threads found message
Reported by: | hardeepasrani | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | 2nd-opinion |
Cc: |
Description
The following message right now appears when no threads are found in Forum (like a plugin/theme's support forum/review:
Oh bother! No topics were found here!
It should be some thing helpful, like:
Looks like what you were looking for couldn't be found! You can always create a new thread.
Hope it makes sense.
Change History (5)
This ticket was mentioned in Slack in #forums by sergey. View the logs.
8 years ago
#3
@
8 years ago
After some great discussion in the Support Team meeting, we rallied around something like "No topics found. Try a different search or start a new post."
It gets the message across simply without any cultural limerick like "Oh bother!" (and is thus easier to translate), and offers two simple suggestions for what to do next.
#4
@
8 years ago
There are four distinct "Oh, bother!" messages:
- "Oh, bother! No forums were found here." — unlikely to be seen once forums are created.
- "Oh, bother! No replies were found here." — only displayed for
bb_base_reply_search_query()
(?rs=...
). Unlikely to be seen, as there is no UI for that. - "Oh, bother! No search results were found here." — only displayed on Rosetta forums, as English forums use Google search.
- "Oh, bother! No topics were found here." — only displayed in empty views, mainly Spam/Pending/modlook,
unlikely to be seen by non-moderators. Also displayed in plugin/theme reviews in there are none.
Seems like only the latter two should be changed. Suggestions:
- Search results: "No results found. Try a different search or start a new post."
- Empty view: "No topics found. Select another view or start a new post."
Let's get a consensus on the wording at the next Support Team meeting.