Recent Posts 2 by Siropu

Recent Posts 2 by Siropu 2.0.10

No permission to buy (€9.99)
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.
  • Like
Reactions: Mr. Jinx
Added two new widget options for more control:
  1. Display last poster username
  2. 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:
  • 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}" />
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.
  • Like
Reactions: yin9
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
  • Like
Reactions: Davey-UK and Triops
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.
Top Bottom