My users are asking for a "today's posts" button like there is on this forum. I can't figure out how to make that happen, are there instructions anywhere?
Announcement
Collapse
No announcement yet.
Today's Posts button
Collapse
X
-
Go to Site Builder, edit the navigation bar, then edit the Today's Posts entry and then Edit Usergroups.
Make it visible to all usergroups.
-
Looks like it's been deleted by someone at some point.
Create a new subnav link under Forums (or even a main nav link if you prefer).
Set the URL to this (note that it's very long!):
Code:search?searchJSON=%7B%22last%22%3A%7B%22from%22%3A%22lastDay%22%7D%2C%22view%22%3A%22topic%22%2C%22starter_only%22%3A+1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exclude_type%22%3A%5B%22vBForum_PrivateMessage%22%2C%22vBForum_VisitorMessage%22%2C%22vBForum_Report%22%2C%22vBForum_Redirect%22%5D%7D
- 1 like
Comment
-
Who's online is just:
online
Member List is just:
memberlist
Comment
-
Is there a way to change my "new posts" results to show any new posts since the user was last there?
Right now it just shows the new posts in the past 24hrs, I want to return results since they were last logged in or any posts the user hasn't looked at yet.
Comment
-
Originally posted by bbaxter51 View PostIs there a way to change my "new posts" results to show any new posts since the user was last there?
Right now it just shows the new posts in the past 24hrs, I want to return results since they were last logged in or any posts the user hasn't looked at yet.
Did you ever figure this out
Comment
-
If "New Topics" is giving a 24 hour view, someone's changed the link. That would be "Today's Posts".
Use this for "New Topics":
Code:search?searchJSON=%7B%22date%22%3A%22lastVisit%22%2C%22view%22%3A%22topic%22%2C%22unread_only%22%3A1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exclude_type%22%3A%5B%22vBForum_PrivateMessage%22%5D%7D
Comment
-
Originally posted by Mark.B View PostIf "New Topics" is giving a 24 hour view, someone's changed the link. That would be "Today's Posts".
Use this for "New Topics":
Code:search?searchJSON=%7B%22date%22%3A%22lastVisit%22%2C%22view%22%3A%22topic%22%2C%22unread_only%22%3A1%2C%22sort%22%3A%7B%22lastcontent%22%3A%22desc%22%7D%2C%22exclude_type%22%3A%5B%22vBForum_PrivateMessage%22%5D%7D
Comment
Related Topics
Collapse
-
by BlogTwitsOn this forum there's a sublink "Today's Posts". On mine there isn't. I had a look at the sitebuilder but I can't see where to add it. Any ideas?
-
Channel: vBulletin 5 Connect Feedback
Thu 17 Jul '14, 1:59am -
Comment