HuwR
Forum Admin
    
United Kingdom
20590 Posts |
Posted - 07 November 2000 : 05:42:31
|
This code isn't mine, I think it was Dmaxwells, any way, I have got it working under the latest version, it allows you to sort replies, oldest first, newest first and Original then newwest.
Instructions can be found here
Test Site here
<font color=blue>'Resistance is futile'</font id=blue>
Edited by - huwr on 07 November 2000 06:33:34 |
|
HuwR
Forum Admin
    
United Kingdom
20590 Posts |
Posted - 17 November 2000 : 09:07:07
|
I made a small change which saves your choice to the cookie.
I have update the link, but if you just need the changes, look for sortorder = request("sortchoice") and change the code below it to this <pre id=code><font face=courier size=2 id=code> if sortorder <> "" then mypage = 1 Application.Lock Application(strCookieURL & "strSortchoice") = sortorder Application.UnLock else sortorder = Application(strCookieURL & "strSortchoice") end if </font id=code></pre id=code>
<font color=blue>'Resistance is futile'</font id=blue> |
 |
|