Forums/Z31P/announcements-and-events suggestions-site-suggestions/List of recent posts
Imported from Z31Performance.com Forums{{#if:kaur| — original post by kaur}}{{#if:2016-05-10 19:36:33|, posted 2016-05-10 19:36:33}}{{#if:9| · 9 post{{#ifeq:9|1||s}}}}{{#if:/Z31performance_archive/forum/announcements-and-events/suggestions-site-suggestions/530635-list-of-recent-posts.html|
Local archive: view archived thread on dev.z31library.com}}
kaur: (2016-05-10 19:36:33)
There's one feature I really liked in the old VB version of Z31P, that is the list of recent posts. The new version has 'today's posts' and 'latest activity', but both only list some of the more recent posts, not all of them. I hope it's possible to make that feature work again. It just makes it so much easier to notice any new activity.
Great to see the board up again.
Administrator: (2016-05-10 21:31:08)
Edit: Check out "Recent Posts" on the main site navigation. Lemme know what you think
kaur: (2016-05-11 09:05:00)
That's getting better, thanks! There's still something fishy going on there. I made a screenshot, I hope I can attach it.
edit: I think there are some issues with attachments
Attached Files
screen12.png (172.1 KB, 1 view)
Administrator: (2016-05-11 17:04:51)
What kind of fishy? Can you elaborate?
Still learning bits and pieces of the new vBulletin myself [archived image: smile.png]
kaur: (2016-05-11 18:09:45)
If you look at the screenshot I uploaded you can see how there's a couple of posts from today, then yesterday, then from April, and then again yesterday on the last row. It's still missing some posts and has some problems with sorting them by time. I think it's not really listing posts but threads that have recent posts added to them. It kind of works, but is a bit confusing.
Administrator: (2016-05-11 18:12:05)
I see, thanks! I'll look into it.
edit: looks like a known issue. I'll take a look at the code and see how deep the rabbit hole goes
kaur: (2017-01-23 15:11:56)
I just figured out this option today. I changed the JSON query in the Today's Posts URL from
Code: {"last":{"from":"lastDay"},"view":"topic","starter_only":+1,"sort":{"lastcontent":"desc"},"exclude_type":["vBForum_PrivateMessage"]} to
Code: {"last":{"from":"lastMonth"},"view":"topic","starter_only":+1,"sort":{"lastcontent":"desc"},"exclude_type":["vBForum_PrivateMessage"]} which gives me a list of recent posts from the last month. I think it works better than the current Recent Posts page.
Administrator: (2017-01-23 22:58:28)
I can get behind that change. I'll give others a couple days to chime in or not before the change.
Thanks!
Administrator: (2017-01-27 18:47:37)
This change is now live (Recent Posts link).
Thanks so much for your feedback!