Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 BUG+FIX (3.x): Acitve Topics Order By...
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 17 March 2001 :  15:54:43  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
Active.asp should order the forum's by alpha numeric sort ;)

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a

gor
Retired Admin

Netherlands
5511 Posts

Posted - 17 March 2001 :  16:08:15  Show Profile  Visit gor's Homepage
Since the title allready said BUG+FIX, you probably also meant that you wanted to change this:
strSql = strSql & " ORDER BY " & strTablePrefix & "TOPICS.FORUM_ID, " & strTablePrefix & "TOPICS.T_LAST_POST DESC;"
in line 135 of active.asp to:
strSql = strSql & " ORDER BY " & strTablePrefix & "TOPICS.F_SUBJECT, " & strTablePrefix & "TOPICS.T_LAST_POST DESC;"




Pierre
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 17 March 2001 :  16:15:29  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
yes... thank you :)

Reinsnitz (Mike)
><)))'> Need a Mod?
"Therefore go and make disciples of all nations,..." Matthew 28:19a
Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 17 March 2001 :  16:15:38  Show Profile  Visit gor's Homepage
This isn't 100% correct either, because the way the forum sorts forums is: first by Category subject and within each Category by Forum Subject.
But I guess we can settle for just ordering by Forum Subject. That makes more sence than ordering by Forum_ID like it is now.

Pierre
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 29 January 2002 :  11:15:39  Show Profile
in v3.4 we are ordering by:

ORDER BY C.CAT_ORDER, C.CAT_NAME, F.F_ORDER, F.F_SUBJECT, T.T_LAST_POST DESC
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07