New posts link doesn't show all new posts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fleiding
    Senior Member
    • Jan 2012
    • 152
    • 5.3.x

    New posts link doesn't show all new posts

    I have added the following link to my navigation bar to show the new posts:
    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
    For some reason it doesn't show all new posts. It isn't forum and topic specific, because sometimes it does show new posts in forums and topics and sometimes not.

    Is there perhaps another link I can use to achieve the same?
  • Brad Padgett
    Senior Member
    • Jul 2014
    • 420
    • 5.1.x

    #2
    Seems that you got the link wrong. Try this one for New Topics. (only shows topics not posts but will work)


    Code:
    search?searchJSON=%7B%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
    "Do not go where the path may lead, instead go where there is no path and leave a trail." - Ralph Waldo Emerson

    Comment

    • Fleiding
      Senior Member
      • Jan 2012
      • 152
      • 5.3.x

      #3
      Seems to be working, thanks!

      Comment

      Related Topics

      Collapse

      Working...