Direct link to filtered list

Avatar
  • updated
  • Completed
I would like to have the ability to link directly to a filtered list. For example, a link to all items marked "under review"
Pinned replies
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Completed
Hello Michael.
This is example for our forum: all topics with status "Under review".
http://feedback.userecho.com/list/1-general/?order=updated&type=0&status=2&tag=0
Avatar
Vladimir Mullagaliyev co-founder
  • Answer
  • Completed
Hello Michael.
This is example for our forum: all topics with status "Under review".
http://feedback.userecho.com/list/1-general/?order=updated&type=0&status=2&tag=0
Avatar
Mathew Weaver
I would like to do something similar, but filter by tag. I tried a URL similar to what Vladimir provided, but it did not seem to work. Is it still possible to link directly to a forum filtered by tag?
Avatar
Mathew Weaver
I got this to work. I was not using the correct tag ID. I had to use Firebug to watch the AJAX POST created by the tag filter drop-down to determine the correct tag ID. Once I had the correct tag ID, the query parameter worked:
?tag=9892
Avatar
Vladimir Mullagaliyev co-founder
Quote from Mathew Weaver
I got this to work. I was not using the correct tag ID. I had to use Firebug to watch the AJAX POST created by the tag filter drop-down to determine the correct tag ID. Once I had the correct tag ID, the query parameter worked:
?tag=9892
Yes, you can initial tag on page by tag id.