A Alexey.P Member Jul 14, 2013 #1 As you can see in here, I wonder if there is such thing in XenForo, else if it is possible to do so? Once you open a thread and any one reply or if you reply on some one else thread, you'll be able to see it in "View your posts" always. I just wonder if it is possible to have such feature at XF.
As you can see in here, I wonder if there is such thing in XenForo, else if it is possible to do so? Once you open a thread and any one reply or if you reply on some one else thread, you'll be able to see it in "View your posts" always. I just wonder if it is possible to have such feature at XF.
Jeremy in memoriam 1991-2020 Jul 14, 2013 #2 A global view your posts link? Yes, it is. Add this into your navigation template where you want it to appear: Code: <a href="{xen:link search/member, '', 'user_id={$visitor.user_id}'}">View your posts</a>
A global view your posts link? Yes, it is. Add this into your navigation template where you want it to appear: Code: <a href="{xen:link search/member, '', 'user_id={$visitor.user_id}'}">View your posts</a>