New Joe
Well-known member
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:
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?
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?