Add-on "View your posts" like in phpBB

Alexey.P

Member
Capturetest.webp

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.
 
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>
 
Top Bottom