Added front-end user settings where users (if the user permission allows it) can select forums from which they want to see recent posts.
Added two new widget settings:
Display only certain thread types: discussion, suggestion, article, question, poll. resource.
Display post reactions, either from the first post or the last.
Please note that user group permissions have been changed in order to add them in their own section and needs to be set again.
Added the option to display certain threads as "sticky" at the top of the widget.
This version is compatible with XF 2.3 only.
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 thesiropu_recent_posts_embedtemplate where you can add your own custom widget names for embedding outside XF.
Added two new widget options for more control:
- Display last poster username
- Display last poster date
Fixed an issue with iframe embed where links do not open.
Added embed feature where you can embed the widget as an iframe outside XenForo. The option appears in the right corner of the widget.
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:
Added support for context params where you can call the widget directly in a template and can pass a specific user entity (such as
- Only include threads with selected prefixes
- Exclude threads with selected prefixes
$useron the member view page) and display recent posts only from that user.
<xf:widget key="siropu_recent_posts" context-user="{$user}" />
Added a new widget option that allows you to display avatar for the last poster. It is disabled by default.
Made a change to allow threads from forums that don't have the option "Include threads from this forum when users click "New posts"" enabled.
This release fixes some compatibility issues with XF 2.1.0
It also adds a new widget option to display scrollbar when the widget height is over x pixels.
NOTE: Do not try to upgrade to this version if you are running XenForo 2.0.x
Users without the permission to view thread content can still see the posts in the widget (the same way they can see them in forum view).
Added a new widget option for post excerpt that allows you to show it for the users who have the permission to view the thread but not the content.
Bug Fixes
Not filtering results based on node permission and ignored users.
Removed template vars that are not used.
NOTE: Disable add-on before starting the upgrade process and once complete, edit the widget and just save it to update the widget settings cache.
