The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I want to modify this so i can pass a integer to getdaily, and it will show the last 7 days of the posts, etc. or the last 3 depending on what parameter is passed to it.
|
#2
|
||||
|
||||
![]() Quote:
|
#3
|
|||
|
|||
![]()
I believe "search.php?do=getdaily&days=3" will do the trick for 3 days.
|
#4
|
|||
|
|||
![]()
Just use this code in the template you want it to show
Code:
<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> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|