Reply...
Ickie,
If I may, I'd like to take this in a bit of a different direction. One of the things about the Warbirds archive that made finding things a lot easier is that you could search by name, as well as by genre and type.
One of the things that is most frustrating about the new library (even for me) is the code errors which occur when you try to search by username, date accessed, or any of the other search parameters. I'll use my own name as an example here, and take this step by step.
1) The Warbirds Library is set up so that you can search my username (that's why you have the eyeglass next to the name, by clicking on it, you can see all the files uploaded by said user, see the pic #1 below)
2) Now, if I click on my name, you'll see that I can now see all the files I have uploaded into the Warbirds library. (See pic #2)
This is what the URL looks like for it:
http://www.sim-outhouse.com/sohforums/local_links_search.php?action=show&userid=1543&sort=d
You'll note the userid=1543 shows by unique entry in the library coding (anyone who uploads to the new library gets an assigned number as such)
3) However, this only works for the first 15 files. When I try to switch to the second page of my uploads, it switches to page 2 of the "what's new" library section, as seen in the picture. (Pic #3)
Here is the URL:
http://www.sim-outhouse.com/sohforums/local_links_search.php?action=show&sort=d&page=2
You'll notice that the "userid=1543" is what gets omitted, and hence what needs correcting in the coding.
Now, you can manually correct this by changing the URL to the following:
http://www.sim-outhouse.com/sohforums/local_links_search.php?action=show&userid=1543&sort=d&page=2
You'll see by the accompanying picture that now the library display shows my next page of uploads.
To see the next few pages, you would just need to change the "page number" manually, as follows...
Page 3:
http://www.sim-outhouse.com/sohforums/local_links_search.php?action=show&userid=1543&sort=d&page=3
Page 4:
http://www.sim-outhouse.com/sohforums/local_links_search.php?action=show&userid=1543&sort=d&page=4