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:
Code:
<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 [DATE]1232569746[/DATE] at [TIME]1232569746[/TIME] ---------------
Nevermind. Found it. Added
&searchdate=30 to the string.