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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Question Re: Avatar Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Skitzo
Starting Member

10 Posts

Posted - 23 May 2002 :  12:27:19  Show Profile
Right now the Avatar mod displays the available avatars in the member's profile sorted in the order in which they were entered into the database (example: A,D,B,E,C). Is there anyway to get the list of avatars to sort by the avatar name (example: A,B,C,D,E)?

Skitzo

HarshReality
Junior Member

USA
128 Posts

Posted - 23 May 2002 :  14:43:39  Show Profile  Visit HarshReality's Homepage  Send HarshReality an AOL message  Send HarshReality an ICQ Message  Send HarshReality a Yahoo! Message
if you edit inc_avatar.asp
you will see a line reading:
strSql = strSql & " ORDER BY " & strTablePrefix & "AVATAR.A_ID ASC;"

change that line to read:

strSql = strSql & " ORDER BY " & strTablePrefix & "AVATAR.A_NAME ASC;"

Oh what wonders await we the ****ed in exile, for in a single act of rage I have slain what little humanity I have left and all that remains is the beast....
Go to Top of Page

Skitzo
Starting Member

10 Posts

Posted - 23 May 2002 :  15:20:41  Show Profile
Thank you! Worked like a charm.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07