View all threads new or revised in past X days

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Baker
    Member
    • Jul 2000
    • 50

    View all threads new or revised in past X days

    I decided once that there's a way to do this, I think, but I can't remember how ... anybody know?
  • Dave Baker
    Member
    • Jul 2000
    • 50

    #2
    Just figgered it out --

    [url]http://yourboard.net/forum/search.php3?getdaily=yes&action=dosearch&searchdate=X[/url]

    Replace X with a number (e.g. 5, if you want all threads new or changed in last 5 days)

    Interesting: don't change the X (or leave off the "&searchdate=X" part) -- it'll fetch ALL the threads!

    Might be neat to turn this into HTML code for the front page, such as a little drop-down box or fill-in-the-box-then-GO:

    <html>
    <body>
    <form action="http://yourboard.net/forum/search.php3" method="get">
    <input type="hidden" name="getdaily" value="yes">
    <input type="hidden" name="action" value="dosearch">
    View messages new or changed during past <input type="text" name="searchdate" size="3"> days<br>
    <input type="submit" value="Go">
    </form>
    </body>
    </html>

    <html>
    <body>
    <form action="http://yourboard.net/forum/search.php3" method="get">
    <input type="hidden" name="getdaily" value="yes">
    <input type="hidden" name="action" value="dosearch">
    View messages new or changed during past
    <select name="searchdate">
    <option value="1">1 day</option>
    <option value="2">2 days</option>
    <option value="3" SELECTED>3 days</option>
    <option value="7">7 days</option>
    <option value="14">14 days</option>
    <option value="30">30 days</option></SELECT><input type="submit" value="Go">
    </form>

    [Edited by Dave Baker on 07-24-2000 at 03:09 PM]

    Comment

    • George L
      Former vBulletin Support
      • May 2000
      • 32996
      • 3.8.x

      #3
      hmmm.. i have had this since i purchased vbulletin - i copied the url off someone's vb forum

      is this the same thing ? at

      [url]http://www.animeboards.net/forums/[/url]
      :: Always Back Up Forum Database + Attachments BEFORE upgrading !
      :: Nginx SPDY SSL - World Flags Demo [video results]
      :: vBulletin hacked forums: Clean Up Guide for VPS/Dedicated hosting users [ vbulletin.com blog summary ]

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...