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
 Avatar MOD, Sorting
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Fëanor
Starting Member

Argentina
5 Posts

Posted - 24 August 2002 :  11:36:02  Show Profile
Hi, I have the avatr MOD installed, and a lot of avatars. The problem is that the avatrs in the list show up in the order they've been added, and I want to sort them alphabetically... is there any way that I can do this?

Thanks a lot.

DoraMoon
Average Member

Taiwan
661 Posts

Posted - 24 August 2002 :  11:48:54  Show Profile
hi~~
not sure what avatars list you mean...
if you mean the avatar show in member's profile..
just search this line in inc_avatar.asp
strSql = strSql & " ORDER BY " & strTablePrefix & "AVATAR.A_ID ASC;"

then change it to
strSql = strSql & " ORDER BY " & strTablePrefix & "AVATAR.A_NAME ASC;"


the same doing in admin_review_avatar.asp, advanced_avatarlegend.asp... in the page that you want to change order.


~......~.~~
Go to Top of Page

Fëanor
Starting Member

Argentina
5 Posts

Posted - 24 August 2002 :  16:51:12  Show Profile
Thanks a lot!
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.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07