Sticky
Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/60333?pagenum=1
05 November 2025, 12:23
Topic
l3reacher
Sticky
01 December 2005, 13:08
Instead of having the stickies on the top, is it possible to have it at the end?<
Replies ...
l3reacher
01 December 2005, 14:22
nevermind I got it :P
It took me so long to go through this file. Reread many times and finally found it.
In forum.asp, around line 275
if strStickyTopic = "1" then
strSql4 = strSql4 & " T.T_STICKY DESC, "
end if
i changed it to
if strStickyTopic = "1" then
strSql4 = strSql4 & " T.T_STICKY ASC, "
end if<