A feature rich widget that display recent posts in a block, thread list style (same as forum view).
Widget features :
- Set maximum entries to display
- Display entries within the last x days
- Exclude certain forums
- Include only certain forums
- Exclude certain threads
- Include only certain threads
- Set thread title length
- Show/hide forum name
- Show/hide thread prefix
- Show/hide thread stats
- Show/hide thread creation date
- Show/hide thread author username
- Show/hide thread pagination
- Show/hide user avatar
- Enable rich usernames
- Enable post preview tooltip
- Enable post excerpt
- Enable inline moderation
- Highlight unread posts
- Link thread to first unread post
- Enable “Show more” button
- Enable scrollbar if content height is over x pixels
- Sidebar mode
- Global user group permission to view widget
Version 2.0.4 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}" />
Version 2.0.5 Improvements & Bug Fixes :
– 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.
Version 2.0.6 Bug Fix : Fixed an issue with the mini avatar that should display a tooltip with the number of posts you made in the thread.
Version 2.0.10 Improvements :
– 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.