XF 2.0 New posts and Todays Posts

New Joe

Well-known member
Licensed customer
On my Xenforo 1 site on the navbar I have 2 tabs which are New Posts and Todays Posts

New Posts = new posts which have been made and I haven't yet read
Todays Posts = new posts which have been made and I have read (they are shown shaded out)

I used this as a template edit for the Todays Posts on the Xenforo 1 site:
Code:
<!-- mytab -->
        <li class="navTab PopupClosed"><a href="{xen:link find-new/posts, '', 'recent=1'}" class="navLink">Today's Posts</a></li>

But on Xenforo 2 Add navigation part there's no way to use such as ' {xen:link find-new/posts, '', 'recent=1'}" as i did before
Anyway to do what I want it to do?
 
You're the only one to reply mate so i'd forgot about this..But no never got any info how to do the same as I do with my XF1;5....
All my members including me like the fact we have 2 ways to check new posts, as in new posts you've not read and also th option to see new posts plus shaded out posts you have rad...
 
Any way of doing it on XF2.1 ?
I think most people just use the filters to view how they want

But the filters can be overridden in links

For unread

Code:
https://example.com/whats-new/posts/?unread=1

For recent posts

Code:
https://example.com/whats-new/posts/?skip=1
 
Back
Top Bottom