Recent Posts 2 by Siropu

Recent Posts 2 by Siropu [Paid] 2.1.0

No permission to buy (€9.99)
Not sure if its been asked or not, but is there any way to make this add on the default forum homepage and NOT show the default forum page? In other words - just show this?
 
Not sure if its been asked or not, but is there any way to make this add on the default forum homepage and NOT show the default forum page? In other words - just show this?
Embed a widget in a Page (if this addon does not have a dedicated page already):

And change the index page route:
Admin Panel -> Setup -> Options -> Basic options -> Index page route

I think the link above covers this too.
 
Is it possible to pull recent reviews from a specific resource with this addon?
Only works with threads.
is there any way to make this add on the default forum homepage and NOT show the default forum page? In other words - just show this?
I think M@rc suggestion would work.
To call the widget directly in the page:

Code:
<xf:widget key="siropu_recent_posts" />
 
Only works with threads.

I think M@rc suggestion would work.
To call the widget directly in the page:

Code:
<xf:widget key="siropu_recent_posts" />
Can i make 3 widgets, each widget pulls last 5 posts from 3 separate threads?
How do i call those 3 widgets? Do you have a screenshots of the widgets?
 
It only display threads, not posts.

Be great if there was a checkbox option to pull different post types etc

For eg, Im running an LMS and the resources add on.

Would be fantastic if I could show recent lessons and new resources in there as well.
 
My problem:

Code:
Error: Error rendering widget: Call to undefined method XF\Finder\Thread::forFullView() src/addons/Siropu/RecentPosts/Repository/Thread.php:13

#0 src/addons/Siropu/RecentPosts/Service/RecentPosts.php(128): Siropu\RecentPosts\Repository\Thread->findThreadsWithLatestPosts(3)
#1 src/addons/Siropu/RecentPosts/Service/RecentPosts.php(51): Siropu\RecentPosts\Service\RecentPosts->findThreadsWithLatestPosts()
#2 src/addons/Siropu/RecentPosts/Widget/RecentPosts.php(70): Siropu\RecentPosts\Service\RecentPosts->getData()
#3 internal_data/code_cache/widgets/_14_siropu_recent_posts.php(5): Siropu\RecentPosts\Widget\RecentPosts->render()
#4 src/XF/Template/Templater.php(8120): XF\SubContainer\Widget->{closure}(Object(MaZ\AUN\XF\Template\Templater), Array, Array)
#5 src/XF/SubContainer/Widget.php(168): XF\Template\Templater->renderWidgetClosure(Object(Closure), Array)
#6 src/XF/Template/Templater.php(2103): XF\SubContainer\Widget->getCompiledWidget(Array, Array)
#7 internal_data/code_cache/templates/l3/s10/public/forum_overview_wrapper.php(8): XF\Template\Templater->widgetPosition('forum_overview_...', Array)
#8 src/XF/Template/Templater.php(1760): XF\Template\Templater->{closure}(Object(MaZ\AUN\XF\Template\Templater), Array, NULL)
#9 src/addons/MaZ/AUN/XF/Template/Templater.php(39): XF\Template\Templater->renderTemplate('forum_overview_...', Array, false, NULL)
#10 src/XF/Template/Templater.php(1130): MaZ\AUN\XF\Template\Templater->renderTemplate('public:forum_ov...', Array, false)
#11 src/XF/Template/Templater.php(1783): XF\Template\Templater->applyWrappedTemplate('

        ...')
#12 src/addons/MaZ/AUN/XF/Template/Templater.php(39): XF\Template\Templater->renderTemplate('forum_list', Array, true, NULL)
#13 src/XF/Template/Template.php(24): MaZ\AUN\XF\Template\Templater->renderTemplate('public:forum_li...', Array)
#14 src/XF/Mvc/Renderer/Html.php(50): XF\Template\Template->render()
#15 src/XF/Mvc/Dispatcher.php(461): XF\Mvc\Renderer\Html->renderView('XF:Forum\\Listin...', 'public:forum_li...', Array)
#16 src/XF/Mvc/Dispatcher.php(443): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#17 src/XF/Mvc/Dispatcher.php(402): XF\Mvc\Dispatcher->renderReply(Object(XF\Mvc\Renderer\Html), Object(XF\Mvc\Reply\View))
#18 src/XF/Mvc/Dispatcher.php(60): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'html')
#19 src/XF/App.php(2604): XF\Mvc\Dispatcher->run()
#20 src/XF.php(533): XF\App->run()
#21 index.php(20): XF::runApp('XF\\Pub\\App')
#22 {main}
 
hello @Siropu, we just renewed and upgraded but there is one minor issue that could use some help....

i see you added the option and by default links go to first post not last.....i went to reverse those options but it wouldnt let me save because i was using the display condition trick you told me about the {stripQuote}and now its telling me the display condition is a syntax error....it seems to work but yeah i cant edit options.

kind regards
 
@Siropu Can you please check for an issue with JS. I'm not sure if that is fixed or not. When we click on show more for first time it loads the data at right location but when you click again on show more the data is loaded is not displayed at right location. Can you please check and verify once.

Thanks
 
It would have been nice if it had "ignore thread" option. You know, some people may not want to see certain threads.
 
I'd love the following features:
  1. Display a Font-Awesome icon instead of avatar.
  2. 'Post Thread' field, similar to on forums.
I'd also love to be able to use this as a Recent Questions widget. The following features would be useful:
  1. Ask a Question input field, where users can directly post a Question.
  2. List number of answers.
  3. Display best answer snippet.
 
Last edited:
Back
Top Bottom