Sticky - نوشته شده در (420 Views)
Starting Member
l3reacher
مطلب: 12
12
Instead of having the stickies on the top, is it possible to have it at the end?<
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
Starting Member
l3reacher
مطلب: 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<
 
شما باید یک متن وارد کنید