It seems that your add-on doesn't plays nicely with route filters. I need to disable the following route filter in order to be able to click on "New Posts" and "New Threads":
Code:
find-new/{num:digit}/posts -> news/{num:digit}/publications
Once I disable that route filter then I'm able to click on "New Posts" and "New Threads". However another problem arises and is that I have created the following route filters for your add-on:
Code:
find-new/{num:digit}/OnlyPosts -> news/{num:digit}/just-posts
find-new/{num:digit}/OnlyThreads -> news/{num:digit}/just-threads
And none of them seem to be working. For example when I click on "New Posts" the URL on my browser still reads as find-new/xxxxx/OnlyPosts (and similar for "New Threads").
Btw I have a suggestion: it would be awesome if at the ACP we could choose whether we want to show "New Posts and Threads", "New Posts" and "New Threads". In my case I believe that splitting a single tab into 3 is a bit overkill, I would like to only have "New Posts and Threads" and "New Threads".