Sticky - Posted (418 Views)
Starting Member
l3reacher
Posts: 12
12
Instead of having the stickies on the top, is it possible to have it at the end?<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Starting Member
l3reacher
Posts: 12
12
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<
 
You Must enter a message