Sticky - Postet den (422 Views)
Starting Member
l3reacher
Innlegg: 12
12
Instead of having the stickies on the top, is it possible to have it at the end?<
   
 Sidestørrelse 
Postet den
Starting Member
l3reacher
Innlegg: 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<
 
Du må legge inn en melding