Blue91
01-21-2009, 06:14 PM
Hello,
I'm changing the "Today's Posts" link in the "quick links" pulldown (navbar) to "My Threads in Past Month". I'm doing this because I already changed my "New Posts" link to have the "Today's Posts" option in a pulldown.
Currently, my search code is:
<tr><td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser={$vbulletin->userinfo['username']}">My Threads from Previous Month</a></td></tr>
This results in ALL of the threads I've started.
What do I add to the code to get only the results from the past month?
Thanks in advance for the help.
Regards,
--------------- Added 1232569746 at 1232569746 ---------------
Nevermind. Found it. Added &searchdate=30 to the string.
I'm changing the "Today's Posts" link in the "quick links" pulldown (navbar) to "My Threads in Past Month". I'm doing this because I already changed my "New Posts" link to have the "Today's Posts" option in a pulldown.
Currently, my search code is:
<tr><td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser={$vbulletin->userinfo['username']}">My Threads from Previous Month</a></td></tr>
This results in ALL of the threads I've started.
What do I add to the code to get only the results from the past month?
Thanks in advance for the help.
Regards,
--------------- Added 1232569746 at 1232569746 ---------------
Nevermind. Found it. Added &searchdate=30 to the string.