Recent Posts 2 by Siropu

Recent Posts 2 by Siropu [Paid] 2.1.0

No permission to buy (€9.99)
I guess what I'm asking is, if you click "Load More Content" does it dynamically load, or does it just take you to another page with another server call.
 
Hello,

Just one thing Ive noticed, I have this in my sidebar on threads and forum (in sidebar mode) when I click on an unread thread and go to that thread its still showing as bold. Sometimes it marks as read and other times not.

Nice addon :)
 
"Mark as read" is handled by XF. My add-on is using the built in "isUnread()" thread entity method to check if the thread has unread messages.
 
Yeah I thought it was a xenforo thing but worth a check.

My only suggestion would be an option to show first post reactions on the wide latest posts like the xf thread view, that would be nice.
 
curious how we can get more types of content loading onto this.....latest posts is nice for sure....however if being used as a center page widget, it suggests that other activity isnt happening as it isnt listed...this discourages members from using those parts of the site :(

i am picturing something like "latest activity" but without the likes......so jaxels video gallery & the xen gallery at the least....can we get those listed on there somehow?

thank you
 
This addon does only a widget on forum_list or in the sidebar?
There is no single page to show {x} new posts?

...

Ok, have done it with a page. :)
 
Last edited:
Is there a way to change the output of the excerpt looking like the real post, please?
I want to use this add-on only for moderating to see if there is anything to do.
So a post should look like it looks.

...

Something like:
{{ bb_code($thread.LastPost.message, 'post', $thread) }}

But how can i show the attachments also?
 
Last edited:
You want to have the html like this?

Code:
<div class="structItem-title">
                <a href="/threads/1234/unread" data-tp-primary="on" data-xf-init="" data-preview-url="">Lala</a>
               
                    <div class="siropuRecentPostsExcerpt">
                        <div class="bbWrapper">Text</div>
                    </div>
</div>

I would prefer

Code:
<div class="structItem-title">
    <a href="/threads/1234/unread" data-tp-primary="on" data-xf-init="" data-preview-url="">Lala</a>
</div>  

<div class="bbWrapper">Text</div>
 
Some ideas:
  1. The avatar of the last user is in my scenaria more important than the thread starter avatar. So the place of the last_poster_avatar should be in front by an option.
  2. The edit link is to edit the thread; thats nice with new threads, but i have much more new posts than new threads. So i miss the link for edit posts; anyway to edit the first post edits the thgread title also.
  3. I miss reactions; as a mod you can save many, many clicks with this addon, but only if all needed functions are here also.
  4. There should be an option to show the post as an post (i have it done it so far, but not the attachments.)
 
I just purchased this and the formatting is not working - does anyone know where the documentation is for this plug-on or perhaps what the issue might be? Attached is a test where I put it on the Help page.

Thanks,
//sse
 

Attachments

  • Recent Post_Plugged Into Help Page Failure 200130.1501.webp
    Recent Post_Plugged Into Help Page Failure 200130.1501.webp
    29.9 KB · Views: 30
In the 1.5 version if a user quotes a post the quote is not included in the post excerpt. With 2.0.3 I see that the excerpt includes the quote. Was the change by design? I prefer the quote to be removed.
 
Go to siropu_recent_posts_macros template and replace {'stripBbCode': true} with {'stripBbCode': true, 'stripQuote': true}
 
Back
Top Bottom