A way to search for your posts in ascending order

<p>You could click on the search button (search.php), but I know A LOT of people who are totally oblivious to the feature (people are lazy). So I found another way</p>

<p>Go to <a href="http://talk.collegeconfidential.com/search.php%5B/url%5D"&gt;http://talk.collegeconfidential.com/search.php&lt;/a> and view page source. Then go to your own profile and notice how the query URL is constructed. For my posts, "find all thread started by InquilineKea" URLs to <a href="http://talk.collegeconfidential.com/search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=InquilineKea%5B/url%5D"&gt;http://talk.collegeconfidential.com/search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=InquilineKea&lt;/a> . So notice the variables and the values of their variables. Go view the page source for search.php and Ctrl-F for variables like "starteronly" and "showposts" to see what their possible values are. Then Ctrl-F "ascending" and look for its associated variable. It looks like the variable is order, with possible values "ascending" and "descending". Then append &value=ascending& of &value=descending& to your search query, and you shall get a way to directly URL to your posts in either ascending order or descending order. Nifty trick for those too lazy to use search.php. </p>

<p>So my threads in ascending order: (by appending &value=ascending&). You can do this for threads and posts in any forum. you can also try modifying other variables using the method i just described (and then direct linking to people, instead of having them go through search.php)</p>

<p><a href="http://talk.collegeconfidential.com/search.php?do=process&showposts=0&starteronly=1&exactname=1&order=ascending&searchuser=InquilineKea%5B/url%5D"&gt;http://talk.collegeconfidential.com/search.php?do=process&showposts=0&starteronly=1&exactname=1&order=ascending&searchuser=InquilineKea&lt;/a&gt;&lt;/p>

<p>==</p>

<p>Wow, new discovery!!! (this is actually the MORE USEFUL PART for those who already use search.php)</p>

<p><legend>Find Posts from</legend> </p><div style=“padding:3px”> <select name=“searchdate” style=“width:150px”> <option value=“0” selected=“selected”>Any Date</option> <option value=“lastvisit”>Your Last Visit</option> <option value=“1”>Yesterday</option> <option value=“7”>A Week Ago</option> <option value=“14”>2 Weeks Ago</option> <option value=“30”>A Month Ago</option> <option value=“90”>3 Months Ago</option> <option value=“180”>6 Months Ago</option> <option value=“365”>A Year Ago</option>

&searchdate=[ANY NUMBER X]&, which makes you able to search for your posts STARTING FROM MORE THAN A YEAR AGO, or ANY NUMBER OF DAYS IN BETWEEN

for posts only, do &showposts=1&

talk.collegeconfidential.com/search.php?do=process&showposts=1&searchdate=1050&order=ascending&starteronly=1&exactname=1&searchuser=simfish
=>
http://talk.collegeconfidential.com/search.php?do=process&showposts=1&searchdate=1050&order=ascending&starteronly=1&exactname=1&searchuser=simfish

(so this is 1050days ago for the posts of my old account), when &searchdate=1050&
</select></div>