PDA

View Full Version : Post of the precedent X days (VB 3.0.0)


Carter876
04-07-2004, 12:51 PM
Hi all, I'm looking for a hack that allow my user too search the post of the precedent 1/2/3/4/5 days, can someone help me?
(I think that a hack of this type exists for the vb 2.3.x but I look for it for vb 3.0.0)

Tnx in advance :)

Regards

TouchingVirus
04-07-2004, 06:53 PM
This feature exists... search posts from yesterday/1 week ago...

Carter876
04-07-2004, 10:01 PM
This feature exists... search posts from yesterday/1 week ago...
Uhm in Search forum I have the option to search Post from Yesterday, A week ago, 2 Weeks Ago etc. but If I want to add: Yesterday, 2 days Ago, 3 days Ago, 4 days Ago what I can do?
And If I wanto to search All post of Yesterday what I can write in "Key Word(s):"???

Regards :)

TouchingVirus
04-08-2004, 05:57 PM
For the days to search for..add this into the "search_forums" template:

Find This

<option value="1" $searchdateselected[1]>$vbphrase[yesterday]</option>


Replace With This..


<option value="1" $searchdateselected[1]>$vbphrase[yesterday]</option>
<option value="2" $searchdateselected[2]>2 Days Ago</option>
<option value="3" $searchdateselected[3]>3 Days Ago</option>
<option value="4" $searchdateselected[4]>4 Days Ago</option>
<option value="5" $searchdateselected[5]>5 Days Ago</option>

Thoki
04-10-2004, 06:36 AM
And If I wanto to search All post of Yesterday what I can write in "Key Word(s):"???
But this question isn?t solved???

Regards Thoki.

Zachery
04-10-2004, 06:41 AM
search.php?do=getdaily last 24 hours

Thoki
04-10-2004, 06:48 AM
DonĀ“t understand you, Zachery???
--
Thoki.

Beermonster
04-12-2004, 11:49 AM
I'm looking for this too :)

Beermonster
04-13-2004, 11:42 AM
just put this where you want the box to show like FORUMHOME

<smallfont><form action="search.php" method="get" name="name">
<input type="hidden" name="do" value="getdaily">
Search for posts from the last <input type="text" value="1" name="days" size="3"> day(s) <input type="submit" value="Search">
</form></smallfont>