vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Post of the precedent X days (VB 3.0.0) (https://vborg.vbsupport.ru/showthread.php?t=63575)

Carter876 04-07-2004 12:51 PM

Post of the precedent X days (VB 3.0.0)
 
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

Quote:

Originally Posted by TouchingVirus
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
PHP Code:

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

Replace With This..

PHP Code:

<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

Quote:

Originally Posted by Carter876
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
Code:

<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>



All times are GMT. The time now is 11:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01071 seconds
  • Memory Usage 1,735KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete