Added a new widget option called "Link thread to last post" and it can be combined with "Link thread to first unread post". Made some changes to the siropu_recent_posts_embed template where you can add your own custom widget names for embedding outside XF.
siropu_recent_posts_embed
Fixed an issue with the mini avatar that should display a tooltip with the number of posts you made in the thread.
Added filters to choose what to display: latest, unread or watched threads. Added option to show the threads of current visitor. Fixed a display problem in sidebar/sidenav positions.
Added new widget options: Only include threads with selected prefixes Exclude threads with selected prefixes Added support for context params where you can call the widget directly in a template and can pass a specific user entity (such as $user on the member view page) and display recent posts only from that user. <xf:widget key="siropu_recent_posts" context-user="{$user}" />
<xf:widget key="siropu_recent_posts" context-user="{$user}" />