Is there a way to add a button to the Discussion Tab to only show the unread discussions? Now there are buttons for 'All Discussions', 'My Bookmarks' and 'My Discussions', but I want to have a button there to filter on unread discussions.
How is this possible?
0 · ·
Answers
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme | Give thanks to the Vanilla Developers!
- Spam
- Abuse
0 · Insightful Awesome LOL ·- Spam
- Abuse
0 · Insightful Awesome LOL ·Start with adding a tab (button) to the row of buttons that's already there:
* All Discussions
* My Bookmarks
* My Discussions
* Unanswered (or Unread)
(that's what you mean, correct?) It's in the templates somewhere (I can't look at the moment, where exactly).
Look (grep in linux) for "My Discussions" in all files and folders and you will find the right file.
You will see that "My Discussions" will point to :
/discussions/mine
and on the main forum site the Unread discussions point to :
/discussions/unanswered (but you can call it what you want)
Let us know when you've managed to do the above.
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme | Give thanks to the Vanilla Developers!
- Spam
- Abuse
0 · Insightful Awesome LOL ·