Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtering Solved/Unsolved #40

Open
alekks opened this issue Oct 9, 2015 · 2 comments
Open

Filtering Solved/Unsolved #40

alekks opened this issue Oct 9, 2015 · 2 comments

Comments

@alekks
Copy link

alekks commented Oct 9, 2015

A nice feature would be to be able to filter to show solved or unsolved posts only.

Would help a lot to e.g. be able to bring attention to older unsolved posts that have been pushed to another page.

Not to be mistaken as search filter.

@tierra
Copy link
Owner

tierra commented Oct 9, 2015

I imagine you're referring to the ability to see just unsolved right on the forum view, rather than going to the advanced search? It still sort of is a search filter ultimately though - it still has to alter the topic query for those pages to limit the results printed.

This has crossed my mind before. phpBB doesn't offer any kind of UI for filtering topics on the view_forum pages, but they do offer a way to quickly sort the topics. In a way, this is the same thing since you might sort it by unsolved first, and you'd get what you're looking for. You could sort the other direction as well, but either case, I'd make sure it was still sorted by newest first as a second condition. A sort option is likely much easier and more likely to be possible.

Related: #3 (Search Filters)

@alekks
Copy link
Author

alekks commented Oct 11, 2015

When I think a bit about it, you are absolutely correct. A sorting alternative for solved/unsolved would be a more correct way to approach it. It's not actually altering the topic query, that should be some kind of base approach - not to hide content for the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants