List of recent posts
-
kaurSenior Member
- 310
List of recent posts
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. -
AdministratorAdministrator
- 14
Edit: Check out "Recent Posts" on the main site navigation. Lemme know what you thinkLast edited by Administrator; 05-10-2016, 05:55 PM. Reason: updated -
kaurSenior Member
- 310
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
https://imgur.com/uftqWFnAttached Files- screen12.png (172.1 KB, 1 view)
Last edited by kaur; 05-11-2016, 04:08 AM. -
AdministratorAdministrator
- 14
What kind of fishy? Can you elaborate?
Still learning bits and pieces of the new vBulletin myself -
kaurSenior Member
- 310
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.Last edited by kaur; 05-11-2016, 01:12 PM. -
AdministratorAdministrator
- 14
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 -
kaurSenior Member
- 310
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"]}
Code:{"last":{"from":"lastMonth"},"view":"topic","starter_only":+1,"sort":{"lastcontent":"desc"},"exclude_type":["vBForum_PrivateMessage"]}
- 1 like
-
AdministratorAdministrator
- 14
I can get behind that change. I'll give others a couple days to chime in or not before the change.
Thanks! -
AdministratorAdministrator
- 14