Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Sorting Topic Replies
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

HuwR
Forum Admin

United Kingdom
20590 Posts

Posted - 07 November 2000 :  05:42:31  Show Profile  Visit HuwR's Homepage
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  Show Profile  Visit HuwR's Homepage
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>
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07