l3reacher
Starting Member
12 Posts |
Posted - 01 December 2005 : 14:22:14
|
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< |
Edited by - l3reacher on 01 December 2005 14:28:02 |
 |
|