<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">http://talk.collegeconfidential.com/search.php</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">http://talk.collegeconfidential.com/search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=InquilineKea</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>==</p>