PaulP
Starting Member
USA
15 Posts |
Posted - 01 March 2005 : 22:29:10
|
This thread discusses changes to provide the option of the way the thread displays. http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=42533
In that thread, the code provided has been updated since the thread was written - and I know enough about ASP to royally screw it up if I start modifying.
In the thread, a comment is made about how to make it a change that acts globally: quote: p.s. i've added FORUM_ID value to the cookie value too. so the posts sort setting will only affect to all topics on individual forum one by one. if you want it affect to "all forums/whole board"... just change this line in 2-1 strCookiePostSort = strCookieURL & Forum_ID & "PostSort" to strCookiePostSort = strCookieURL & "PostSort"
But when I go into the code, I don't find those exact lines.
Can anyone help me with the changes for the new code? I see it has to do with the "Forum_ID" but I don't follow how he is using it in the new code.
Thanks
Paul P |
|