New Post list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zachjackdad
    New Member
    • Jan 2010
    • 3
    • 4.0.0

    [Forum] New Post list

    We are trying to create a page that shows all posts created in last 7 days. Using this string in the navigation bar we can see posts for the last 24 hours: forum.php{session.sessionurl_q}

    Is there anyway I can change the string to have it search for the last 7 days? Our users are not used to clicking on each forum they like to see new posts in one list but we find we dont have enough posts happening for the 24 hour list to stay populated and we want to change it to 7 days.

    Any help anyone has would be appreciated.
  • Lynne
    Former vBulletin Support
    • Oct 2004
    • 26255

    #2
    forum.php should just show the forums, not show a search of all the posts, so I'm a bit unsure what you are really talking about here.

    Please don't PM or VM me for support - I only help out in the threads.
    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
    Want help modifying your vbulletin forum? Head on over to vbulletin.org
    If I post CSS and you don't know where it goes, throw it into the additional.css template.

    W3Schools <- awesome site for html/css help

    Comment

    • zachjackdad
      New Member
      • Jan 2010
      • 3
      • 4.0.0

      #3
      If you look at our site: www.jackseven.ca hopefully it will make more sense to you. The page we open I want it to show posts from the last 7 days not just 24 hours.

      Comment

      • Lynne
        Former vBulletin Support
        • Oct 2004
        • 26255

        #4
        Well, you linked to a search.php page, not the forum.php page.

        It looks like you are viewing this page - http://www.jackseven.ca/forum/search.php?do=getdaily getdaily does exactly that - it's gets the posts for that day. You would need to modify the search URL to not be the do=getdaily URL. If you need help with that, you need to ask over on vbulletin.org, the modification site.

        Please don't PM or VM me for support - I only help out in the threads.
        vBulletin Manual & vBulletin 4.0 Code Documentation (API)
        Want help modifying your vbulletin forum? Head on over to vbulletin.org
        If I post CSS and you don't know where it goes, throw it into the additional.css template.

        W3Schools <- awesome site for html/css help

        Comment

        • zachjackdad
          New Member
          • Jan 2010
          • 3
          • 4.0.0

          #5
          What I guess I meant to ask is there a way to do a get weekly search instead of daily?

          Comment

          • Zachery
            Former vBulletin Support
            • Jul 2002
            • 59097

            #6
            search.php?do=getdaily&days=7

            Comment

            Related Topics

            Collapse

            Working...